summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/cxx-lt-demo.sh1
-rw-r--r--t/location.sh2
-rw-r--r--t/silent-many-languages.sh6
3 files changed, 0 insertions, 9 deletions
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index d44852bab..7e7f8dddd 100644
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -114,7 +114,6 @@ END
cat > lib/libfoo.c++ << 'END'
#include "libfoo.h++"
-#include <string>
std::string target (void)
{
std::string s1 = "Test";
diff --git a/t/location.sh b/t/location.sh
index ea865c5c7..310160f64 100644
--- a/t/location.sh
+++ b/t/location.sh
@@ -44,8 +44,6 @@ END
# Smash the useless difference of lib file locations.
smash_useless_diffs ()
{
- # FIXME: we could get rid of the second 's,,,' once we improve our
- # wrapper scripts ...
sed -e "s,^$am_amdir/\\([a-z]*\.am\\),\\1," \
-e "s,^automake-$APIVERSION:,automake:," ${1+"$@"};
}
diff --git a/t/silent-many-languages.sh b/t/silent-many-languages.sh
index 03be42f87..ae8a5ab12 100644
--- a/t/silent-many-languages.sh
+++ b/t/silent-many-languages.sh
@@ -88,12 +88,6 @@ AC_PROG_LEX
AC_PROG_YACC
AC_PROG_CXX
-# FIXME: remove this hack once the requirements c++, fortran and fortran77
-# are implemented correctly.
-test -n "`echo $CXX`" || AC_MSG_ERROR([C++ compiler not found], [77])
-test -n "`echo $FC`" || AC_MSG_ERROR([Fortran compiler not found], [77])
-test -n "`echo $F77`" || AC_MSG_ERROR([Fortran 77 compiler not found], [77])
-
# The SunStudio C++ compiler is unfortunately named 'sunCC' (or even just
# 'CC', yuck!); similarly and the Portland group C++ compiler is named
# 'pgCC'. This can cause problems with our grepping checks on the output