Codebase list gpa / ebc77b88-c495-4ea2-b1e4-b20957e72705/main autogen.rc
ebc77b88-c495-4ea2-b1e4-b20957e72705/main

Tree @ebc77b88-c495-4ea2-b1e4-b20957e72705/main (Download .tar.gz)

autogen.rc @ebc77b88-c495-4ea2-b1e4-b20957e72705/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"