summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 16:37:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 16:37:10 +0000
commitf8e5121ee53e192941d154df3fc6b79d3107534c (patch)
tree84806034b97eaff07ae13be0572d4ea8528a9d8c /testsuites
parent2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f8e5121ee53e192941d154df3fc6b79d3107534c.tar.bz2
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
Diffstat (limited to '')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/aclocal/prog-cxx.m43
2 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 4077dbbd20..63fcd3532f 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,9 @@
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
+
+2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* aclocal/rtems-flags.m4: Remove (Unused).
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4
index 813b862a8c..465cd7ed86 100644
--- a/testsuites/aclocal/prog-cxx.m4
+++ b/testsuites/aclocal/prog-cxx.m4
@@ -28,5 +28,8 @@ AC_PROG_CXX
[must both either be cross compilers or native compilers]
[Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
fi
+else
+## Work-around to a bug in automake
+AM_CONDITIONAL([am__fastdepCXX],[false])
fi
])