diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-05-19 00:10:19 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-05-19 00:10:19 +0000 |
commit | 4809dd9150599a9e88f64cd1b82737872b7b1b94 (patch) | |
tree | 3fbae09621ad8454a35a04600209612f199a3dd3 | |
parent | 6ff17c33f0773e152122d66cbaffaa54e53e086c (diff) |
Require automake 1.7 in AM_INIT_AUTOMAKE
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 505406b..f3a5cd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) AC_INIT([Xproto], [7.0], [xorg@lists.freedesktop.org]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2]) AC_OUTPUT([Makefile xproto.pc]) |