mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
autoconf
git-svn-id: file:///svn/unbound/trunk@3011 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8acb4f8bd3
commit
3f6d7f30c7
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -632,6 +632,7 @@ ac_includes_default="\
|
||||||
#endif"
|
#endif"
|
||||||
|
|
||||||
ac_subst_vars='LTLIBOBJS
|
ac_subst_vars='LTLIBOBJS
|
||||||
|
INSTALLTARGET
|
||||||
ALLTARGET
|
ALLTARGET
|
||||||
SOURCEFILE
|
SOURCEFILE
|
||||||
SOURCEDETERMINE
|
SOURCEDETERMINE
|
||||||
|
|
@ -18237,12 +18238,14 @@ rm -f conftest.lo
|
||||||
|
|
||||||
# see if we want to build the library or everything
|
# see if we want to build the library or everything
|
||||||
ALLTARGET="alltargets"
|
ALLTARGET="alltargets"
|
||||||
|
INSTALLTARGET="install-all"
|
||||||
|
|
||||||
# Check whether --with-libunbound-only was given.
|
# Check whether --with-libunbound-only was given.
|
||||||
if test "${with_libunbound_only+set}" = set; then :
|
if test "${with_libunbound_only+set}" = set; then :
|
||||||
withval=$with_libunbound_only;
|
withval=$with_libunbound_only;
|
||||||
if test "$withval" = "yes"; then
|
if test "$withval" = "yes"; then
|
||||||
ALLTARGET="lib"
|
ALLTARGET="lib"
|
||||||
|
INSTALLTARGET="install-lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
@ -18250,6 +18253,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Stripping extension flags..." >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Stripping extension flags..." >&5
|
||||||
$as_echo "$as_me: Stripping extension flags..." >&6;}
|
$as_echo "$as_me: Stripping extension flags..." >&6;}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue