diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 07:31:58 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 07:31:58 -0500 |
commit | 51a1d39ce37ad798070d3ae1eb9c6fc748e0629b (patch) | |
tree | 2f306d954aed19df4908fa73351d5aa42fe0a6e5 /aclocal.m4 | |
parent | d3ed722566f42d3f614b1221a8e4f19092976531 (diff) | |
download | glibc-51a1d39ce37ad798070d3ae1eb9c6fc748e0629b.tar.gz glibc-51a1d39ce37ad798070d3ae1eb9c6fc748e0629b.tar.xz glibc-51a1d39ce37ad798070d3ae1eb9c6fc748e0629b.zip |
Remove last remnants of RANLIB
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |