mirror of git://sourceware.org/git/glibc.git
Remove last remnants of RANLIB
This commit is contained in:
parent
d3ed722566
commit
51a1d39ce3
|
@ -1,5 +1,8 @@
|
||||||
2012-01-08 Ulrich Drepper <drepper@gmail.com>
|
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/mbrtoc16.c: Implement using towc function.
|
||||||
* wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
|
* wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
|
||||||
* wcsmbs/wcsmbsload.c: Likewise.
|
* wcsmbs/wcsmbsload.c: Likewise.
|
||||||
|
|
|
@ -11,7 +11,6 @@ AC_PROVIDE([_AS_ECHO_PREPARE])dnl
|
||||||
AC_PROVIDE([_AS_CR_PREPARE])dnl
|
AC_PROVIDE([_AS_CR_PREPARE])dnl
|
||||||
AC_PROVIDE([_AS_TR_SH_PREPARE])dnl
|
AC_PROVIDE([_AS_TR_SH_PREPARE])dnl
|
||||||
AC_PROVIDE([AC_PROG_INSTALL])dnl
|
AC_PROVIDE([AC_PROG_INSTALL])dnl
|
||||||
AC_PROVIDE([AC_PROG_RANLIB])dnl
|
|
||||||
AC_PROVIDE([AC_PROG_CC])dnl
|
AC_PROVIDE([AC_PROG_CC])dnl
|
||||||
AC_PROVIDE([AC_PROG_CPP])dnl
|
AC_PROVIDE([AC_PROG_CPP])dnl
|
||||||
AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
|
AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
|
||||||
|
|
|
@ -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
|
# Test if LD_LIBRARY_PATH contains the notation for the current directory
|
||||||
# since this would lead to problems installing/building glibc.
|
# since this would lead to problems installing/building glibc.
|
||||||
# LD_LIBRARY_PATH contains the current directory if one of the following
|
# LD_LIBRARY_PATH contains the current directory if one of the following
|
||||||
|
|
|
@ -1027,9 +1027,6 @@ fi
|
||||||
AC_SUBST(SYSINCLUDES)
|
AC_SUBST(SYSINCLUDES)
|
||||||
AC_SUBST(CXX_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
|
# Test if LD_LIBRARY_PATH contains the notation for the current directory
|
||||||
# since this would lead to problems installing/building glibc.
|
# since this would lead to problems installing/building glibc.
|
||||||
# LD_LIBRARY_PATH contains the current directory if one of the following
|
# LD_LIBRARY_PATH contains the current directory if one of the following
|
||||||
|
|
Loading…
Reference in New Issue