This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

FYI checking in patch to libtool from the official repo


FYI,

I'm checking in the patch below to libtool in the top level of the gcc tree
which has been approved and installed in the official libtool repo.

-- 
Michael Sokolov
Public Service Agent
International Engineering and Science Task Force

1351 VINE AVE APT 27		Phone: +1-714-738-5409
FULLERTON CA 92833-4291 USA	(home office)

E-mail: msokolov@ivan.Harhan.ORG (ARPA TCP/SMTP)

2001-01-25  Michael Sokolov  <msokolov@ivan.Harhan.ORG>

	* ltcf-cxx.sh: Use parentheses around eval $ac_compile.

Index: ltcf-cxx.sh
===================================================================
RCS file: /home/cvs/libtool/Attic/ltcf-cxx.sh,v
retrieving revision 1.1.2.26
diff -p -r1.1.2.26 ltcf-cxx.sh
*** ltcf-cxx.sh	2000/12/22 23:49:02	1.1.2.26
--- ltcf-cxx.sh	2001/01/26 04:34:03
*************** private:
*** 794,800 ****
  EOF
  
  
! if eval $ac_compile 2>&5; then
    # Parse the compiler output and extract the necessary
    # objects, libraries and library flags.
  
--- 794,800 ----
  EOF
  
  
! if (eval $ac_compile) 2>&5; then
    # Parse the compiler output and extract the necessary
    # objects, libraries and library flags.
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]