Re: Minor problem with configure (2.4.4)

2006-12-29 Thread Martin v. Löwis
[EMAIL PROTECTED] schrieb: > configure.in:273: error: possibly undefined macro: AC_UNDEFINE > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > > Ideas? RTFM (autoconf documentation, in this case). There is no AC_UNDEFINE. Reg

Re: Minor problem with configure (2.4.4)

2006-12-29 Thread MRAB
[EMAIL PROTECTED] wrote: > configure expands > AC_DEFINE(_POSIX_C_SOURCE, 200112L, Define to activate features from > IEEE Stds 1003.1-2001) > > to > > #define _POSIX_C_SOURCE 200112L > > that causes problems because _POSIX_C_SOURCE is defined by system > headers and I get hideous > warnings dur

Minor problem with configure (2.4.4)

2006-12-28 Thread sndive
configure expands AC_DEFINE(_POSIX_C_SOURCE, 200112L, Define to activate features from IEEE Stds 1003.1-2001) to #define _POSIX_C_SOURCE 200112L that causes problems because _POSIX_C_SOURCE is defined by system headers and I get hideous warnings during compilation. I tried to fix it by adding