summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kasprzyk <onestone@compiz-fusion.org>2008-09-17 00:59:47 +0200
committerDennis Kasprzyk <onestone@compiz-fusion.org>2008-09-17 00:59:47 +0200
commit987935efb0c6df0371fdd8cc8b0ed0f7db13034d (patch)
tree20f091fc8ea2976da539f5748b0968dafd03cc2a
parent8cc8c0da068e8c3414ee9efdd124de82690377ea (diff)
Create compiz.pot file correctly.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e7513cd9..1fdd9f16 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,8 +7,8 @@ ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
-intltoolize --copy --force --automake || exit 1
glib-gettextize --copy --force || exit 1
+intltoolize --copy --force --automake || exit 1
cd $ORIGDIR || exit $?