/[autoconf]/autoconf/bin/Makefile.in
ViewVC logotype

Diff of /autoconf/bin/Makefile.in

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

revision 1.38 by akim, Thu Sep 25 08:33:34 2003 UTC revision 1.39 by akim, Thu Sep 25 09:30:34 2003 UTC
# Line 193  edit = sed \ Line 193  edit = sed \
193          -e 's,@M4\@,$(M4),g' \          -e 's,@M4\@,$(M4),g' \
194          -e 's,@AWK\@,$(AWK),g' \          -e 's,@AWK\@,$(AWK),g' \
195          -e 's,@VERSION\@,$(VERSION),g' \          -e 's,@VERSION\@,$(VERSION),g' \
196          -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'          -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
197            -e 's,@configure_input\@,Generated from $<; do not edit by hand.,g'
198    
199    
200  # autoconf is written in M4sh.  # autoconf is written in M4sh.
# Line 465  autoconf: $(srcdir)/autoconf.in Makefile Line 466  autoconf: $(srcdir)/autoconf.in Makefile
466          rm -f autoconf autoconf.tmp          rm -f autoconf autoconf.tmp
467          $(edit) $(srcdir)/autoconf.in >autoconf.tmp          $(edit) $(srcdir)/autoconf.in >autoconf.tmp
468          chmod +x autoconf.tmp          chmod +x autoconf.tmp
469          mv autoconf.tmp autoconf          chmod -w autoconf.tmp
470            mv -f autoconf.tmp autoconf
471    
472  autoheader: $(srcdir)/autoheader.in Makefile  autoheader: $(srcdir)/autoheader.in Makefile
473          rm -f autoheader autoheader.tmp          rm -f autoheader autoheader.tmp
474          $(edit) $(srcdir)/autoheader.in >autoheader.tmp          $(edit) $(srcdir)/autoheader.in >autoheader.tmp
475          chmod +x autoheader.tmp          chmod +x autoheader.tmp
476          mv autoheader.tmp autoheader          chmod -w autoheader.tmp
477            mv -f autoheader.tmp autoheader
478    
479  autom4te: $(srcdir)/autom4te.in Makefile  autom4te: $(srcdir)/autom4te.in Makefile
480          rm -f autom4te autom4te.tmp          rm -f autom4te autom4te.tmp
481          $(edit) $(srcdir)/autom4te.in >autom4te.tmp          $(edit) $(srcdir)/autom4te.in >autom4te.tmp
482          chmod +x autom4te.tmp          chmod +x autom4te.tmp
483          mv autom4te.tmp autom4te          chmod -w autom4te.tmp
484            mv -f autom4te.tmp autom4te
485    
486  autoreconf: $(srcdir)/autoreconf.in Makefile  autoreconf: $(srcdir)/autoreconf.in Makefile
487          rm -f autoreconf autoreconf.tmp          rm -f autoreconf autoreconf.tmp
488          $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp          $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp
489          chmod +x autoreconf.tmp          chmod +x autoreconf.tmp
490          mv autoreconf.tmp autoreconf          chmod -w autoreconf.tmp
491            mv -f autoreconf.tmp autoreconf
492    
493  autoscan: $(srcdir)/autoscan.in Makefile  autoscan: $(srcdir)/autoscan.in Makefile
494          rm -f autoscan autoscan.tmp          rm -f autoscan autoscan.tmp
495          $(edit) $(srcdir)/autoscan.in >autoscan.tmp          $(edit) $(srcdir)/autoscan.in >autoscan.tmp
496          chmod +x autoscan.tmp          chmod +x autoscan.tmp
497          mv autoscan.tmp autoscan          chmod -w autoscan.tmp
498            mv -f autoscan.tmp autoscan
499    
500  autoupdate: $(srcdir)/autoupdate.in Makefile  autoupdate: $(srcdir)/autoupdate.in Makefile
501          rm -f autoupdate autoupdate.tmp          rm -f autoupdate autoupdate.tmp
502          $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp          $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp
503          chmod +x autoupdate.tmp          chmod +x autoupdate.tmp
504          mv autoupdate.tmp autoupdate          chmod -w autoupdate.tmp
505            mv -f autoupdate.tmp autoupdate
506    
507  ifnames: $(srcdir)/ifnames.in Makefile  ifnames: $(srcdir)/ifnames.in Makefile
508          rm -f ifnames ifnames.tmp          rm -f ifnames ifnames.tmp
509          $(edit) $(srcdir)/ifnames.in >ifnames.tmp          $(edit) $(srcdir)/ifnames.in >ifnames.tmp
510          chmod +x ifnames.tmp          chmod +x ifnames.tmp
511          mv ifnames.tmp ifnames          chmod -w ifnames.tmp
512            mv -f ifnames.tmp ifnames
513  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
514  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
515  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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