2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* acinclude.m4: Cleanups.
	* configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
	${srcdir}/exec/.
	Further adaptations to autoconf >= 2.50.
This commit is contained in:
Ralf Corsepius
2002-07-22 06:01:31 +00:00
parent c08c6b5d1f
commit 247874ae01
3 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
# $Id$
#
# Some hacks for handling powerpc-exception subdirectories
# Some hacks for handling special config subdirectories
#
# Note: Consider this file a temporary band-aid until a better, more general
# subdirectory handling solution is introduced to RTEMS.
@@ -66,8 +66,6 @@ if test "$no_recursion" != yes; then
ac_dots=`echo $ac_sub_builddir |
sed 's,^\./,,;s,[[^/]]$,&/,;s,[[^/]]*/,../,g'`
echo "*** dots :$ac_dots"
echo "*** src :$srcdir"
case $srcdir in
.) # No --srcdir option. We are building in place.
ac_sub_srcdir=$srcdir${ac_subdir} ;;
@@ -77,11 +75,6 @@ echo "*** src :$srcdir"
ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
esac
echo "*** source:$ac_sub_sourcedir"
echo "*** build :$ac_sub_builddir"
echo "*** src :$ac_sub_srcdir"
echo "*** pwd :"`pwd`
# Check for guested configure; otherwise get Cygnus style configure.
if test -f $ac_sub_srcdir/configure.gnu; then
ac_sub_configure="$SHELL '$ac_sub_srcdir/configure.gnu'"