bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext-0.10.36 is released


From: Edmund GRIMLEY EVANS
Subject: Re: gettext-0.10.36 is released
Date: Sun, 15 Apr 2001 17:39:26 +0100
User-agent: Mutt/1.3.17i

Bruno Haible <address@hidden>:

> It is at ftp.gnu.org and mirrors in gnu/gettext/gettext-0.10.36.tar.gz
> 
> 
> Changes since version 0.10.35
> (by Ulrich Drepper, Bruno Haible, François Pinard):

I found I needed this patch to make it work for me.

In my case the string "po/Makefile.in" in "$CONFIG_FILES" is preceded
by a '\t', not by a ' '.

Edmund


--- /tmp/gettext-0.10.36/m4/gettext.m4  Sat Mar 24 00:51:31 2001
+++ m4/gettext.m4       Sun Apr 15 17:32:10 2001
@@ -159,7 +164,7 @@
       POSUB=po
     fi
     AC_OUTPUT_COMMANDS(
-     [case " $CONFIG_FILES " in *" po/Makefile.in "* | *" po/Makefile.in:"*)
+     [case " `echo $CONFIG_FILES` " in *" po/Makefile.in "* | *" 
po/Makefile.in:"*)
         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
       esac])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]