diff options
author | Francis Dupont <fdupont@isc.org> | 2015-11-16 17:31:56 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-11-16 17:31:56 +0100 |
commit | 2830c4005906378b3f14bcb8c146a156268bc3dc (patch) | |
tree | c20bbf9283d252cdd1b367bb912d97ad87cd6169 /configure | |
parent | 79bce3a51d1cc41f1bafa52bd16698cd5b73d570 (diff) | |
download | isc-dhcp-2830c4005906378b3f14bcb8c146a156268bc3dc.tar.gz |
regen
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -2682,7 +2682,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such -am__api_version='1.14' +am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2883,8 +2883,8 @@ test "$program_suffix" != NONE && ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2903,7 +2903,7 @@ else $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -3231,8 +3231,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -3290,6 +3290,7 @@ END fi fi + # we specify AM_MAINTAINER_MODE to avoid problems with rebuilding # the configure and makefiles. Without it users doing things that # change the timestamps on the code, like checking it into a cvs @@ -6634,6 +6635,8 @@ no) BINDDIR="$use_libbind" if test ! -d "bind"; then # no bind directory, create it with a fake Makefile.in + # (AC_CONFIG_FILES and top Makefile refer to it so + # it must exits) mkdir bind cat > bind/Makefile.in << EOF # placeholder |