From: Francis Dupont Date: Tue, 9 Feb 2016 12:52:02 +0000 (+0100) Subject: regen X-Git-Tag: v4_3_4~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c16abe68152d0e2c208ca61b84d95664b712748;p=thirdparty%2Fdhcp.git regen --- diff --git a/Makefile.in b/Makefile.in index 7a916c76a..c4e3d5094 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,11 +89,6 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(top_srcdir)/doc/devel/doxyfile.in $(nobase_include_HEADERS) \ - README compile config.guess config.sub depcomp install-sh \ - missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -192,7 +187,7 @@ ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bind/Makefile.in \ +am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/doc/devel/doxyfile.in README compile \ config.guess config.sub depcomp install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) diff --git a/configure b/configure index e0616f854..edf0de5a0 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