+2002-07-19 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
+
2002-07-18 Akim Demaille <akim@epita.fr>
Version 2.53b.
# built via the ANSI2KNR-filtering rules.
LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
- and read the `AC_LIBOBJ vs LIBOBJS' section.
+ and read the `AC_LIBOBJ vs LIBOBJS' section. Do not define U in
+ your Makefiles either.
- AC_CONFIG_LINKS now makes copies if it can't make links.
@sp 1
+@ovindex U
+@cindex @code{$U}
When asked for automatic de-ANSI-fication, Automake needs
@code{LIBOBJS}'ed filenames to have @samp{$U} appended to the base
names. Libtool requires the definition of @code{LTLIBOBJS}, which
@sp 1
-Fortunately, you no longer have to use this: @code{AC_OUTPUT} normalizes
+You no longer have to use this: @code{AC_OUTPUT} normalizes
@code{LIBOBJS} and @code{LTLIBOBJS} (hence it works with any version of
-Automake and Libtool). So just remove these lines.
-@command{autoupdate} cannot handle this task, since this is not a macro.
+Automake and Libtool). Just remove these lines (@command{autoupdate}
+cannot handle this task, since this is not a macro).
+
+Note that @code{U} must not be used in your Makefiles.
@c ============================= Generating Test Suites with Autotest