mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Remove attempts to detect autoconf and automake using "which" (PR 325).
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootstrap: Remove attempts to detect autoconf and automake using
|
||||
"which" (PR 325).
|
||||
|
||||
2003-02-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README.configure: Updated to reflect new BSPs and deprecated
|
||||
targets.
|
||||
|
||||
2003-01-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* VERSION: Updated to rtems-ss-20030128.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# to be run from the toplevel directory of RTEMS'
|
||||
# source tree
|
||||
|
||||
AUTOCONF_VERS=2\.5[47]
|
||||
AUTOCONF_VERS=2\.57
|
||||
AUTOMAKE_VERS=1\.7\.2
|
||||
|
||||
progname=`basename $0`
|
||||
@@ -95,7 +95,7 @@ done
|
||||
|
||||
case $mode in
|
||||
generate)
|
||||
AUTOCONF=${AUTOCONF-`which autoconf`}
|
||||
AUTOCONF=${AUTOCONF-autoconf}
|
||||
if test -z "$AUTOCONF"; then
|
||||
echo "You must have autoconf installed to run $program"
|
||||
fi
|
||||
@@ -108,7 +108,7 @@ EOF
|
||||
exit 1
|
||||
fi
|
||||
|
||||
AUTOMAKE=${AUTOMAKE-`which automake`}
|
||||
AUTOMAKE=${AUTOMAKE-automake}
|
||||
if test -z "$AUTOMAKE"; then
|
||||
echo "You must have automake installed to run $program"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user