summaryrefslogtreecommitdiffstats
path: root/src/util/autoconf
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-06-22 16:35:41 +0000
committerMark Eichin <eichin@mit.edu>1995-06-22 16:35:41 +0000
commitb330f36dfa8aaadbbf102ff44b551bac829cfac4 (patch)
tree81762f7ea8a2ebcc4747185d3fe51a73554f20af /src/util/autoconf
parent761ac9b10ff6c4a628f2d4a73443d1949d9b5807 (diff)
downloadkrb5-b330f36dfa8aaadbbf102ff44b551bac829cfac4.tar.gz
krb5-b330f36dfa8aaadbbf102ff44b551bac829cfac4.tar.xz
krb5-b330f36dfa8aaadbbf102ff44b551bac829cfac4.zip
put -Llt back, sent email to djm
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6124 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/autoconf')
-rw-r--r--src/util/autoconf/autoreconf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/autoconf/autoreconf.sh b/src/util/autoconf/autoreconf.sh
index 538a754c2..0b1826198 100644
--- a/src/util/autoconf/autoreconf.sh
+++ b/src/util/autoconf/autoreconf.sh
@@ -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
: