chiark / gitweb /
doc: Document summary values of TOFU_STATS
[gnupg2.git] / autogen.rc
1 # autogen.sh configuration for GnuPG                           -*- sh -*-
2
3 #version_parts=3
4
5 case "$myhost:$myhostsub" in
6   w32:ce)
7     extraoptions="--enable-dirmngr-auto-start --disable-scdaemon "
8     extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
9     ;;
10   w32:)
11     extraoptions="--enable-gpgtar --enable-gpg2-is-gpg"
12     ;;
13 esac
14
15 case "$myhost" in
16   w32)
17     configure_opts="
18       --with-gpg-error-prefix=@SYSROOT@
19       --with-ksba-prefix=@SYSROOT@
20       --with-libgcrypt-prefix=@SYSROOT@
21       --with-libassuan-prefix=@SYSROOT@
22       --with-zlib=@SYSROOT@
23       --with-regex=@SYSROOT@
24       --with-npth-prefix=@SYSROOT@
25       --disable-g13
26       "
27     ;;
28
29   amd64)
30     configure_opts="
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
37      "
38     ;;
39 esac
40
41
42 extra_aclocal_flags=""
43
44 final_info="./configure --sysconfdir=/etc --enable-maintainer-mode  && make"