Re: This configure.in script does not work with autoconf 2.14

2000-07-17 Thread Akim Demaille
| | mo(~/project/tcl/unix)% autoconf | | configure.in:154: warning: AC_STRUCT_ST_BLKSIZE: | | your code should no longer depend upon `HAVE_ST_BLKSIZE', but | | `HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this AC_WARNING and | | the `AC_DEFINE' when you adjust the code. | | | |

Re: This configure.in script does not work with autoconf 2.14

2000-07-17 Thread Akim Demaille
| mo(~/project/tcl/unix)% autoconf | configure.in:154: warning: AC_STRUCT_ST_BLKSIZE: | your code should no longer depend upon `HAVE_ST_BLKSIZE', but | `HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this AC_WARNING and | the `AC_DEFINE' when you adjust the code. | | Here is the b

Re: This configure.in script does not work with autoconf 2.14

2000-07-17 Thread Mo DeJong
On 3 Jul 2000, Akim Demaille wrote: > > | Here is the input from configure.in. > | > | AC_CHECK_FUNC(BSDgettimeofday, AC_DEFINE(HAVE_BSDGETTIMEOFDAY), > | AC_CHECK_FUNC(gettimeofday, , AC_DEFINE(NO_GETTOD))) > | AC_MSG_CHECKING([for gettimeofday declaration]) > | AC_EGREP_HEADER(gettime

Re: This configure.in script does not work with autoconf 2.14

2000-07-03 Thread Akim Demaille
| Here is the input from configure.in. | | AC_CHECK_FUNC(BSDgettimeofday, AC_DEFINE(HAVE_BSDGETTIMEOFDAY), | AC_CHECK_FUNC(gettimeofday, , AC_DEFINE(NO_GETTOD))) | AC_MSG_CHECKING([for gettimeofday declaration]) | AC_EGREP_HEADER(gettimeofday, sys/time.h, AC_MSG_RESULT(present), [ |

Re: This configure.in script does not work with autoconf 2.14

2000-07-03 Thread Mo DeJong
On 3 Jul 2000, Akim Demaille wrote: > You didn't send the input, but my bet is that you have nested two here > docs with the same tags. You might not even know this since Autoconf > stupidly uses EOF at zillions of different places. I plan to change > them all into ACEOF or alike. > > But then

Re: This configure.in script does not work with autoconf 2.14

2000-07-03 Thread Akim Demaille
You didn't send the input, but my bet is that you have nested two here docs with the same tags. You might not even know this since Autoconf stupidly uses EOF at zillions of different places. I plan to change them all into ACEOF or alike. But then, maybe that's another issue :)

This configure.in script does not work with autoconf 2.14

2000-07-03 Thread Mo DeJong
Hi all. I seem to have run into a really strange error that only shows up with the CVS autoconf. Here is what it printed when I run the configure script. checking for BSDgettimeofday... home/mo/project/tcl/unix/configure: /home/mo/project/tcl/unix/configure: line 6895: syntax error: unexpected