I'll make a better report as soon as I can.
The following problem is back:
% make
...
make[2]: Entering directory `/backroom/ntp4/A.whimsy/librsaref'
make[2]: *** No rule to make target `librsaref.a.c', needed by `librsaref.a.o'.
...
Makefile.am:
...
nodist_librsaref_a_SOURCES = \
desc.c \
md2c.c \
...
Makefile.in now contains:
...
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
librsaref_a_SOURCES = librsaref.a.c
librsaref_a_OBJECTS = librsaref.a.o
AR = ar
...
Harlan
- Re: Bad library name problem with automake-1.4-p2 Harlan Stenn
- Re: Bad library name problem with automake-1.4-p2 Gary V . Vaughan
- Re: Bad library name problem with automake-1.4-p2 Harlan Stenn
- Re: Bad library name problem with automake-1.4-p2 Tom Tromey
