summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKevin Greenan <kmg@box.com>2013-12-30 16:31:54 -0800
committerKevin Greenan <kmg@box.com>2013-12-30 16:31:54 -0800
commita98f6c1115aa94b4834a17dcd48f230c63503fde (patch)
tree1fb732537334680c07c4785278b42bfdbe64924e /tools
parenta97563f0e4960a145b2c981b5b09627e3c66a2ad (diff)
downloadgf-complete-a98f6c1115aa94b4834a17dcd48f230c63503fde.tar.gz
Added entry to configure.ac to avoid running autotools during normal build.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 1ca4a3b..9b87c81 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -199,6 +199,7 @@ LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
@@ -300,7 +301,7 @@ all: all-am
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(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*) \
@@ -325,9 +326,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
install-binPROGRAMS: $(bin_PROGRAMS)