Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv23367
Modified Files:
Tag: gtk1-stable
autogen.sh
Log Message:
May as well get this in sync.
Index: autogen.sh
===================================================================
RCS file: /cvsroot/gaim/gaim/autogen.sh,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- autogen.sh 25 Aug 2002 23:57:08 -0000 1.14.2.1
+++ autogen.sh 26 Aug 2002 05:27:53 -0000 1.14.2.2
@@ -41,8 +41,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;
|