# HG changeset patch # User Richard Laager # Date 1190493760 0 # Node ID 53545dbfd38fdd5f0ec2e5e7941e70b1a3bd3c09 # Parent fea57fd50a50bf79d0adecf0e572bc844130cfbc 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. diff -r fea57fd50a50 -r 53545dbfd38f autogen.sh --- 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;