| =========================================
| Testing suite for autoconf, version 2.49b
| =========================================
| testing AC_FUNC_MKTIME
|      80. ./syntax.at:40...
| ./syntax.at:40: autoconf --autoconf-dir .. -l $at_srcdir
| ./syntax.at:40: autoheader --autoconf-dir .. -l $at_srcdir
| ./syntax.at:40: top_srcdir=$top_srcdir ./configure
| --- empty     Thu Nov 30 10:10:47 2000
| +++ stderr    Thu Nov 30 10:13:46 2000
| @@ -0,0 +1 @@
| +./configure: 24794 Alarm call

This is why it failed: the shell complains of the signal it received.
I don't know how to address this issue.

| loading cache /dev/null
| checking for gcc... gcc
| checking whether the C compiler works... yes
| checking whether we are cross compiling... no
| checking whether we are using the GNU C compiler... yes
| checking for object suffix... o
| checking for executable suffix... 
| checking whether gcc accepts -g... yes
| checking whether time.h and sys/time.h may both be included... yes
| checking how to run the C preprocessor... gcc -E
| checking for sys/time.h... yes
| checking for unistd.h... yes
| checking for alarm... yes
| checking for working mktime... no
| creating ./config.status
| creating config.h
|      80. ./syntax.at:40: FAILED near `syntax.at:40'


Reply via email to