From d8f8043c74266145e2ab05c15e14737675505330 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 4 Feb 2012 13:14:41 +0000 Subject: [PATCH] autoconf.mk: Add definition for SED, since defs.mk ist not included here --- make/autoconf.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/autoconf.mk b/make/autoconf.mk index f17f8dbd..2a078831 100644 --- a/make/autoconf.mk +++ b/make/autoconf.mk @@ -7,6 +7,7 @@ CONFIG_ACDONE := $(wildcard config.acdone) DISTCLEAN += configure config.log autoscan.log configure.ac config.status AC_FILES_IN = $(shell find . -maxdepth 2 -name '*.in' | grep -ve "contrib\|dist\|nomake") AC_FILES = $(basename $(AC_FILES_IN)) +CAT ?= /bin/cat SED ?= /usr/bin/sed all: config.acdone make_all