This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Regenerate configure in bfd/binutils/gas/gdb


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=afa59b79006af1572ceeebcd2ada5a13e483f6b1

commit afa59b79006af1572ceeebcd2ada5a13e483f6b1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Apr 1 04:55:48 2015 -0700

    Regenerate configure in bfd/binutils/gas/gdb
    
    bfd/
    
    2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
    
    	* configure: Regenerated.
    
    binutils/
    
    2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
    
    	* configure: Regenerated.
    
    gas/
    
    2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
    
    	* configure: Regenerated.
    
    gdb/
    
    2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
    
    	* configure: Regenerated.

Diff:
---
 bfd/ChangeLog      | 4 ++++
 bfd/configure      | 6 ++++--
 binutils/ChangeLog | 4 ++++
 binutils/configure | 6 ++++--
 gas/ChangeLog      | 4 ++++
 gas/configure      | 6 ++++--
 gdb/ChangeLog      | 4 ++++
 gdb/configure      | 6 ++++--
 8 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 10ea6fc..5d3013a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-03-31  Ed Schouten  <ed@nuxi.nl>
 
 	* config.bfd (targ_defvec): Set to x86_64_elf64_cloudabi_vec
diff --git a/bfd/configure b/bfd/configure
index 777d74a..4f0bdd8 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -13862,8 +13862,10 @@ _ACEOF
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
-  withval=$with_system_zlib; zlibdir=
-  zlibinc=
+  withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
+    zlibdir=
+    zlibinc=
+  fi
 
 fi
 
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index bd3890c..e369f6b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* configure.ac: Revert the AM_ZLIB change.
diff --git a/binutils/configure b/binutils/configure
index 0fc173b..c5e424e 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -13548,8 +13548,10 @@ _ACEOF
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
-  withval=$with_system_zlib; zlibdir=
-  zlibinc=
+  withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
+    zlibdir=
+    zlibinc=
+  fi
 
 fi
 
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7052c62..0c1f815 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-03-31  Ed Schouten  <ed@nuxi.nl>
 
 	* configure.tgt (fmt): Set to elf for *-*-cloudabi*.
diff --git a/gas/configure b/gas/configure
index 002891d..67cf1dc 100755
--- a/gas/configure
+++ b/gas/configure
@@ -14329,8 +14329,10 @@ esac
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
-  withval=$with_system_zlib; zlibdir=
-  zlibinc=
+  withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
+    zlibdir=
+    zlibinc=
+  fi
 
 fi
 
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0416305..88e4a0c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
 	    Jan Kratochvil  <jan.kratochvil@redhat.com>
 	    Oleg Nesterov  <oleg@redhat.com>
diff --git a/gdb/configure b/gdb/configure
index d3d093d..3e031a5 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -7025,8 +7025,10 @@ fi
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
-  withval=$with_system_zlib; zlibdir=
-  zlibinc=
+  withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
+    zlibdir=
+    zlibinc=
+  fi
 
 fi


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