Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-13 19:06:04 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-13 19:06:04 +0400
commit54112536cecd98f153f1d8f04e6ee32f3f4897f9 (patch)
treed0a42c7a15e2d9868017af00be1e560afd275f8b /configure.ac
parentff54f93bd29531e4bcd2fbac76a471684d9da8fd (diff)
Initial import of what will become poudriered
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f19b0e34..31e894d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])
AC_PROG_CC
+AC_PROG_RANLIB
AC_CONFIG_FILES(Makefile)