summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-05-19 00:22:38 +0000
committerAdam Jackson <ajax@nwnk.net>2005-05-19 00:22:38 +0000
commitc009d17f803b8af11145803d3abf2433d1c87d55 (patch)
tree80f80f1fe111c775b6bad23c8842ea83303ea6c4
parent2ed368b8b8fdc31712f5456ae27a66a4dc53d5ed (diff)
revert last change, didn't do right thing at all, sorry for the noise
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d9acf6..851da63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT([BigReqsProto], [7.0], [xorg@lists.freedesktop.org])
-AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
bigreqsproto.pc])