Mercurial > pidgin
changeset 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 | f2e04d0fc283 |
children | 39f90ab838ea |
files | autogen.sh |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
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;