aboutsummaryrefslogtreecommitdiff
path: root/libcody/configure.ac
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2020-12-21 06:30:14 -0800
committerNathan Sidwell <nathan@acm.org>2020-12-21 06:30:59 -0800
commit626b63d63a2596da1327b5528778a429fa7e25e0 (patch)
treed93d5dc98fc09c5aec0f1129eeec3ac1fb8c009a /libcody/configure.ac
parent119d7478d1a7d59a0fa5a02690b2555ac2c3ed89 (diff)
libcody: Add ranlib
Add RANLIB. libcody/ * Makefile.in (RANLIB): New var. * Makesub.in (libcody.a): Apply RANLIB. * configure.ac: Call AC_PROG_RANLIB. * configure: Rebuilt.
Diffstat (limited to 'libcody/configure.ac')
-rw-r--r--libcody/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcody/configure.ac b/libcody/configure.ac
index 511fe261b45..598e585a91b 100644
--- a/libcody/configure.ac
+++ b/libcody/configure.ac
@@ -76,6 +76,7 @@ AC_SUBST(PICFLAG)
NMS_ENABLE_EXCEPTIONS
AC_CONFIG_HEADERS([config.h])
+AC_PROG_RANLIB
AC_CHECK_TOOL([AR],[ar])
AC_CHECK_PROG([DOXYGEN],[doxygen],[doxygen],[: NOTdoxygen])
AC_CHECK_PROG([ALOY],[aloy],[aloy],[: Joust testsuite missing])