I tried using the new autoheader with gcc and got this error.
cd ../../egcs/gcc && autoheader
/usr/local/project/install/autotools/bin/autoheader: N: No such file or
directory
autoheader: No template for symbol `HAVE_LONG_DOUBLE'
make[1]: *** [../../egcs/gcc/cstamp-h.in] Error 1
make[1]: Leaving directory `/mnt/image/build_egcs/gcc'
make: *** [all-gcc] Error 2
A note about this macro in the ChangeLog states:
Removed their autoheader template. They are now documented with their
own AC_DEFINE.
Any idea how I should go about fixing this?
Mo DeJong
Red Hat Inc