summaryrefslogtreecommitdiff
path: root/autogen.rc
blob: 09a9b9c10826df06cd18593e771fb52bf96805c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# autogen.sh configuration for Libgcrypt                       -*- sh -*-

case "$myhost" in
  w32)
    configure_opts="
      --with-gpg-error-prefix=@SYSROOT@
      "
    ;;

  amd64)
    configure_opts="
      --with-gpg-error-prefix=@SYSROOT@
     "
    ;;
esac

final_info="./configure --enable-maintainer-mode && make"