--- 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;