changeset 20624:53545dbfd38f

Revert Sean's change made in bc3eeb1d4eeaeaee53957eb2efb1dd14f651c1d7 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.
author Richard Laager <rlaager@wiktel.com>
date Sat, 22 Sep 2007 20:42:40 +0000
parents fea57fd50a50
children c905f5824422
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Sat Sep 22 20:31:49 2007 +0000
+++ b/autogen.sh	Sat Sep 22 20:42:40 2007 +0000
@@ -58,7 +58,7 @@
 done
 
 libtoolize -c -f --automake
-glib-gettextize --force --copy --previous
+glib-gettextize --force --copy
 intltoolize --force --copy
 aclocal $ACLOCAL_FLAGS || exit;
 autoheader || exit;