summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-10-13 15:14:44 +0000
committerRodney Dawes <dobey@src.gnome.org>2004-10-13 15:14:44 +0000
commit4af9b057f10948cf2f788fdae64d3fcfef143f1a (patch)
treef7eaeccd80f876df63647f761a54ceeb659d6925 /autogen.sh
parent1082878f8f50d0190c412e5f1c1156e2501c022e (diff)
downloadadwaita-icon-theme-4af9b057f10948cf2f788fdae64d3fcfef143f1a.tar.gz
Remove duplicate declaration of REQUIRED_AUTOMAKE_VERSION Remove
2004-10-13 Rodney Dawes <dobey@novell.com> * autogen.sh: Remove duplicate declaration of REQUIRED_AUTOMAKE_VERSION Remove duplicated effort to run glib-gettextize and intltoolize * configure.in: Add requirement of Autoconf 2.53 or newer Update to use newer autoconf API and define bugzilla url General cleanup of layout and ordering Add workaround to define ACLOCAL_AMFLAGS for calling aclocal Add declaration and substitution of localedir Fixes #154668
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 68e0b99a2..d815f5237 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,12 +15,6 @@ REQUIRED_AUTOMAKE_VERSION=1.6
exit 1
}
-echo "Running glib-gettextize"
-glib-gettextize --copy --force
-
-echo "Running intltoolize"
-intltoolize --copy --force --automake
-
gettext=`which gettext`
gettext_prefix=`dirname $gettext | xargs dirname`
@@ -32,4 +26,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
+USE_GNOME2_MACROS=1 . gnome-autogen.sh