Add AC_PROG_RANLIB to configure.in, fixes 'make distclean'

Originally committed to SVN as r3898.
This commit is contained in:
Amar Takhar 2009-12-25 04:31:59 +00:00
parent face7faec3
commit e00936c3bf

View file

@ -194,6 +194,7 @@ AM_PROG_CC_C_O
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_RANLIB
PKG_PROG_PKG_CONFIG([pkgconfig_required_version])