~ubuntu-branches/ubuntu/karmic/automake1.10/karmic

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2006-10-19 00:03:24 UTC
  • Revision ID: james.westby@ubuntu.com-20061019000324-d8mbthltch0npgnl
Tags: 1:1.10+nogfdl-1
New upstream major release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
DIST_COMMON = $(dist_m4data_DATA) $(srcdir)/Makefile.am \
36
36
        $(srcdir)/Makefile.in
37
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
39
 
        $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
40
 
        $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
41
 
        $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
42
 
        $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
43
 
        $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
44
 
        $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
45
 
        $(top_srcdir)/configure.ac
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
40
        $(ACLOCAL_M4)
48
41
mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs