summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2004-01-13 15:18:09 +0000
committerJody Goldberg <jody@src.gnome.org>2004-01-13 15:18:09 +0000
commit9487c718560968546cd1aa160dfa16906749e617 (patch)
tree5538d0e5e716d59a92f3c70e8cd84fd536409570 /autogen.sh
parentf60d342cfb9f91846391a96771fb67557c87b2d3 (diff)
downloadadwaita-icon-theme-9487c718560968546cd1aa160dfa16906749e617.tar.gz
require newer automake so that we can distcheck.
2004-01-13 Jody Goldberg <jody@gnome.org> * autogen.sh (REQUIRED_AUTOMAKE_VERSION) : require newer automake so that we can distcheck.
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 501a51047..9b4f10bfc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,4 +25,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