put -Llt back, sent email to djm
authorMark Eichin <eichin@mit.edu>
Thu, 22 Jun 1995 16:35:41 +0000 (16:35 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 22 Jun 1995 16:35:41 +0000 (16:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6124 dc483132-0cff-0310-8789-dd5450dbe970

src/util/autoconf/autoreconf.sh

index 538a754c2d53c2f40a83a1a7ff502dd8f15b6053..0b1826198c054834982b9bd2521887fa5cbe2057 100644 (file)
@@ -111,7 +111,7 @@ while read dir; do
   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
     :
@@ -134,7 +134,7 @@ q
 }' 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
         :