/[autoconf]/autoconf/lib/freeze.mk
ViewVC logotype

Diff of /autoconf/lib/freeze.mk

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

revision 1.1 by akim, Tue Feb 5 10:20:51 2002 UTC revision 1.2 by akim, Thu Feb 7 21:03:22 2002 UTC
# Line 19  Line 19 
19    
20  SUFFIXES = .m4 .m4f  SUFFIXES = .m4 .m4f
21    
22  AUTOM4TE = $(top_builddir)/tests/autom4te  # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
23  $(AUTOM4TE):  # checks if we are independant of Autoconf by defining AUTOM4TE (and
24    # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
25    # apply to us.
26    MY_AUTOM4TE = $(top_builddir)/tests/autom4te
27    $(MY_AUTOM4TE):
28          cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te          cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te
29    
30  AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg  AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
# Line 34  $(AUTOM4TE_CFG): Line 38  $(AUTOM4TE_CFG):
38  # It may happen that the output does not end with a end of line, hence  # It may happen that the output does not end with a end of line, hence
39  # force an end of line when reporting errors.  # force an end of line when reporting errors.
40  .m4.m4f:  .m4.m4f:
41          $(AUTOM4TE)                             \          $(MY_AUTOM4TE)                          \
42                  --language=$*                   \                  --language=$*                   \
43                  --freeze                        \                  --freeze                        \
44                  --include=$(srcdir)/..          \                  --include=$(srcdir)/..          \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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