From 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 5 Apr 2020 04:30:04 +0900 Subject: Moved aclocal.m4 to macro directory --- tool/make-snapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tool/make-snapshot') diff --git a/tool/make-snapshot b/tool/make-snapshot index 79289d6bfb..901ec14ff4 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -407,13 +407,14 @@ def package(vcs, rev, destdir, tmp = nil) end unless File.exist?("configure") print "creating configure..." - unless system([ENV["AUTOCONF"]]*2) + unless system(ENV["AUTOCONF"], "-I", "tool/m4", "-o", "configure") puts $colorize.fail(" failed") return end puts $colorize.pass(" done") end clean.add("autom4te.cache") + clean.add("tool/m4/autom4te.cache") clean.add("enc/unicode/data") print "creating prerequisites..." if File.file?("common.mk") && /^prereq/ =~ commonmk = IO.read("common.mk") -- cgit v1.2.3