]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- let CXXCPP test failure be only warning, not failure
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Nov 2003 10:07:06 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (so libtool 1.5 won't always require C++ compiler)

Changed files:
    autoconf-cxxcpp-warnonly.patch -> 1.1

autoconf-cxxcpp-warnonly.patch [new file with mode: 0644]

diff --git a/autoconf-cxxcpp-warnonly.patch b/autoconf-cxxcpp-warnonly.patch
new file mode 100644 (file)
index 0000000..44d9409
--- /dev/null
@@ -0,0 +1,11 @@
+--- autoconf-2.58/lib/autoconf/c.m4.orig       Thu Sep 25 09:28:51 2003
++++ autoconf-2.58/lib/autoconf/c.m4    Mon Nov 17 10:54:37 2003
+@@ -640,7 +640,7 @@
+ fi
+ AC_MSG_RESULT([$CXXCPP])
+ _AC_PROG_PREPROC_WORKS_IFELSE([],
+-        [AC_MSG_FAILURE([C++ preprocessor "$CXXCPP" fails sanity check])])
++        [AC_MSG_WARN([C++ preprocessor "$CXXCPP" fails sanity check])])
+ AC_SUBST(CXXCPP)dnl
+ AC_LANG_POP(C++)dnl
+ ])# AC_PROG_CXXCPP
This page took 0.173975 seconds and 4 git commands to generate.