Andreas V�gele <[EMAIL PROTECTED]> writes: > > _POSIX_C_SOURCE is also required in libguile/filesys.c for > readdir_r().
Beaut. > Wouldn't it be better to change configure.in instead of > the source files? glibc advises putting it in the source file, so they're self-contained. I think that's the way these defines are meant to be used. It might be different if every single file needed something. > Currently, I can't build Guile CVS since autogen.sh fails on HP-UX as > well as on Debian Woody (with autoconf and automake from > backports.org). It get the error message "possible undefined macro: > AM_INIT_AUTOMAKE". Usually that's from not re-running aclocal. autoreconf in autogen.sh might be meant to do that, but I always do it manually. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
