Fix build error
[platform/upstream/libksba.git] / autogen.rc
1 # autogen.sh configuration for GnuPG                           -*- sh -*-
2
3 case "$myhost:$myhostsub" in
4   w32:ce)
5     extraoptions=
6     ;;
7   w32:)
8     extraoptions=
9     ;;
10 esac
11
12 case "$myhost" in
13   w32)
14     configure_opts=""
15     ;;
16
17   amd64)
18     configure_opts=""
19     ;;
20 esac
21
22
23 extra_aclocal_flags="-I gl/m4"
24
25 final_info="./configure --enable-maintainer-mode && make"