Mercurial > pidgin
diff autogen.sh @ 3444:d5bb9c7b6e0a
[gaim-migrate @ 3485]
GIVE US OUR CHANGELOG BACK!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 26 Aug 2002 04:04:10 +0000 |
| parents | 4149e5e36eb9 |
| children | 67b0832e9542 |
line wrap: on
line diff
--- 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;
