/[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.683 by akim, Fri Sep 27 09:25:42 2002 UTC revision 1.684 by akim, Sat Sep 28 14:09:42 2002 UTC
# Line 2250  edit = sed \ Line 2250  edit = sed \
2250  @end group  @end group
2251    
2252  @group  @group
2253  autoconf: Makefile autoconf.in  autoconf: Makefile $(srcdir)/autoconf.in
2254          rm -f autoconf autoconf.tmp          rm -f autoconf autoconf.tmp
2255          $(edit) $< >autoconf.tmp          $(edit) $(srcdir)/autoconf.in >autoconf.tmp
2256          chmod +x autoconf.tmp          chmod +x autoconf.tmp
2257          mv autoconf.tmp autoconf          mv autoconf.tmp autoconf
2258  @end group  @end group
2259    
2260  @group  @group
2261  autoheader: Makefile autoheader.in  autoheader: Makefile $(srcdir)/autoheader.in
2262          rm -f autoheader autoheader.tmp          rm -f autoheader autoheader.tmp
2263          $(edit) $< >autoheader.tmp          $(edit) $(srcdir)/autoconf.in >autoheader.tmp
2264          chmod +x autoheader.tmp          chmod +x autoheader.tmp
2265          mv autoheader.tmp autoheader          mv autoheader.tmp autoheader
2266  @end group  @end group
# Line 2303  autoconf autoheader: Makefile Line 2303  autoconf autoheader: Makefile
2303  @end example  @end example
2304    
2305  @xref{Limitations of Make}, for details.  @xref{Limitations of Make}, for details.
2306    
2307    @item @samp{$(srcdir)}
2308    Be sure to specify the path to the sources, otherwise the package won't
2309    support separated builds.
2310  @end table  @end table
2311    
2312    

Legend:
Removed from v.1.683  
changed lines
  Added in v.1.684

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