mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
This commit is contained in:
parent
ee515d5ac0
commit
14d8b70b62
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
3
NEWS
3
NEWS
@ -35,7 +35,8 @@
|
||||
# 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.
|
||||
|
||||
|
@ -12842,6 +12842,8 @@ AC_LIBOBJ([malloc])
|
||||
|
||||
@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
|
||||
@ -12875,10 +12877,12 @@ AC_SUBST(LTLIBOBJS)
|
||||
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user