Codebase list gpgme1.0 / debian/1.13.1-3 autogen.rc
debian/1.13.1-3

Tree @debian/1.13.1-3 (Download .tar.gz)

autogen.rc @debian/1.13.1-3raw · history · blame

# autogen.sh configuration for GPGME                        -*- sh -*-

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

  amd64)
    configure_opts=""
    ;;
esac


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