/[libtool]/libtool/libtool.m4
ViewVC logotype

Diff of /libtool/libtool.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.314.2.56 by rwild, Tue Dec 28 13:18:56 2004 UTC revision 1.314.2.57 by gary, Sun Jan 9 15:27:18 2005 UTC
# Line 3  Line 3 
3  ## Free Software Foundation, Inc.  ## Free Software Foundation, Inc.
4  ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996  ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5  ##  ##
6  ## This program is free software; you can redistribute it and/or modify  ## This file is free software; the Free Software Foundation gives
7  ## it under the terms of the GNU General Public License as published by  ## unlimited permission to copy and/or distribute it, with or without
8  ## the Free Software Foundation; either version 2 of the License, or  ## modifications, as long as this notice is preserved.
 ## (at your option) any later version.  
 ##  
 ## This program is distributed in the hope that it will be useful, but  
 ## WITHOUT ANY WARRANTY; without even the implied warranty of  
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  
 ## General Public License for more details.  
 ##  
 ## You should have received a copy of the GNU General Public License  
 ## along with this program; if not, write to the Free Software  
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 ##  
 ## As a special exception to the GNU General Public License, if you  
 ## distribute this file as part of a program that contains a  
 ## configuration script generated by Autoconf, you may include it under  
 ## the same distribution terms that you use for the rest of that program.  
9    
10  # serial 47 AC_PROG_LIBTOOL  # serial 47 AC_PROG_LIBTOOL
11    
# Line 1689  if test -f "$ltmain" && test -n "$tagnam Line 1674  if test -f "$ltmain" && test -n "$tagnam
1674        case $tagname in        case $tagname in
1675        CXX)        CXX)
1676          if test -n "$CXX" && ( test "X$CXX" != "Xno" &&          if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1677              ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||              ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1678              (test "X$CXX" != "Xg++"))) ; then              (test "X$CXX" != "Xg++"))) ; then
1679            AC_LIBTOOL_LANG_CXX_CONFIG            AC_LIBTOOL_LANG_CXX_CONFIG
1680          else          else
# Line 2435  AC_DEFUN([_LT_AC_PROG_CXXCPP], Line 2420  AC_DEFUN([_LT_AC_PROG_CXXCPP],
2420  [  [
2421  AC_REQUIRE([AC_PROG_CXX])  AC_REQUIRE([AC_PROG_CXX])
2422  if test -n "$CXX" && ( test "X$CXX" != "Xno" &&  if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2423      ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||      ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2424      (test "X$CXX" != "Xg++"))) ; then      (test "X$CXX" != "Xg++"))) ; then
2425    AC_PROG_CXXCPP    AC_PROG_CXXCPP
2426  fi  fi

Legend:
Removed from v.1.314.2.56  
changed lines
  Added in v.1.314.2.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26