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
commit3122eb59addb1887c6591e9e39d0ac3ec81024a6 (patch)
tree447c9d9cacb558e84754ae2483f87811ee9f5dc7
parent7c2b5f0f77abce523757271e23a5a2db174905e5 (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 4e74f3e..6af98ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT([EvIEExt], [7.0], [xorg@lists.freedesktop.org])
-AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
evieproto.pc])