diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-05-08 Anders Carlsson <andersca@codefactory.se> + + * autogen.sh: Require automake >= 1.6 + 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: diff --git a/autogen.sh b/autogen.sh index 4eeaa4ed9..18cd9e5d3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,4 +16,4 @@ which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } -USE_GNOME2_MACROS=1 . gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.6 USE_GNOME2_MACROS=1 . gnome-autogen.sh |