autogen.sh

changeset 3444
b31766d27ca1
parent 3414
6bb9e43e50b5
child 3505
77889c7db829
--- a/autogen.sh	Mon Aug 26 04:03:47 2002 +0000
+++ b/autogen.sh	Mon Aug 26 04:04:10 2002 +0000
@@ -43,9 +43,17 @@
 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;
 

mercurial