]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove last remnants of RANLIB
authorUlrich Drepper <drepper@gmail.com>
Sun, 8 Jan 2012 12:31:58 +0000 (07:31 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sun, 8 Jan 2012 12:31:58 +0000 (07:31 -0500)
ChangeLog
aclocal.m4
configure
configure.in

index 55d8069dc0d79506bab338ff1a6a3b83e560fdbf..1770cbc29da7d491c4af953a9be3d55aba7430ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
 
+       * configure.in: Remove last remnants of RANLIB.
+       * aclocal.m4: Likewise.
+
        * wcsmbs/mbrtoc16.c: Implement using towc function.
        * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
        * wcsmbs/wcsmbsload.c: Likewise.
index d226e77a9e4262cccee3abdb6b8826c15275a0b5..dafa97244db16df3084e0e8af8b1d02ad78a36a2 100644 (file)
@@ -11,7 +11,6 @@ AC_PROVIDE([_AS_ECHO_PREPARE])dnl
 AC_PROVIDE([_AS_CR_PREPARE])dnl
 AC_PROVIDE([_AS_TR_SH_PREPARE])dnl
 AC_PROVIDE([AC_PROG_INSTALL])dnl
-AC_PROVIDE([AC_PROG_RANLIB])dnl
 AC_PROVIDE([AC_PROG_CC])dnl
 AC_PROVIDE([AC_PROG_CPP])dnl
 AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
index c4802840c9dc001be058e1e974fa13a006594bb0..d9a7d256584aee74aba1888e20ffaf6f8a02f589 100755 (executable)
--- a/configure
+++ b/configure
@@ -5317,9 +5317,6 @@ fi
 
 
 
-# ranlib is never necessary on Linux and Hurd systems
-RANLIB=:
-
 # Test if LD_LIBRARY_PATH contains the notation for the current directory
 # since this would lead to problems installing/building glibc.
 # LD_LIBRARY_PATH contains the current directory if one of the following
index 24d34971d4f75e749fc365af4d2233ecf97b4b95..4df0edccd8508041300edd6410a800d5910d9531 100644 (file)
@@ -1027,9 +1027,6 @@ fi
 AC_SUBST(SYSINCLUDES)
 AC_SUBST(CXX_SYSINCLUDES)
 
-# ranlib is never necessary on Linux and Hurd systems
-RANLIB=:
-
 # Test if LD_LIBRARY_PATH contains the notation for the current directory
 # since this would lead to problems installing/building glibc.
 # LD_LIBRARY_PATH contains the current directory if one of the following