autogen.rc 428 B

12345678910111213141516171819
  1. # autogen.sh configuration for Scute -*- sh -*-
  2. case "$myhost" in
  3. w32)
  4. configure_opts="
  5. --with-gpg-error-prefix=@SYSROOT@
  6. --with-libassuan-prefix=@SYSROOT@
  7. "
  8. ;;
  9. amd64)
  10. configure_opts="
  11. --with-gpg-error-prefix=@SYSROOT@
  12. --with-libassuan-prefix=@SYSROOT@
  13. "
  14. ;;
  15. esac
  16. extra_aclocal_flags=""
  17. final_info="./configure --enable-maintainer-mode && make"