Codebase list gpa / run/1858c1ef-4ce7-43cc-b0d9-cb28ca2a019b/main autogen.rc
run/1858c1ef-4ce7-43cc-b0d9-cb28ca2a019b/main

Tree @run/1858c1ef-4ce7-43cc-b0d9-cb28ca2a019b/main (Download .tar.gz)

autogen.rc @run/1858c1ef-4ce7-43cc-b0d9-cb28ca2a019b/mainraw · history · blame

# autogen.sh configuration for GPA                          -*- sh -*-

configure_opts="
  --with-zlib=@SYSROOT@
  --with-gpg-error-prefix=@SYSROOT@
  --with-gpgme-prefix=@SYSROOT@
  --with-libassuan-prefix=@SYSROOT@
  --with-libiconv-prefix=@SYSROOT@
  SYSROOT=\"@SYSROOT@\"
  PKG_CONFIG=\"@SYSROOT@/bin/pkg-config\"
  PKG_CONFIG_LIBDIR=\"@SYSROOT@/lib/pkgconfig\"
  "

final_info="./configure --enable-maintainer-mode && make"