Back out useless attempt to work around problem with 0.12.1.

SVN revision: 8859
This commit is contained in:
Kim Woelders 2004-02-06 22:08:13 +00:00
parent b22b21cc5a
commit 863395b590
1 changed files with 1 additions and 7 deletions

View File

@ -171,13 +171,7 @@ if [ $NUMVAR -gt 0 ]; then
fi
# Okay, run the main stuff
if [ $GETTEXT_MINOR_VERSION -eq 12 ]; then
[ $VERBOSE -eq 1 ] && echo " autopoint --force"
cp configure.in .tmp-configure.in
sed -e "s/^AM_GNU_GETTEXT_VERSION(.*)/AM_GNU_GETTEXT_VERSION($GETTEXT_VERSION)/" < .tmp-configure.in > configure.in
autopoint --force || abort
mv .tmp-configure.in configure.in
elif [ "$GETTEXT_TOOL" = "autopoint" ]; then
if [ "$GETTEXT_TOOL" = "autopoint" ]; then
backup_m4
[ $VERBOSE -eq 1 ] && echo " autopoint --force"
echo n | autopoint --force || abort