bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf 2.53: LIBOBJS documentation


From: Akim Demaille
Subject: Re: autoconf 2.53: LIBOBJS documentation
Date: 20 May 2002 11:39:14 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| In the "Running Arbitrary Configuration Commands" of the
| documentation, it says:
| 
|       Macro: AC_CONFIG_COMMANDS_PRE (cmds) 
|             Execute the cmds right before creating `config.status'. A typical 
use is computing values derived from variables built
|             during the execution of configure: 
| 
|             AC_CONFIG_COMMANDS_PRE(
|             [LTLIBOBJS=`echo $LIBOBJS | sed 's/\.o/\.lo/g'`
|             AC_SUBST(LTLIBOBJS)])
| 
| This no longer works, as documented in the "AC_LIBOBJ vs.
| LIBOBJS" section of the documentation.

Thanks, this remains to be fixed indeed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]