It seems that $as_echo is undefined on some systems. Fixed.
This commit is contained in:
parent
f353d01dca
commit
bc6c5ab32d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
|
|||
])
|
||||
|
||||
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
|
||||
touch -t 0001010000 $(dirname $i)/.deps
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue