summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2006-10-26 22:23:03 +0000
committerNathan Kinder <nkinder@redhat.com>2006-10-26 22:23:03 +0000
commitfd813581526d7f446e0f105a1aafb91f23304676 (patch)
tree31d4a6953958c6a7dde44809b30fece3b759f54b /Makefile.in
parent7453f55416dd6e4904907598920605b610eccd67 (diff)
downloadds-fd813581526d7f446e0f105a1aafb91f23304676.tar.gz
ds-fd813581526d7f446e0f105a1aafb91f23304676.tar.xz
ds-fd813581526d7f446e0f105a1aafb91f23304676.zip
Resolves: 212483
Summary: Added autogen script to enforce versions of build tools used to generate build files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4cb2ee33..db3cbecf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -860,6 +860,9 @@ LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
NETSNMP_CONFIG = @NETSNMP_CONFIG@
OBJEXT = @OBJEXT@
@@ -1801,7 +1804,7 @@ all: $(BUILT_SOURCES)
.SUFFIXES: .c .cpp .lo .o .obj
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*) \
@@ -1828,9 +1831,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(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)
wrappers/dbscan: $(top_builddir)/config.status $(top_srcdir)/wrappers/dbscan.in
cd $(top_builddir) && $(SHELL) ./config.status $@