This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-223-gc91c505


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c91c505f222834b4e84ac7dcafab6deb08b49566 (commit)
      from  7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c91c505f222834b4e84ac7dcafab6deb08b49566

commit c91c505f222834b4e84ac7dcafab6deb08b49566
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Aug 17 14:05:53 2012 -0700

    Make sysheaders available in config.make.

diff --git a/ChangeLog b/ChangeLog
index 70407fe..2b7fc94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-08-17  Roland McGrath  <roland@hack.frob.com>
 
+	* configure.in: Add AC_SUBST for sysheaders.
+	* configure: Regenerated.
+	* config.make.in (sysheaders): New substituted variable.
+
 	* sysdeps/unix/mkfifo.c: Moved ...
 	* sysdeps/posix/mkfifo.c: ... here.
 	* sysdeps/unix/mkfifoat.c: Moved ...
diff --git a/config.make.in b/config.make.in
index 65410ab..c511554 100644
--- a/config.make.in
+++ b/config.make.in
@@ -44,6 +44,7 @@ config-cflags-nofma = @libc_cv_cc_nofma@
 config-asflags-i686 = @libc_cv_as_i686@
 
 defines = @DEFINES@
+sysheaders = @sysheaders@
 sysincludes = @SYSINCLUDES@
 c++-sysincludes = @CXX_SYSINCLUDES@
 all-warnings = @all_warnings@
diff --git a/configure b/configure
index facb6a5..9dddf3c 100755
--- a/configure
+++ b/configure
@@ -661,6 +661,7 @@ force_install
 bindnow
 oldest_abi
 use_default_link
+sysheaders
 with_fp
 ac_ct_CXX
 CXXFLAGS
@@ -3478,6 +3479,7 @@ fi
 
 
 
+
 # Check whether --with-default-link was given.
 if test "${with_default_link+set}" = set; then :
   withval=$with_default_link; use_default_link=$withval
diff --git a/configure.in b/configure.in
index 1219b9f..f5dbff6 100644
--- a/configure.in
+++ b/configure.in
@@ -95,6 +95,7 @@ AC_ARG_WITH([headers],
 			    @<:@default=compiler default@:>@]),
 	    [sysheaders=$withval],
 	    [sysheaders=''])
+AC_SUBST(sysheaders)
 
 AC_SUBST(use_default_link)
 AC_ARG_WITH([default-link],

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    4 ++++
 config.make.in |    1 +
 configure      |    2 ++
 configure.in   |    1 +
 4 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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