]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
A fix by Denis Barbier.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Aug 2003 18:42:17 +0000 (18:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:48 +0000 (12:10 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in

index 18004368764d8d5888b08fcb885a547ecbf42758..909ce31aa6164df082a04709ee30250bcf71bdf2 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-07  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in: Fix the regular expression used to parse intl/VERSION.
+       Patch by Denis Barbier <barbier@debian.org>.
+
 2003-06-19  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in (m4filelist): Add intmax.m4, longdouble.m4,
index 777d88c124fabeb76f9aa0a991dcf920b83192aa..41bd208b4e3cc3f145809bfdf2c706ac1d21b8f4 100644 (file)
@@ -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