#325 closed defect (fixed)

bootstrap fails to correctly identify automake version

Reported by: eric.valette Owned by: Ralf Corsepius
Priority: lowest Milestone: 2
Component: build Version: 4.5
Severity: normal Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

As I have '.' in my path before /usr/bin, bootstrap fails because which return ./automake ...

sh -x bootstrap
+ AUTOCONF_VERS=2.5[23456]
+ AUTOMAKE_VERS=1.[76]
++ basename bootstrap
+ progname=bootstrap
++ dirname bootstrap
+ top_srcdir=.
+ verbose=
+ quiet=false
+ mode=generate
+ test '!' -f ./aclocal/version.m4
+ test 0 -gt 0
++ which autoconf
+ AUTOCONF=/usr/bin/autoconf
+ test -z /usr/bin/autoconf
++ /usr/bin/autoconf --version
++ grep -e ' 2.5[23456]'
+ test -z 'autoconf (GNU Autoconf) 2.54'
++ which automake
+ AUTOMAKE=./automake
+ test -z ./automake
++ ./automake --version
++ grep -e ' 1.[76]'
+ test -z
+ cat
RTEMS requires automake version 1.[76].

You are trying to use ./automake which does not seem to be sufficient
+ exit 1

Release:
RTEMS-4.5

Environment:
debian 3.0

Change History (2)

comment:1 Changed on 02/11/03 at 12:23:00 by Ralf Corsepius

Status: assignedwaiting

comment:2 Changed on 02/28/03 at 05:15:06 by Ralf Corsepius

Status: waitingclosed

State-Changed-From-To: feedback->closed
State-Changed-Why: Removed autotool version checks on the branch.

Note: See TracTickets for help on using tickets.