aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-12-10 04:20:05 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-12-10 04:20:05 +0800
commit8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef (patch)
tree40ac8a4a9bbddb85906457b4eb3ddaecad73c3cb /autogen.sh
parenta8070650114716342ce344a0758c758e81e6d855 (diff)
downloadgsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.tar
gsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.tar.gz
gsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.tar.bz2
gsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.tar.lz
gsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.tar.xz
gsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.tar.zst
gsoc2013-epiphany-8a22e2430aa8da4dc26ba18f2ca35b0c6f1cf6ef.zip
depend on automake 1.7, it seem it's needed by the deprecates code.
2003-12-09 Marco Pesenti Gritti <marco@gnome.org> * autogen.sh: depend on automake 1.7, it seem it's needed by the deprecates code.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 18cd9e5d3..e43f9c68e 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
}
-REQUIRED_AUTOMAKE_VERSION=1.6 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh