* Paul Eggert wrote on Sun, Apr 09, 2006 at 09:13:38AM CEST:
> Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> > * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
> > `LIBOBJDIR' as experimental.
>
> That change looks good to me; thanks.
Applied. For autoconf-patches reference, here's a copy.
Thanks,
Ralf
* NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
`LIBOBJDIR' as experimental.
Index: NEWS
===================================================================
RCS file: /cvsroot/autoconf/autoconf/NEWS,v
retrieving revision 1.357
diff -u -r1.357 NEWS
--- NEWS 5 Apr 2006 22:41:36 -0000 1.357
+++ NEWS 6 Apr 2006 22:06:35 -0000
@@ -86,6 +86,7 @@
Object names added to these variables are now prefixed with `${LIBOBJDIR}',
as in `${LIBOBJDIR}alloca.o'. LIBOBJDIR is meant to be defined from
`Makefile.in' in case the object files lie in a different directory.
+ The LIBOBJDIR feature is experimental.
** autoreconf
Supports --no-recursive now.
Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.986
diff -u -r1.986 autoconf.texi
--- doc/autoconf.texi 6 Apr 2006 17:51:22 -0000 1.986
+++ doc/autoconf.texi 6 Apr 2006 22:06:44 -0000
@@ -16405,6 +16405,7 @@
can be referenced from any @file{Makefile.am}. Even without Automake,
arranging for @code{LIBOBJDIR} to be set correctly will enable
referencing @code{LIBOBJS} and @code{LTLIBOBJS} in another directory.
+The @code{LIBOJBDIR} feature is experimental.
@node AC_FOO_IFELSE vs AC_TRY_FOO