summaryrefslogtreecommitdiff
path: root/src/runtime/c/configure.ac
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2017-08-17 11:58:23 +0200
committerThomas Hallgren <th-github@altocumulus.org>2017-08-17 11:58:23 +0200
commitc642421fa97201769aac10e4c053db22537fa9c1 (patch)
treec7def1007e7853c237107e745927165a805c65ca /src/runtime/c/configure.ac
parent2d85550e5466c18f248321f7eab333025098ea53 (diff)
configure.ac: use a Cabal-friendly version number
and replace the outdated URL
Diffstat (limited to 'src/runtime/c/configure.ac')
-rw-r--r--src/runtime/c/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac
index 2af9016de..f52479a5b 100644
--- a/src/runtime/c/configure.ac
+++ b/src/runtime/c/configure.ac
@@ -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)