aboutsummaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist18
1 files changed, 13 insertions, 5 deletions
diff --git a/Make-dist b/Make-dist
index 9417904287..00c4d154a3 100644
--- a/Make-dist
+++ b/Make-dist
@@ -190,22 +190,30 @@ foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)
+tsrcs := $(+tsrcs) $(+sysdep-tsrcs) $(wildcard $(+sysdep-names:%=include/%))
+ifneq ($(AUTOCONF),no)
+
ifeq ($(with-cvs),yes)
-define autoconf-it
-autoconf $(ACFLAGS) $< > $@.new
-mv -f $@.new $@
+define autoconf-it-cvs
test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
endef
else
+autoconf-it-cvs =
+endif
+
define autoconf-it
-autoconf $(ACFLAGS) $< > $@.new
+@-rm -f $@.new
+$(AUTOCONF) $(ACFLAGS) $< > $@.new
+chmod a-w,a+x $@.new
mv -f $@.new $@
+$(autoconf-it-cvs)
endef
-endif
configure: configure.in aclocal.m4; $(autoconf-it)
%/configure: %/configure.in aclocal.m4; $(autoconf-it)
+endif # $(AUTOCONF) = no
+
+
dist: $(tardir).tar.bz2
rm $(tardir).tar