From: Mark Eichin Date: Thu, 26 Jan 1995 00:53:58 +0000 (+0000) Subject: * autoreconf.sh (ls test): use -Llt to sort, in case we're in a X-Git-Tag: krb5-1.0-beta5~815 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5c42b449a0aa423d98d36fd36a49967c93cfbe61;p=krb5.git * 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 --- 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 :