summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 17:35:51 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 12:22:23 +0200
commit16d8b403b5ca5d1af152316d5afa27e413263eca (patch)
tree805ac051b530387cfefde1e7f0a15ca29988bc0c /configure.ac
parent0e7ac8501f51621caaab87e18c654dead18585c1 (diff)
downloadautoconf-16d8b403b5ca5d1af152316d5afa27e413263eca.tar.gz
build: no more recursion for 'lib/autoscan' subdir
* lib/autoscan/Makefile.am: Delete, its contents merged ... * lib/Makefile.am: ... in here, with proper adjustments. (SUBDIRS): Drop 'autoscan'. * configure.ac (AC_CONFIG_FILES): Drop 'lib/autoscan/Makefile'. 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 c6aa0c78..eadd366d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ 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 lib/autoscan/Makefile
+ lib/Makefile lib/Autom4te/Makefile
lib/m4sugar/Makefile
lib/autoconf/Makefile lib/autotest/Makefile
])