summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 20:02:31 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 12:22:24 +0200
commit3c5f3ba0691d524cc804aa187607b34fc312872c (patch)
tree1b53ef535fa62de1519d7e6e23aa3a0f8c6b16d8 /configure.ac
parent0891dc5f0df8389f27b8b13628387a4312106bb9 (diff)
downloadautoconf-3c5f3ba0691d524cc804aa187607b34fc312872c.tar.gz
build: no more recursion for 'lib/Autom4te' subdir
* lib/Autom4te/Makefile.am: Delete, its contents merged ... * lib/Makefile.am: ... in here, with proper adjustments. (SUBDIRS): Delete (last component 'Autom4te' has been dropped). * configure.ac (AC_CONFIG_FILES): Drop 'lib/Autom4te/Makefile'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f045af99..b3f3fa9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,9 +206,7 @@ AC_PROG_MAKE_CASE_SENSITIVE
dnl Allow maintainer rules under GNU make even in VPATH builds.
AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
-AC_CONFIG_FILES([Makefile
- lib/Makefile lib/Autom4te/Makefile
- ])
+AC_CONFIG_FILES([Makefile lib/Makefile])
AC_OUTPUT
# Report the state of this version of Autoconf if this is a beta.