[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in 2.52 ?
From: |
mayhem |
Subject: |
bug in 2.52 ? |
Date: |
Sat, 3 Nov 2001 14:43:35 +0200 |
>From the 2.52 tarball downloaded on gnu.org :
bash-2.05$ ./configure
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
./configure: line 2406: syntax error near unexpected token `done'
./configure: line 2406: `done'
bash-2.05$ cat ./configure.in
# Process this file with autoconf to produce a configure script.
AC_INIT(include/libelfsh.h)
AM_INIT_AUTOMAKE(libelfsh, 0, foo)
AM_CONFIG_HEADER(include/config.h)
AC_CONFIG_SRCDIR([data.c])
#AC_CONFIG_HEADERS([include/config.h])
# Checks for programs.
AC_PROG_RANLIB
AC_PROG_CC
AC_C_CONST
#AC_PROG_INSTALL
# For compiler
CFLAGS='-Wall -g3
# Checks for libraries.
# Checks for header files.
AC_CHECK_HEADERS([errno.h fcntl.h stdlib.h string.h unistd.h])
# Checks for library functions.
AC_CHECK_FUNCS([bzero])
#AC_CONFIG_FILES([Makefile])
AC_OUTPUT(Makefile)
bash-2.05$
--
mayhem