Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-07-31 08:42:22 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-07-31 08:42:22 (GMT)
commit4d01709508f662e0e17e8779f8be3a9f1395bd7e (patch)
tree965d7a52a2e879bb680b6e828c54ac04a0df071b /autogen.sh
parent0158218ce547e17e1684a0cb6a3e7b58f700caee (diff)
Update automake usage. See bug 349292.
2006-07-31 Christian Persch <chpe@cvs.gnome.org> * autogen.sh, configure.ac: Update automake usage. See bug 349292.
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 ccef49e..3fe8f4c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,4 @@ which gnome-autogen.sh || {
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 REQUIRED_GETTEXT_VERSION=0.10.36 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh