summaryrefslogtreecommitdiffstats
path: root/c/src/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/acinclude.m4')
-rw-r--r--c/src/acinclude.m49
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/acinclude.m4 b/c/src/acinclude.m4
index f1c20ed2f8..a07328380c 100644
--- a/c/src/acinclude.m4
+++ b/c/src/acinclude.m4
@@ -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'"