From 863395b59022d99c4e00a9c7be6bdb9126c165c5 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Fri, 6 Feb 2004 22:08:13 +0000 Subject: [PATCH] Back out useless attempt to work around problem with 0.12.1. SVN revision: 8859 --- setup-gettext.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/setup-gettext.sh b/setup-gettext.sh index 5f781d03..e1be5c3f 100755 --- a/setup-gettext.sh +++ b/setup-gettext.sh @@ -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