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

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

Re: gettext: prepare Makefile.in.in for next Automake version


From: Ralf Wildenhues
Subject: Re: gettext: prepare Makefile.in.in for next Automake version
Date: Fri, 18 Aug 2006 18:14:28 +0200
User-agent: Mutt/1.5.12 (2006-08-10)

* Bruno Haible wrote on Wed, Aug 16, 2006 at 09:24:25PM CEST:
> Ralf Wildenhues wrote:
> > The next Automake version (1.10) will make use of Autoconf-2.60's macro
> > AC_PROG_MKDIR_P in the macro AM_PROG_MKDIR_P, thus `$(mkdir_p)' may be
> > expressed in terms of `$(MKDIR_P)'.

> Thanks, I applied your patch. Thanks also for thinking ahead.

I spoke too soon and forgot (at least) one instance; see below.
Also I think there are more "interesting" interactions between CVS
versions of some of the tools involved; I'll try to get them sorted
out in the near future.

(I'm trying to get to know gettext a bit; so far its number of
directories and configure scripts seems daunting to me...)

Cheers,
Ralf

gettext-runtime/intl:
        * Makefile.in: (MKDIR_P): New variable.  Needed by $(mkdir_p)
        with Automake-1.10.

Index: gettext-runtime/intl/Makefile.in
===================================================================
RCS file: /cvsroot/gettext/gettext/gettext-runtime/intl/Makefile.in,v
retrieving revision 1.49
diff -u -r1.49 Makefile.in
--- gettext-runtime/intl/Makefile.in    26 Jul 2006 12:00:59 -0000      1.49
+++ gettext-runtime/intl/Makefile.in    18 Aug 2006 16:08:31 -0000
@@ -52,6 +52,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 mkinstalldirs = @install_sh@ -d
+MKDIR_P = @MKDIR_P@
 mkdir_p = @mkdir_p@
 
 l = @INTL_LIBTOOL_SUFFIX_PREFIX@




reply via email to

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