1
0
forked from GitHub/gf-core

configure.ac: use a Cabal-friendly version number

and replace the outdated URL
This commit is contained in:
Thomas Hallgren
2017-08-17 11:58:23 +02:00
parent 2d85550e54
commit c642421fa9

View File

@@ -1,5 +1,5 @@
AC_INIT(Portable Grammar Format library, 0.1.pre,
https://code.google.com/p/grammatical-framework/,
AC_INIT(Portable Grammar Format library, 0.1-pre,
http://www.grammaticalframework.org/,
libpgf)
AC_PREREQ(2.58)