test ! -f $aclocal && aclocal=
if test $force = no && test -f configure &&
- ls -lt configure configure.in $aclocal | sed 1q |
+ ls -Llt configure configure.in $aclocal | sed 1q |
grep 'configure$' > /dev/null
then
:
}' configure.in`
if test ! -f $template || grep autoheader $template >/dev/null; then
if test $force = no && test -f $template &&
- ls -lt $template configure.in $aclocal | sed 1q |
+ ls -Llt $template configure.in $aclocal | sed 1q |
grep "$template$" > /dev/null
then
: