Codebase list gpa / 468ca74c-9b2e-46c4-b10f-d0321278e9e1/main autogen.rc
468ca74c-9b2e-46c4-b10f-d0321278e9e1/main

Tree @468ca74c-9b2e-46c4-b10f-d0321278e9e1/main (Download .tar.gz)

autogen.rc @468ca74c-9b2e-46c4-b10f-d0321278e9e1/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"