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

case "$myhost" in
  w32)
    configure_opts=""
    ;;

  amd64)
    configure_opts=""
    ;;
esac


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