AC_FD_MSG macros undefined
Alfred M. Szmidt
ams@kemisten.nu
Sun Feb 29 17:08:00 GMT 2004
$ pwd
/src/libc
$ cvs update
$ mkdir build
$ cd build
$ ../configure --prefix= >/dev/null
$ make
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: Entering directory `/src/libc'
autoconf sysdeps/i386/elf/configure.in > sysdeps/i386/elf/configure.new
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_FD_MSG
make[1]: Leaving directory `/src/libc'
make: *** [all] Error 2
$ autoconf --version
Autoconf version 2.13
$ uname -a
GNU raveland 0.3 GNUmach-1.2/Hurd-0.3 i386-AT386 unknown unknown GNU
Seriously, I can't figure out what the heck you are doing wrong.
AC_FD_MSG shouldn't even show up, at all. It doesn't exist anymore in
the libc code. What does your sysdeps/i386/elf/configure.in look
like?
The following should probobly get around your problem anyway:
touch sysdeps/i386/elf/configure
By the way, libc bugs should be directed to
libc-alpha@sources.redhat.com, not bug-hurd. I'm CCing that list
instead of bug-hurd.
Cheers.
More information about the Libc-alpha
mailing list