summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <adrian.bunk@movial.com>2010-03-29 12:54:34 +0300
committerCosimo Cecchi <cosimoc@gnome.org>2010-05-17 11:08:15 +0200
commit1c88c7186ed298fbdd67e31cb3b8c613093c3411 (patch)
treefcabafb44efbc2684e2307ec05f3fe85290bd560
parent38986e1c0773299a7efa9f7333d5d0c513a8b66c (diff)
downloadnautilus-1c88c7186ed298fbdd67e31cb3b8c613093c3411.tar.gz
autogen.sh: automake 1.9 is required (see configure.in)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2c0a53345..d71a35573 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,4 +18,4 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.7 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh