comparison 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
comparison
equal deleted inserted replaced
3443:f2e04d0fc283 3444:d5bb9c7b6e0a
41 fi 41 fi
42 42
43 echo "Generating configuration files for Gaim, please wait...." 43 echo "Generating configuration files for Gaim, please wait...."
44 echo; 44 echo;
45 45
46 # Backup the po/ChangeLog. This should prevent the annoying
47 # gettext ChangeLog modifications.
48
49 cp -p po/ChangeLog po/ChangeLog.save
50
46 echo "Running gettextize, please ignore non-fatal messages...." 51 echo "Running gettextize, please ignore non-fatal messages...."
47 $SETUP_GETTEXT 52 $SETUP_GETTEXT
53
54 # Restore the po/ChangeLog file.
55 mv po/ChangeLog.save po/ChangeLog
48 56
49 echo "Running libtoolize, please ignore non-fatal messages...." 57 echo "Running libtoolize, please ignore non-fatal messages...."
50 echo n | libtoolize --copy --force || exit; 58 echo n | libtoolize --copy --force || exit;
51 59
52 aclocal -I m4 $ACLOCAL_FLAGS || exit; 60 aclocal -I m4 $ACLOCAL_FLAGS || exit;