From: Shawn Routhier Date: Tue, 13 Sep 2011 23:45:03 +0000 (+0000) Subject: autoconf regeneration X-Git-Tag: v4_3_0a1~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa46f1780dd1c580d44e33140b49e7c280a6ee76;p=thirdparty%2Fdhcp.git autoconf regeneration --- diff --git a/Makefile.in b/Makefile.in index 40b8f5e65..426858915 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,6 +107,7 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ @@ -193,7 +194,7 @@ all: all-recursive .SUFFIXES: am--refresh: @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -211,9 +212,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) install-nobase_includeHEADERS: $(nobase_include_HEADERS) @$(NORMAL_INSTALL)