/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.668 by akim, Mon Sep 9 15:43:38 2002 UTC revision 1.669 by akim, Mon Sep 9 16:10:14 2002 UTC
# Line 13718  check-local: atconfig atlocal $(TESTSUIT Line 13718  check-local: atconfig atlocal $(TESTSUIT
13718    
13719  AUTOTEST = $(AUTOM4TE) --language=autotest  AUTOTEST = $(AUTOM4TE) --language=autotest
13720  $(TESTSUITE): $(srcdir)/testsuite.at  $(TESTSUITE): $(srcdir)/testsuite.at
13721          $(AUTOTEST) -I $(srcdir) $@.at -o $@.tmp          $(AUTOTEST) -I $(srcdir) $@@.at -o $@@.tmp
13722          mv $@.tmp $@          mv $@@.tmp $@@
13723  @end example  @end example
13724    
13725  You might want to list explicitly the dependencies, i.e., the list of  You might want to list explicitly the dependencies, i.e., the list of
# Line 13733  subdir = tests Line 13733  subdir = tests
13733    
13734  atconfig: $(top_builddir)/config.status  atconfig: $(top_builddir)/config.status
13735          cd $(top_builddir) && \          cd $(top_builddir) && \
13736             $(SHELL) ./config.status $(subdir)/$@             $(SHELL) ./config.status $(subdir)/$@@
13737    
13738  atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status  atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status
13739          cd $(top_builddir) && \          cd $(top_builddir) && \
13740             $(SHELL) ./config.status $(subdir)/$@             $(SHELL) ./config.status $(subdir)/$@@
13741  @end example  @end example
13742    
13743  @noindent  @noindent

Legend:
Removed from v.1.668  
changed lines
  Added in v.1.669

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26