| | 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.
| |
| |
| 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
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
| 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), [
|
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
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 :)
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