automake
[Top][All Lists]
Advanced

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

LIBOBJS and *.Po


From: Harlan Stenn
Subject: LIBOBJS and *.Po
Date: Sun, 23 Sep 2001 03:22:30 -0400
User-agent: EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (Y .DŽþzaki) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8)

So I've done some digging into the *.Po problem I mentioned the other day.

I get the following warning message:

libntp/Makefile.am:18: required file `libntp/*.c' not found

and line 18 is:

libntp/Makefile.am:libntp_a_LIBADD = @LIBOBJS@

The only other place that LIBOBJS is mentioned is the following lines late
in my configure.in:

# 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/'`

I haven't checked to see if this hack is still needed.

Anyway, there is no other use of LIBOBJS; it's only touched by
AC_REPLACE_FUNCS .

Any ideas on what is causing this?

FWIW, this seems to have been going on for a while - anybody who has a
version of the NTP sources made within the last few years should be able to
see this.

I'm using automake-1.5 now, if it matters.

H



reply via email to

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