comparison m4/buildsys.m4 @ 2981:f17af872dee0

It seems that $as_echo is undefined on some systems. Fixed.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Sat, 01 Nov 2008 20:28:06 +0100
parents a73d4c88a6f3
children
comparison
equal deleted inserted replaced
2980:a73d4c88a6f3 2981:f17af872dee0
132 AC_SUBST(UNINSTALL_LIB) 132 AC_SUBST(UNINSTALL_LIB)
133 AC_SUBST(CLEAN_LIB) 133 AC_SUBST(CLEAN_LIB)
134 ]) 134 ])
135 135
136 AC_DEFUN([BUILDSYS_TOUCH_DEPS], [ 136 AC_DEFUN([BUILDSYS_TOUCH_DEPS], [
137 $as_echo "$as_me: Touching .deps files" 137 ${as_echo:="echo"} "${as_me:="configure"}: Touching .deps files"
138 for i in $(find . -name Makefile); do 138 for i in $(find . -name Makefile); do
139 touch -t 0001010000 $(dirname $i)/.deps 139 touch -t 0001010000 $(dirname $i)/.deps
140 done 140 done
141 ]) 141 ])