]> sourceware.org Git - glibc.git/commitdiff
Some configure-related decrufting.
authorRoland McGrath <roland@hack.frob.com>
Thu, 8 May 2014 18:27:14 +0000 (11:27 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 8 May 2014 18:27:14 +0000 (11:27 -0700)
ChangeLog
Makeconfig
sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.ac
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.ac

index e9e707ab9fe0cecc05808d3cf7cf1279fb1f0dec..fd7faedbab21b230a9a66e2a05c2e4bcb91298c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2014-05-08  Roland McGrath  <roland@hack.frob.com>
 
+       * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
+       look for %.ac rather than %.in.
+
+       * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
+       * sysdeps/unix/sysv/linux/configure.ac: Likewise.
+       * sysdeps/mach/hurd/configure: Regenerated.
+       * sysdeps/unix/sysv/linux/configure: Regenerated.
+
        * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
 
 2014-05-07  Steve Ellcey  <sellcey@mips.com>
index f9653983b6dccce993b7012b3d9720f0e2351196..2df4c88e1a80f07d474164ba869b91b20b13b25d 100644 (file)
@@ -86,12 +86,12 @@ $(common-objpfx)config.make: $(common-objpfx)config.status \
 $(common-objpfx)config.status: $(..)version.h $(..)configure \
                               $(foreach dir,$(sysdirs),\
                                         $(wildcard $(dir)/Implies) \
-                                        $(patsubst %.in,%,\
+                                        $(patsubst %.ac,%,\
                                                    $(firstword $(wildcard \
  $(addprefix $(dir)/,configure configure.ac))))) \
-                              $(patsubst %.in,%,\
+                              $(patsubst %.ac,%,\
  $(wildcard $(..)sysdeps/*/preconfigure $(..)sysdeps/*/preconfigure.ac)) \
-                              $(patsubst %.in,%,\
+                              $(patsubst %.ac,%,\
                                          $(foreach add-on,$(add-ons),\
                                                    $(firstword $(wildcard \
  $(addprefix $(firstword $(filter /%,$(add-on)) $(..)$(add-on))/,\
@@ -1049,7 +1049,7 @@ ifndef avoid-generated
 # existing directory not in all-subdirs, then sysd-sorted needs to
 # be regenerated, so it depends on existing $(sorted-subdirs:=/Depend) files.
 all-Depend-files := $(wildcard $(sort \
-                       $(foreach dir,$(all-subdirs),\
+                       $(foreach dir,$(all-subdirs),\
                                  $(firstword $($(dir)-srcdir) \
                                  $(..)$(dir))/Depend) \
                        $(sorted-subdirs:=/Depend)))
index a0f97217e9fd00395cf3c8b6d6f49ba4e7fefaf9..21999f708ba5a1de59c153552ddb454f9afb6d86 100644 (file)
@@ -3,10 +3,6 @@
 $as_echo "#define NO_HIDDEN 1" >>confdefs.h
 
 
-# Don't bother trying to generate any glue code to be compatible with the
-# existing system library, because we are the only system library.
-inhibit_glue=yes
-
 case "$machine" in
   i386*)
     # The default oldest ABI is 2.2.6.
index ad915a568bec149eafb8e90e64e67dd6385aef7c..40b0743a174050f307e95c1a434db427de2410a6 100644 (file)
@@ -3,10 +3,6 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 dnl We need this setting because of the need for PLT calls in ld.so.
 AC_DEFINE([NO_HIDDEN])
 
-# Don't bother trying to generate any glue code to be compatible with the
-# existing system library, because we are the only system library.
-inhibit_glue=yes
-
 case "$machine" in
   i386*)
     # The default oldest ABI is 2.2.6.
index fb2e343a725f9fa8f6ff79ab5914af802d9b82f3..6ba2454d7e29c1c72bf36287fa13585b87c3e821 100644 (file)
@@ -32,10 +32,6 @@ $as_echo "$ac_res" >&6; }
 # This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
  # Local configure fragment for sysdeps/unix/sysv/linux.
 
-# Don't bother trying to generate any glue code to be compatible with the
-# existing system library, because we are the only system library.
-inhibit_glue=yes
-
 if test -n "$sysheaders"; then
   OLD_CPPFLAGS=$CPPFLAGS
   CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
index 21c355bc113d85b44886a6ae8fa03961f3f6da68..d1829785444c7f01e4f0bd0e4486af46d16a9f84 100644 (file)
@@ -1,10 +1,6 @@
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix/sysv/linux.
 
-# Don't bother trying to generate any glue code to be compatible with the
-# existing system library, because we are the only system library.
-inhibit_glue=yes
-
 define([LIBC_LINUX_VERSION],[2.6.32])dnl
 if test -n "$sysheaders"; then
   OLD_CPPFLAGS=$CPPFLAGS
This page took 0.119564 seconds and 5 git commands to generate.