summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-02-09 13:52:02 +0100
committerFrancis Dupont <fdupont@isc.org>2016-02-09 13:52:02 +0100
commit3c16abe68152d0e2c208ca61b84d95664b712748 (patch)
tree3c867629377131193a83f0d82344241326ae7fdf /configure
parentf704712ed7efb723face26e109de7041261546f5 (diff)
downloadisc-dhcp-3c16abe68152d0e2c208ca61b84d95664b712748.tar.gz
regen
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 8 insertions, 3 deletions
diff --git a/configure b/configure
index e0616f85..edf0de5a 100755
--- a/configure
+++ b/configure
@@ -6823,8 +6823,8 @@ no)
# 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
+ mkdir $srcdir/bind
+ cat > $srcdir/bind/Makefile.in << EOF
# placeholder
all check clean distclean distdir install uninstall:
@@ -8641,7 +8641,12 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
-(cd $srcdir; sh util/bindvar.sh)
+(cd $srcdir
+ sh util/bindvar.sh
+ if test $? -ne 0; then
+ as_fn_error $? "*** util/bindvar.sh failed" "$LINENO" 5
+ fi
+)
cat > config.report << END