summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-03 20:01:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-03 20:01:31 +0000
commitc34eb10f5565c0043f9b04420f73cdf8639e3135 (patch)
treec2427937df3311452e9f0f9ab110d59a34e3fba5 /aclocal
parentThis commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. (diff)
downloadrtems-c34eb10f5565c0043f9b04420f73cdf8639e3135.tar.bz2
Patch rtems-rc-4.5.0-7-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
The patch contains: * Many small cleanups wrt. make VARIANT=[DEBUG|PROFILE] support * several modifications to make/custom/*.cfg * Merger with the mvme2307.cfg you had posted two weeks ago (Please check it, I did not check it against to version you posted today). * Added a check to the toplevel configure.in to refuse building inside of the source tree.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/target.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal/target.m4 b/aclocal/target.m4
index ed9734dd06..8312ff3438 100644
--- a/aclocal/target.m4
+++ b/aclocal/target.m4
@@ -54,7 +54,7 @@ if test "$no_recursion" != yes; then
echo configuring in $target_subdir/$ac_config_dir
case "$srcdir" in
- .) ;;
+## .) ;;
*)
if test -d $target_subdir/$ac_config_dir || mkdir $target_subdir/$ac_config_dir; then :;
else
@@ -72,8 +72,8 @@ changequote(, )dnl
changequote([, ])dnl
case "$srcdir" in
- .) # No --srcdir option. We are building in place.
- ac_sub_srcdir=$srcdir ;;
+## .) # No --srcdir option. We are building in place.
+## ac_sub_srcdir=$srcdir ;;
/*) # Absolute path.
ac_sub_srcdir=$srcdir/$ac_config_dir ;;
*) # Relative path.