From 3f6d7f30c7468b2969cafd905bec893a5557f7fd Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Sun, 3 Nov 2013 23:13:49 +0000 Subject: [PATCH] autoconf git-svn-id: file:///svn/unbound/trunk@3011 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 1d1b4b1b2..dd55a8aa5 100755 --- a/configure +++ b/configure @@ -632,6 +632,7 @@ ac_includes_default="\ #endif" ac_subst_vars='LTLIBOBJS +INSTALLTARGET ALLTARGET SOURCEFILE SOURCEDETERMINE @@ -18237,12 +18238,14 @@ rm -f conftest.lo # see if we want to build the library or everything ALLTARGET="alltargets" +INSTALLTARGET="install-all" # Check whether --with-libunbound-only was given. if test "${with_libunbound_only+set}" = set; then : withval=$with_libunbound_only; if test "$withval" = "yes"; then ALLTARGET="lib" + INSTALLTARGET="install-lib" fi fi @@ -18250,6 +18253,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: Stripping extension flags..." >&5 $as_echo "$as_me: Stripping extension flags..." >&6;} -- 2.47.2