summaryrefslogtreecommitdiff
path: root/autogen.rc
blob: 1759ef93a5bfd3bded331a3adae02a6d7af38196 (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="./configure --enable-maintainer-mode && make"