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 | f8bdfbae1846ea01877cedd7ea836eaa289ecbe6 (patch) | |
| tree | 1271ca078ff14abdb6c5ddf72cf3673d1f5cea88 /configure.ac | |
| parent | dc7cb253ba14b78ef0f863995bd0fc5a6a0ee017 (diff) | |
Require automake 1.7 in AM_INIT_AUTOMAKE
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dbfe7b7..8917ecf 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_INIT([libXext], libXext) AC_CONFIG_SRCDIR([Makefile.am]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([1.7], [dist-bzip2]) AM_MAINTAINER_MODE |
