+2002-09-09 Koji Arai <JCA02266@nifty.ne.jp>
+
+ * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
+ plain `@' is wanted.
+
2002-09-09 Akim Demaille <akim@epita.fr>
* lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
AUTOTEST = $(AUTOM4TE) --language=autotest
$(TESTSUITE): $(srcdir)/testsuite.at
- $(AUTOTEST) -I $(srcdir) $@.at -o $@.tmp
- mv $@.tmp $@
+ $(AUTOTEST) -I $(srcdir) $@@.at -o $@@.tmp
+ mv $@@.tmp $@@
@end example
You might want to list explicitly the dependencies, i.e., the list of
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