summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-07-28 15:52:17 +0200
committerGergely Nagy <algernon@balabit.hu>2012-07-28 15:52:17 +0200
commit3384408c57415ababc2370f8fea7c1379f54b241 (patch)
tree8ad08b36bb071ccdc4467129240d21f121b4c211
parent9e870f13ba14cccfcddd0cb646032b01e4c60bc2 (diff)
downloadlibumberlog-3384408c57415ababc2370f8fea7c1379f54b241.tar.gz
libumberlog-3384408c57415ababc2370f8fea7c1379f54b241.tar.xz
libumberlog-3384408c57415ababc2370f8fea7c1379f54b241.zip
configure.ac: Remove obsolete AC_PROG_RANLIB
We don't use ranlib directly, libtool can - and does - do the check if it needs to. This stops autoreconf -i from warning about it. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7500e00..87ee917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,6 @@ dnl ***************************************************************************
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
-AC_PROG_RANLIB
AM_PROG_CC_STDC
AC_PROG_MAKE_SET
PKG_PROG_PKG_CONFIG