1 # autogen.sh configuration for GnuPG -*- sh -*-
5 case "$myhost:$myhostsub" in
7 extraoptions="--enable-dirmngr-auto-start --disable-scdaemon "
8 extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
11 extraoptions="--enable-gpgtar --enable-gpg2-is-gpg"
18 --with-gpg-error-prefix=@SYSROOT@
19 --with-ksba-prefix=@SYSROOT@
20 --with-libgcrypt-prefix=@SYSROOT@
21 --with-libassuan-prefix=@SYSROOT@
23 --with-regex=@SYSROOT@
24 --with-npth-prefix=@SYSROOT@
31 --with-gpg-error-prefix=@SYSROOT@
32 --with-ksba-prefix=@SYSROOT@
33 --with-libgcrypt-prefix=@SYSROOT@
34 --with-libassuan-prefix=@SYSROOT@
35 --with-zlib=/usr/x86_64-linux-gnu/usr
36 --with-pth-prefix=/usr/x86_64-linux-gnu/usr
42 extra_aclocal_flags=""
44 final_info="./configure --sysconfdir=/etc --enable-maintainer-mode && make"