[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't build automake 1.6.1+ on redhat 7.2
From: |
Alexandre Duret-Lutz |
Subject: |
Re: can't build automake 1.6.1+ on redhat 7.2 |
Date: |
Mon, 22 Apr 2002 10:51:17 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
Hi,
>>> "Marty" == Marty Leisner <address@hidden> writes:
[...]
Marty> When I try to build automake (1.6.1 and the newest cvs
Marty> version) I get:
[...]
Marty> configure:1588: cd conftest && eval ${SHELL}
/usr/local/src/gnu/cvs/automake/lib/missing --run autoconf -o /dev/null
conftest.ac
Marty> /usr/local/src/gnu/cvs/automake/lib/missing: line 48: 5344
Segmentation fault "$@"
Marty> configure:1591: $? = 1
Marty> configure:1593: error: Autoconf 2.52 or better is required
Which OS is this? Which shell are you using as /bin/sh?
Can you try to run
echo 'AC_PREREQ(2.52)' > conftest.ac
autoconf -o /dev/null conftest.ac
from this shell?
[...]
--
Alexandre Duret-Lutz