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

Diff of /autoconf/lib/autoconf/Makefile.in

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

revision 1.20 by akim, Tue Feb 5 08:24:06 2002 UTC revision 1.21 by akim, Thu Feb 7 21:03:22 2002 UTC
# Line 99  ETAGS_ARGS = --lang=none \ Line 99  ETAGS_ARGS = --lang=none \
99    
100  SUFFIXES = .m4 .m4f  SUFFIXES = .m4 .m4f
101    
102  AUTOM4TE = $(top_builddir)/tests/autom4te  # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
103    # checks if we are independant of Autoconf by defining AUTOM4TE (and
104    # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
105    # apply to us.
106    MY_AUTOM4TE = $(top_builddir)/tests/autom4te
107    
108  AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg  AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
109    
# Line 355  check-local: Line 359  check-local:
359          fi          fi
360    
361  autoconf.m4f: $(autoconf_m4f_dependencies)  autoconf.m4f: $(autoconf_m4f_dependencies)
362  $(AUTOM4TE):  $(MY_AUTOM4TE):
363          cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te          cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te
364  $(AUTOM4TE_CFG):  $(AUTOM4TE_CFG):
365          cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg          cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
# Line 367  $(AUTOM4TE_CFG): Line 371  $(AUTOM4TE_CFG):
371  # 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
372  # force an end of line when reporting errors.  # force an end of line when reporting errors.
373  .m4.m4f:  .m4.m4f:
374          $(AUTOM4TE)                             \          $(MY_AUTOM4TE)                          \
375                  --language=$*                   \                  --language=$*                   \
376                  --freeze                        \                  --freeze                        \
377                  --include=$(srcdir)/..          \                  --include=$(srcdir)/..          \

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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