Imported Upstream version 1.6.2
[platform/upstream/libgcrypt.git] / autogen.rc
1 # autogen.sh configuration for Libgcrypt                       -*- sh -*-
2
3 case "$myhost" in
4   w32)
5     configure_opts="
6       --with-gpg-error-prefix=@SYSROOT@
7       "
8     ;;
9
10   amd64)
11     configure_opts="
12       --with-gpg-error-prefix=@SYSROOT@
13      "
14     ;;
15 esac
16
17 final_info="./configure --enable-maintainer-mode && make"