bug-autoconf
[Top][All Lists]
Advanced

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

documentation example in AC_CONFIG_COMMANDS_PRE wrong


From: Marcus Brinkmann
Subject: documentation example in AC_CONFIG_COMMANDS_PRE wrong
Date: Mon, 2 Sep 2002 15:10:47 +0200
User-agent: Mutt/1.4i

Hi,

 - 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 example is wrong, as the use of LIBOBJS is forbidden now.  Maybe
replace this with LIB@&address@hidden

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    address@hidden
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
address@hidden
http://www.marcus-brinkmann.de/




reply via email to

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