summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-05-19 00:10:18 +0000
committerAdam Jackson <ajax@nwnk.net>2005-05-19 00:10:18 +0000
commit14bb8b2c0366c09f234c438a357adc0e40d767ad (patch)
tree3be89515fa65f1d5936160674e4e1fdaaff45d33
parentedb479dbcee12685ced059a70e4ad7a462d6a793 (diff)
downloadxorg-proto-printproto-14bb8b2c0366c09f234c438a357adc0e40d767ad.tar.gz
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 77e872f..e2fb65f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT([PrintProto], [7.0], [xorg@lists.freedesktop.org])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
AC_OUTPUT([Makefile
printproto.pc])