Don't traverse m4macros/ and add the files to EXTRA_DIST in ./Makefile.am for speed.

Originally committed to SVN as r2652.
This commit is contained in:
Amar Takhar 2009-01-05 11:51:56 +00:00
parent 2ded1e69db
commit 0d84a87098
3 changed files with 12 additions and 9 deletions

View file

@ -24,8 +24,7 @@ SUBDIRS = \
$(ffmpegsource) \
aegisub \
automation \
po \
m4macros
po
osx-bundle:
@SHELL@ scripts/osx-bundle.sh @PACKAGE_TARNAME@-@PACKAGE_VERSION@
@ -46,3 +45,14 @@ EXTRA_DIST = \
mkinstalldirs \
INSTALL \
README
# m4macros/
EXTRA_DIST += \
m4macros/check_gnu_make.m4 \
m4macros/acx_pthread.m4 \
m4macros/ac_agi.m4 \
m4macros/ax_lang_compiler_ms.m4 \
m4macros/ac_agi_mdcpucfg.m4 \
m4macros/ax_openmp.m4 \
m4macros/ax_check_gl.m4 \
m4macros/ac_flag.m4

View file

@ -1038,7 +1038,6 @@ auto3/Makefile
libass/Makefile
automation/Makefile
po/Makefile.in
m4macros/Makefile
])
# Files that need substitution.

View file

@ -1,6 +0,0 @@
EXTRA_DIST = \
ac_flag.m4 \
acx_pthread.m4 \
ax_check_gl.m4 \
ax_lang_compiler_ms.m4 \
check_gnu_make.m4