]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Apr 2006 17:57:17 +0000 (17:57 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Apr 2006 17:57:17 +0000 (17:57 +0000)
`LIBOBJDIR' as experimental.

ChangeLog
NEWS
doc/autoconf.texi

index 98e42ddc526ec8fecfbf8c9a94a1dbdcdf1612a9..f64f171e2a49e593398ec74e2b0114133bcdcb66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
+       `LIBOBJDIR' as experimental.
+
        * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
        with a target directory; it's internally implemented as `cp'
        anyway, but since Autoconf advertises the possibility to use
diff --git a/NEWS b/NEWS
index 29267649f3627889d942fe630ca5650b9ba33c96..0f907e287f280736322eec5771ef1a6d5abe82b3 100644 (file)
--- a/NEWS
+++ b/NEWS
   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 775c67b7db50992704b39f900c208997c85d98bc..c95a7027fe5052cea8798d638c2745a537f916e9 100644 (file)
@@ -16659,6 +16659,7 @@ When used with Automake 1.10 or newer, a suitable value for
 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