Codebase list gpa / 12283476-69f5-49b9-91fe-b7d5c4a586cd/main autogen.rc
12283476-69f5-49b9-91fe-b7d5c4a586cd/main

Tree @12283476-69f5-49b9-91fe-b7d5c4a586cd/main (Download .tar.gz)

autogen.rc @12283476-69f5-49b9-91fe-b7d5c4a586cd/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"