From: Wouter Wijngaards Date: Sun, 3 Nov 2013 23:13:49 +0000 (+0000) Subject: autoconf X-Git-Tag: release-1.4.22rc1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6d7f30c7468b2969cafd905bec893a5557f7fd;p=thirdparty%2Funbound.git autoconf git-svn-id: file:///svn/unbound/trunk@3011 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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;}