It seems that $as_echo is undefined on some systems. Fixed.

This commit is contained in:
Jonathan Schleifer 2008-11-01 20:27:03 +01:00
parent f353d01dca
commit bc6c5ab32d

View file

@ -134,7 +134,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
]) ])
AC_DEFUN([BUILDSYS_TOUCH_DEPS], [ AC_DEFUN([BUILDSYS_TOUCH_DEPS], [
$as_echo "$as_me: Touching .deps files" ${as_echo:="echo"} "${as_me:="configure"}: Touching .deps files"
for i in $(find . -name Makefile); do for i in $(find . -name Makefile); do
touch -t 0001010000 $(dirname $i)/.deps touch -t 0001010000 $(dirname $i)/.deps
done done