From e981cdbd1662ed82436259f1046987c5b7204f1a Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 9 Sep 2013 10:07:08 +0000 Subject: Various updates of build system: Use AC_CONFIG_MACRO_DIRS instead of ACLOCAL_AMFLAGS, Factor recursion into subdirs into .am fragment and m4 macros, Avoid unnecessary use of Libtool, Use z_const git-svn-id: svn://tug.org/texlive/trunk@31606 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Build/source/texk/Makefile.am') diff --git a/Build/source/texk/Makefile.am b/Build/source/texk/Makefile.am index 5ca4f2ab25a..6b691bc607d 100644 --- a/Build/source/texk/Makefile.am +++ b/Build/source/texk/Makefile.am @@ -3,18 +3,9 @@ ## Copyright (C) 2009-2013 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## -## Use 'aclocal --force' (for "computed m4_sinclude") -## -ACLOCAL_AMFLAGS = -I ../m4 --force - SUBDIRS = . $(MAKE_SUBDIRS) DIST_SUBDIRS = $(CONF_SUBDIRS) -cf_silent = $(cf_silent_@AM_V@) -cf_silent_ = $(cf_silent_@AM_DEFAULT_V@) -cf_silent_0 = --silent -cf_silent_1 = - # just in case a subdirectory has added directories dist-hook: rm -rf `find $(distdir) -name .svn` -- cgit v1.2.3