diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-07-08 23:01:58 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-07-08 23:01:58 +0000 |
commit | da7bd03970653bc9d09446b0d2a49417791c5b18 (patch) | |
tree | bcc86ca941615a761cd350e2442124e3699880d8 /configure.in | |
parent | b9f7b88e3d100b87a856e077b5f2fdbf49c73ebb (diff) | |
download | pango-da7bd03970653bc9d09446b0d2a49417791c5b18.tar.gz |
Bug 346297 – autogen doesn't work with automake-1.6 Patch from Priit
2006-07-08 Behdad Esfahbod <behdad@gnome.org>
Bug 346297 – autogen doesn't work with automake-1.6
Patch from Priit Laes
* autogen.sh, configure.in: Require automake 1.7.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 35c5d1f6..5903f605 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_INIT(pango, pango_version(), AC_CONFIG_SRCDIR([ChangeLog]) -AM_INIT_AUTOMAKE(1.6 gnits) +AM_INIT_AUTOMAKE(1.7 gnits) AM_CONFIG_HEADER([config.h]) |