autoconf
[Top][All Lists]
Advanced

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

LIBOBJS and ANSI2KNR fix?


From: Harlan Stenn
Subject: LIBOBJS and ANSI2KNR fix?
Date: Sun, 24 Mar 2002 16:54:14 -0500
User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd)

I've had to use the following just before AC_CONFIG_whatever:

 # This is necessary so that .o files in LIBOBJS are also built via
 # the ANSI2KNR-filtering rules.
 LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`

Under autoconf-2.53, the direct assignment to LIBOBJS is now a hard error.

So I guess I have some questions:

- Do I still need to worry about this problem with LIBOBJS and ANSI2KNR?

- If not, at what point was this problem fixed?

H



reply via email to

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