this is an excerpt from the Makefile
LIBTOOL_DEPS = @LIBTOOL_DEPS@
# -version-info for libtool to use in setting the SONAME of the shared
libs.
lt_version_info = 0:0:0
NSAMPLE = ./nsample
CPUCONFIGFLAGS = @CPUCONFIGFLAGS@
HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
It appears that configure is somehow broken, but how?
I did:
cvs up -d
./autocvs
./configure
make BOOTSTRAP_PATH=/usr/bin
the build went apparently ok, but then I get:
...
gcc -Wall -Wno-unused -O3 -fomit-frame-pointer -fstrict-aliasing -c
dns.c `chicken-config -cflags`
gcc: @CPUCONFIGFLAGS@: No such file or directory