`LIBOBJDIR' as experimental.
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
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.
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