Commit 8ba0f41e by Jim Wilson Committed by Jeff Law

configure.in: Always make sure RANLIB_TEST is set.

        * configure.in: Always make sure RANLIB_TEST is set.
        * configure: Rebuilt.

From-SVN: r14913
parent ebf92f1c
Mon Aug 25 01:40:01 1997 Jim Wilson (wilson@cygnus.com)
* configure.in: Always make sure RANLIB_TEST is set.
* configure: Rebuilt.
Fri Aug 22 08:55:12 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (UOBJ): Include symlnk.
......
......@@ -41,6 +41,10 @@ test "$AR" || AR=ar
AC_SUBST(AR)
if test "$RANLIB"; then :
AC_SUBST(RANLIB)
dnl Make sure that RANLIB_TEST is set also.
if test -z "$RANLIB_TEST"; then
RANLIB_TEST=true
fi
else
RANLIB_TEST=true
AC_PROG_RANLIB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment