Imported Upstream version 2.1.9
[platform/upstream/gpg2.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"
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       --with-adns=@SYSROOT@
26       --disable-g13
27       "
28     ;;
29
30   amd64)
31     configure_opts="
32       --with-gpg-error-prefix=@SYSROOT@
33       --with-ksba-prefix=@SYSROOT@
34       --with-libgcrypt-prefix=@SYSROOT@
35       --with-libassuan-prefix=@SYSROOT@
36       --with-zlib=/usr/x86_64-linux-gnu/usr
37       --with-pth-prefix=/usr/x86_64-linux-gnu/usr
38      "
39     ;;
40 esac
41
42
43 extra_aclocal_flags=""
44
45 final_info="./configure --sysconfdir=/etc --enable-maintainer-mode  && make"