From: Bruno Haible Date: Thu, 7 Aug 2003 18:42:17 +0000 (+0000) Subject: A fix by Denis Barbier. X-Git-Tag: v0.13~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273af5ac59fcf05cddbd5312799601bde895b8d3;p=thirdparty%2Fgettext.git A fix by Denis Barbier. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 180043687..909ce31aa 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,8 @@ +2003-08-07 Bruno Haible + + * autopoint.in: Fix the regular expression used to parse intl/VERSION. + Patch by Denis Barbier . + 2003-06-19 Bruno Haible * gettextize.in (m4filelist): Add intmax.m4, longdouble.m4, diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 777d88c12..41bd208b4 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -224,7 +224,7 @@ fi # At least one of the two must be given. If both are given, they must agree. xver=`cat "$configure_in" | grep '^AM_GNU_GETTEXT_VERSION(' | sed -e 's/^AM_GNU_GETTEXT_VERSION(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q` if test -z "$xver" && test -f intl/VERSION; then - xver=`cat intl/VERSION | sed -n -e 's/^.*gettext-\(-+_.0-9A-Za-z]*\).*$/\1/p'` + xver=`cat intl/VERSION | sed -n -e 's/^.*gettext-\([-+_.0-9A-Za-z]*\).*$/\1/p'` fi if test -n "$xver"; then if test -n "$ver"; then