summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 07:31:58 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 07:31:58 -0500
commit51a1d39ce37ad798070d3ae1eb9c6fc748e0629b (patch)
tree2f306d954aed19df4908fa73351d5aa42fe0a6e5
parentd3ed722566f42d3f614b1221a8e4f19092976531 (diff)
Remove last remnants of RANLIB
-rw-r--r--ChangeLog3
-rw-r--r--aclocal.m41
-rwxr-xr-xconfigure3
-rw-r--r--configure.in3
4 files changed, 3 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 55d8069dc0..1770cbc29d 100644
--- 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.
diff --git a/aclocal.m4 b/aclocal.m4
index d226e77a9e..dafa97244d 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -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
diff --git a/configure b/configure
index c4802840c9..d9a7d25658 100755
--- 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
diff --git a/configure.in b/configure.in
index 24d34971d4..4df0edccd8 100644
--- a/configure.in
+++ b/configure.in
@@ -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