[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A release with LIBOBJDIR?
From: |
Ralf Wildenhues |
Subject: |
Re: A release with LIBOBJDIR? |
Date: |
Mon, 10 Apr 2006 19:57:12 +0200 |
User-agent: |
Mutt/1.5.9i |
* Paul Eggert wrote on Sun, Apr 09, 2006 at 09:13:38AM CEST:
> Ralf Wildenhues <address@hidden> 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