Codebase list gpgme1.0 / fresh-snapshots/upstream/sid autogen.rc
fresh-snapshots/upstream/sid

Tree @fresh-snapshots/upstream/sid (Download .tar.gz)

autogen.rc @fresh-snapshots/upstream/sidraw · 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"