summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-05-19 00:10:20 +0000
committerAdam Jackson <ajax@nwnk.net>2005-05-19 00:10:20 +0000
commit1d6b2f664ccc1dda2b8f167b250a2b2cbd3ea167 (patch)
tree2a6d5343f180ef2efd10d14c578121a451c1d06c
parent24b9fd7561e47f74cbceb03463d175c3f588164d (diff)
Require automake 1.7 in AM_INIT_AUTOMAKE
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e1b407..994ff27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT([XF86RushProto], [7.0], [xorg@lists.freedesktop.org])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
AC_OUTPUT([Makefile
xf86rushproto.pc])