diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-05-19 00:10:07 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-05-19 00:10:07 +0000 |
commit | fe846da148f3dd15e13e34216853d700cd2c51fd (patch) | |
tree | fa54bc182140ae3125625387d32765d7bf60cc4f | |
parent | 9607573553c23bcdfb1c3eaec3571aa52fdeb5ee (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 815f306..6041e56 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) AC_INIT(libXau, [0.1.2], [keithp@keithp.com],libXau) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([1.7], [dist-bzip2]) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) |