Codebase list gpa / upstream/0.10.0+git20210415.1.77a0693 autogen.rc
upstream/0.10.0+git20210415.1.77a0693

Tree @upstream/0.10.0+git20210415.1.77a0693 (Download .tar.gz)

autogen.rc @upstream/0.10.0+git20210415.1.77a0693raw · history · blame

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

configure_opts="
  --with-zlib=@SYSROOT@
  --with-gpgme-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"