| And I get patch from Koji Arai <[EMAIL PROTECTED]>. | ====== from here ====== | --- autoconf.texi.orig 2002-09-09 20:30:31.000000000 +0900 | +++ autoconf.texi 2002-09-09 20:31:11.000000000 +0900 | @@ -13668,8 +13668,8 @@ | | AUTOTEST = $(AUTOM4TE) --language=autotest | $(TESTSUITE): $(srcdir)/testsuite.at | - $(AUTOTEST) -I $(srcdir) [email protected] -o [email protected] | - mv [email protected] $@ | + $(AUTOTEST) -I $(srcdir) $@@.at -o $@@.tmp | + mv $@@.tmp $@@ | @end example | | You might want to list explicitly the dependencies, i.e., the list of | @@ -13683,11 +13683,11 @@ | | atconfig: $(top_builddir)/config.status | cd $(top_builddir) && \ | - $(SHELL) ./config.status $(subdir)/$@ | + $(SHELL) ./config.status $(subdir)/$@@ | | atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status | cd $(top_builddir) && \ | - $(SHELL) ./config.status $(subdir)/$@ | + $(SHELL) ./config.status $(subdir)/$@@ | @end example | | @noindent
Thanks, installed!
