Fix a bug in buildsys.m4 that would cause some shells to fail.

This commit is contained in:
Jonathan Schleifer 2010-08-10 16:30:28 +02:00
parent dca8547c38
commit 3c0eca6b77

View file

@ -130,7 +130,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
])
AC_DEFUN([BUILDSYS_TOUCH_DEPS], [
${as_echo:="echo"} "${as_me:="configure"}: touching .deps files"
${as_echo:="echo"} ${as_me:="configure"}": touching .deps files"
for i in $(find . -name Makefile); do
DEPSFILE="$(dirname $i)/.deps"
test -f "$DEPSFILE" && rm "$DEPSFILE"