summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-09-22 20:42:40 +0000
committerRichard Laager <rlaager@pidgin.im>2007-09-22 20:42:40 +0000
commitc669e1533e0dd01fe61f795e598ab1c26650e739 (patch)
tree3c65bbd6740a82ef9d69b16dcdd996f5c46dce06
parentac3ddc3e8b655c7238df14665a4f53372af4ce66 (diff)
downloadpidgin-c669e1533e0dd01fe61f795e598ab1c26650e739.tar.gz
Revert Sean's change made in 603d11d2afa75893b2d930dcc54647fed2665476 to
autogen.sh. He added a --previous argument to glib-gettextize, which I get an error about and can't find documented anywhere. If this was legit, it should be re-committed with appropriate testing for backwards compatibility and a proper commit message.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8e77fdc97f..a29b0a4436 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -58,7 +58,7 @@ do
done
libtoolize -c -f --automake
-glib-gettextize --force --copy --previous
+glib-gettextize --force --copy
intltoolize --force --copy
aclocal $ACLOCAL_FLAGS || exit;
autoheader || exit;