summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-01-26 00:53:58 +0000
committerMark Eichin <eichin@mit.edu>1995-01-26 00:53:58 +0000
commit5c42b449a0aa423d98d36fd36a49967c93cfbe61 (patch)
treeaf811f47e446c206d1d62a014cc693332ed2a873 /src
parent63b9d8a03a961e5343019fd0b4ca41cfee15f1b1 (diff)
downloadkrb5-5c42b449a0aa423d98d36fd36a49967c93cfbe61.tar.gz
krb5-5c42b449a0aa423d98d36fd36a49967c93cfbe61.tar.xz
krb5-5c42b449a0aa423d98d36fd36a49967c93cfbe61.zip
* autoreconf.sh (ls test): use -Llt to sort, in case we're in a
symlink farm. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4840 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/autoconf/ChangeLog5
-rw-r--r--src/util/autoconf/autoreconf.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/autoconf/ChangeLog b/src/util/autoconf/ChangeLog
index 9885bdc80..c291c98de 100644
--- a/src/util/autoconf/ChangeLog
+++ b/src/util/autoconf/ChangeLog
@@ -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
diff --git a/src/util/autoconf/autoreconf.sh b/src/util/autoconf/autoreconf.sh
index 4b83f8042..b9c35ecf7 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
: