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

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

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


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