Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-06-08 17:23:18 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-06-08 17:23:18 (GMT)
commit140562703bdf7e752a172ae53bc4d3571b06def2 (patch)
treeadcfdbdef8716393fb73ae1f77a87a61c1c6a0b7 /autogen.sh
parent882faa24e430168335eaeb66294ec19358e24351 (diff)
First go at a gtk theme/engine for sugar
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 476ccdd..7398399 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -57,11 +57,14 @@ $ACLOCAL $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
+glib-gettextize --force --copy
+
+intltoolize --force --copy --automake
+
$AUTOMAKE -a $am_opt
autoconf || echo "autoconf failed - version 2.5x is probably required"
-
-intltoolize --force --copy --automake
+libtoolize -f
cd $ORIGDIR