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

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

Re: gettext-0.10.37 is not compatible with gettext-0.10.35


From: Bruno Haible
Subject: Re: gettext-0.10.37 is not compatible with gettext-0.10.35
Date: Wed, 25 Apr 2001 10:44:57 +0200 (MET DST)

address@hidden writes:

> For one thing, INSTOBJEXT is removed. Any po/Makefile.in.in
> which uses INSTOBJEXT is broken when you do
> 
> # aclocal
> 
> to see it.

I see. You can work around it either by changing in each po/Makefile.in.in

INSTOBJEXT = @INSTOBJEXT@

to

INSTOBJEXT = .mo

or in gettext.m4

*** gettext.m4.old      Fri Apr 13 04:34:32 2001
--- gettext.m4  Wed Apr 25 10:40:47 2001
***************
*** 228,233 ****
--- 228,237 ----
      dnl For backward compatibility. Some Makefiles may be using this.
      DATADIRNAME=share
      AC_SUBST(DATADIRNAME)
+ 
+     dnl For backward compatibility. Some Makefiles may be using this.
+     INSTOBJEXT=.mo
+     AC_SUBST(INSTOBJEXT)
    ])
  
  dnl Usage: Just like AM_WITH_NLS, which see.


> The partial list of the packages are:
> 
> ./fileutils-4.0.36/po/Makefile.in.in
> ./textutils-2.0.11/po/Makefile.in.in

For these packages you also need a recent autoconf snapshot.


> There are many problems with gettext-0.10.37 on RedHat 7.1

OK, now the next problem, please?

Bruno



reply via email to

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