diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/autoconf/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/autoconf/autoreconf.sh | 2 |
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 : |
