sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
writes:
> Michal> So i made some investigation and i don't understand several things:
> Michal> | cat <<\EOF
> Michal> shouldn't it be
> Michal> | cat <<EOF
> Michal> ? but it seems it is my autoconf installation, isn't it.
>
> Seems that way. We locally run 2.13 here. I'm not sure anyone has
> tried a newer version. Which version are you running?
the file "configure" says:
# Generated by Autoconf 2.52.
however these \EOF seem to work equally as EOF (diff config.log* says so).
now as i told before, nested "AC_CHECK_FUNC(" do not work here.
i changed 3 of these constructs (for nlist, setegid, seteuid) and
now it (./configure) passed.
But, make outputs:
$ make
Makefile:59: build/filenames.make: File o directory inesistente
/afs/wsi/i386_fbsd32/bin/scheme48 -a batch <build/filenames.scm
/bin/sh: /afs/wsi/i386_fbsd32/bin/scheme48: File o directory inesistente
make: *** [build/filenames.make] Error 127
|