/[m4]/m4/Makefile.am
ViewVC logotype

Diff of /m4/Makefile.am

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

revision 1.16 by gary, Tue Oct 7 14:10:07 2003 UTC revision 1.17 by gary, Mon Dec 1 15:52:53 2003 UTC
# Line 29  MAINTAINERCLEANFILES   = ABOUT-NLS COPYING Line 29  MAINTAINERCLEANFILES   = ABOUT-NLS COPYING
29                            config-h.in configure stamp-h.in \                            config-h.in configure stamp-h.in \
30                            po/cat-id-tbl.c po/m4.pot po/stamp-cat-id                            po/cat-id-tbl.c po/m4.pot po/stamp-cat-id
31    
32    # Make sure config.status is regenerated when the version timestamp changes
33    MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
34    CONFIG_STATUS_DEPENDENCIES = stamp-vcl
35    stamp-vcl: vcl.tmp $(top_srcdir)/ChangeLog
36    vcl.tmp:
37            @dir=.; test -f $$dir/stamp-vcl || dir=$(srcdir); \
38            set `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
39            echo "$$1" > vcl.tmp; \
40            cmp -s vcl.tmp $$dir/stamp-vcl \
41    ## If mkstamp does not match $(srcdir)/stamp-vcl, we still put the new one
42    ## in the current dir, incase $(srcdir) is not writable.  The dir selection
43    ## at the top of this rule takes care of prefering the right one on
44    ## subsequent runs.
45              || (echo "Updating stamp-vcl"; cp vcl.tmp ./stamp-vcl)
46            -@rm -f vcl.tmp
47    
48  ##                                                                      ##  ##                                                                      ##
49  ##                   --- RULES FOR THE MAINTAINER ---                   ##  ##                   --- RULES FOR THE MAINTAINER ---                   ##

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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