Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv6971
Modified Files:
autogen.sh
Log Message:
GIVE US OUR CHANGELOG BACK!
Index: autogen.sh
===================================================================
RCS file: /cvsroot/gaim/gaim/autogen.sh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- autogen.sh 20 Aug 2002 08:54:56 -0000 1.22
+++ autogen.sh 26 Aug 2002 04:04:10 -0000 1.23
@@ -43,8 +43,16 @@
echo "Generating configuration files for Gaim, please wait...."
echo;
+# Backup the po/ChangeLog. This should prevent the annoying
+# gettext ChangeLog modifications.
+
+cp -p po/ChangeLog po/ChangeLog.save
+
echo "Running gettextize, please ignore non-fatal messages...."
$SETUP_GETTEXT
+
+# Restore the po/ChangeLog file.
+mv po/ChangeLog.save po/ChangeLog
echo "Running libtoolize, please ignore non-fatal messages...."
echo n | libtoolize --copy --force || exit;
|