aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-09-02 13:36:10 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-09-02 13:36:10 -0700
commit84b15dac7035f7e23fa821091ce97ae30ce2b0d8 (patch)
tree25e8adc149ce3fa7e3e7d602256a63e4e368881b /Makefile.in
parent1f0ac0e729a01819847f356918317a452f76a001 (diff)
downloadspike-84b15dac7035f7e23fa821091ce97ae30ce2b0d8.zip
spike-84b15dac7035f7e23fa821091ce97ae30ce2b0d8.tar.gz
spike-84b15dac7035f7e23fa821091ce97ae30ce2b0d8.tar.bz2
Don't automatically run autoconf
Run it yourself if you modify configure.ac, and commit the configure script.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 4dfc07b..240b46c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -380,15 +380,6 @@ endif
# Regenerate configure information
#-------------------------------------------------------------------------
-configure_prereq = \
- $(src_dir)/configure.ac \
- $(src_dir)/aclocal.m4 \
- $(join $(addprefix $(src_dir)/, $(sprojs_enabled)), \
- $(patsubst %, /%.ac, $(sprojs_enabled)))
-
-$(src_dir)/configure : $(configure_prereq)
- cd $(src_dir) && autoconf && autoheader
-
config.status : $(src_dir)/configure
./config.status --recheck