1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Add m4 macro files to deps, whether these are used depends on configure options

This commit is contained in:
richardash1981 2010-02-06 21:28:08 +00:00
parent d4e4d55f52
commit 38743e9a6c

View File

@ -38,7 +38,12 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure \
autotools/depcomp autotools/install-sh autotools/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__aclocal_m4_deps = \
$(top_srcdir)/autotools/m4/ax_cflags_strict_prototypes.m4 \
$(top_srcdir)/autotools/m4/ax_cflags_warn_all.m4 \
$(top_srcdir)/autotools/m4/ax_cxx_check_flag.m4 \
$(top_srcdir)/autotools/m4/ax_cxxcpp_check_flag.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@ -197,6 +202,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@