autoconf.mk: Use only autoconfig input files to directory depth of 2

This commit is contained in:
Jan Lindemann 2004-06-03 21:37:18 +00:00 committed by Jan Lindemann
commit 74833f4500

View file

@ -4,9 +4,9 @@
# $Id$
CONFIG_ACDONE := $(wildcard config.acdone)
CLEAN += $(wildcard *.acdone)
CLEAN = $(wildcard *.acdone)
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
AC_FILES_IN = $(shell find . -name '*.in' | grep -ve "contrib\|dist\|nomake")
AC_FILES_IN = $(shell find . -name '*.in' -maxdepth 2 | grep -ve "contrib\|dist\|nomake")
AC_FILES = $(basename $(AC_FILES_IN))
all: config $(AC_FILES)