]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
skip unused tests.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 1 Oct 2007 12:16:19 +0000 (12:16 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 1 Oct 2007 12:16:19 +0000 (12:16 +0000)
git-svn-id: file:///svn/unbound/trunk@650 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac
doc/Changelog

index 04f8fb12b8752f1afa6b840af5e1f8be7656cae1..0c3f895010b96b081b5ea2a183d5fffc6d271827 100644 (file)
@@ -251,6 +251,15 @@ if test "$srcdir" != "."; then
        CPPFLAGS="$CPPFLAGS -I$srcdir";
 fi
 
+# skip these tests, we do not need them.
+AC_DEFUN([AC_PROG_F77], [:])
+AC_DEFUN([AC_PROG_FC], [:])
+AC_DEFUN([AC_PROG_CXX], [:])
+AC_DEFUN([AC_PROG_CXXCPP], [:])
+AC_DEFUN([AC_PROG_OBJC], [:])
+AC_DEFUN([AC_PROG_OBJCCPP], [:])
+AC_DEFUN([AC_LIBTOOL_CXX], [:])
+AC_DEFUN([AC_LIBTOOL_F77], [:])
 # Use libtool 
 AC_CHECK_PROGS(libtool, [glibtool libtool15 libtool], [./libtool])
 AC_PATH_TOOL(AR, ar, [false])
index 7f5b2dd09c1170d7b5b6a7d38675c568ccf4f01f..013c1a342126f2e321742d5e3dd3896065dc565c 100644 (file)
@@ -1,3 +1,6 @@
+1 October 2007: Wouter
+       - skip F77, CXX, objC tests in configure step.
+
 28 September 2007: Wouter
        - test case for unbound-checkconf, fixed so it also checks the
          interface: statements.