summaryrefslogtreecommitdiff
path: root/m4/sanity.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-09-28 23:20:15 +0000
committerTom Tromey <tromey@redhat.com>1997-09-28 23:20:15 +0000
commit32cf2528d8a596480517dfb08bda625d5d2211e0 (patch)
tree21e6331593da6a52d4cc54a229504b51370bc211 /m4/sanity.m4
parent5644b376ae1332c5e189096464ca3a1d6ff0fcf0 (diff)
downloadautomake-32cf2528d8a596480517dfb08bda625d5d2211e0.tar.gz
nothing
Diffstat (limited to 'm4/sanity.m4')
-rw-r--r--m4/sanity.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/sanity.m4 b/m4/sanity.m4
index 5e3b26dde..444443322 100644
--- a/m4/sanity.m4
+++ b/m4/sanity.m4
@@ -14,7 +14,7 @@ echo timestamp > conftestfile
# directory).
if (
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
- if test "[$]@" = "X"; then
+ if test "[$]*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftestfile`
fi