/[autoconf]/autoconf/lib/Makefile.am
ViewVC logotype

Diff of /autoconf/lib/Makefile.am

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

revision 1.7 by akim, Tue Feb 5 08:24:06 2002 UTC revision 1.8 by akim, Wed Jun 25 13:38:54 2003 UTC
# Line 35  edit = sed \ Line 35  edit = sed \
35          -e 's,@VERSION\@,$(VERSION),g' \          -e 's,@VERSION\@,$(VERSION),g' \
36          -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'          -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'
37    
38  # All the files below depend on configure.ac so that they are rebuilt  # All the files below depend on Makefile so that they are rebuilt
39  # when the Autoconf version changes. Unfortunately, suffix rules  # when the prefix, etc. changes. Unfortunately, suffix rules
40  # cannot have additional dependencies, so we have to use explicit rules.  # cannot have additional dependencies, so we have to use explicit rules.
41  CLEANFILES = autom4te.cfg  CLEANFILES = autom4te.cfg
42  autom4te.cfg: $(top_srcdir)/configure.ac $(srcdir)/autom4te.in  autom4te.cfg: $(srcdir)/autom4te.in Makefile
43          rm -f autom4te.cfg autom4te.tmp          rm -f autom4te.cfg autom4te.tmp
44          $(edit) $(srcdir)/autom4te.in >autom4te.tmp          $(edit) $(srcdir)/autom4te.in >autom4te.tmp
45            chmod -w autom4te.tmp
46          mv autom4te.tmp autom4te.cfg          mv autom4te.tmp autom4te.cfg

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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