summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 18:10:15 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 12:22:23 +0200
commit6cef85e8d619be3b0a0124770cd5188f40f49772 (patch)
treee2f9a7fedee5eb4a6e9984202d9723d5253a7393 /configure.ac
parent16d8b403b5ca5d1af152316d5afa27e413263eca (diff)
downloadautoconf-6cef85e8d619be3b0a0124770cd5188f40f49772.tar.gz
build: no more recursion for 'lib/autotest' subdir
* lib/autotest/Makefile.am: Delete, its contents merged ... * lib/Makefile.am: ... in here, with proper adjustments. (SUBDIRS): Drop 'autotest'. Other minor related modifications. * configure.ac (AC_CONFIG_FILES): Drop 'lib/autotest/Makefile'. * lib/freeze.mk (MY_AUTOM4TE): Small required adjustments. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eadd366d..3dac41c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,7 +209,7 @@ AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
AC_CONFIG_FILES([Makefile
lib/Makefile lib/Autom4te/Makefile
lib/m4sugar/Makefile
- lib/autoconf/Makefile lib/autotest/Makefile
+ lib/autoconf/Makefile
])
AC_OUTPUT