libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool--devo--1.0--patch-140


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-140
Date: Mon, 30 Aug 2004 21:28:06 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBM43VFRMICSmD1gYRApWJAJ9GE60W4SJ+Ql/p8o9qePkt5jd2lgCfaTIp
FYdC9u95q3hneBXDFAsiMiE=
=+Wte
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-139 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-139
M  ChangeLog
M  configure.ac

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * configure.ac:  Because of the way the autoconf C++ testing
        works, we need to call the C test first to work in an environment
        that has no C++ compiler.

--- orig/configure.ac
+++ mod/configure.ac
@@ -150,6 +150,12 @@
 ## compiler checks. ##
 ## ---------------- ##
 
+# Need to be sure that we have a working C compiler, otherwise even with
+# a good C compiler: if the following C++ tests fail, the whole libtool
+# build fails!
+AC_PROG_CC
+AC_PROG_CPP
+
 # The Autoconf tests for C++ and Fortran 77 sometimes call AC_MSG_ERROR
 # and we don't want that to be an error whilst creating the libtool script.
 # As these are AC_REQUIREd inside libtool.m4 we can simply call them here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]