* autoreconf.sh (ls test): use -Llt to sort, in case we're in a
authorMark Eichin <eichin@mit.edu>
Thu, 26 Jan 1995 00:53:58 +0000 (00:53 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 26 Jan 1995 00:53:58 +0000 (00:53 +0000)
symlink farm.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4840 dc483132-0cff-0310-8789-dd5450dbe970

src/util/autoconf/ChangeLog
src/util/autoconf/autoreconf.sh

index 9885bdc80a4cec4b599a9a2dd7e56b7df1c544e7..c291c98deec96a64a9229062f8f914d5974ca9df 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 25 19:52:11 1995  Mark Eichin  (eichin@tweedledumber.cygnus.com)
+
+       * autoreconf.sh (ls test): use -Llt to sort, in case we're in a
+       symlink farm.
+
 Mon Dec 19 19:20:58 1994  Theodore Y. Ts'o  (tytso at tsx-11)
 
        * acgeneral.m4 (AC_DEFINE_UNQUOTED): Workaround more Ultrix sh
index 4b83f80425c3467aff60832fe3f65163445713d3..b9c35ecf738ce5008a79a3e90a35456ada98dd7e 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
     :