Codebase list gpgme1.0 / debian/1.9.0-1 autogen.rc
debian/1.9.0-1

Tree @debian/1.9.0-1 (Download .tar.gz)

autogen.rc @debian/1.9.0-1raw · history · blame

# 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"