diff options
author | kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-07-29 17:40:10 +0200 |
---|---|---|
committer | kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-07-29 17:40:10 +0200 |
commit | 4a461fdae3bbb7ce5afdc1b909899bcc6c6d93fe (patch) | |
tree | 68be139e6c70fada1fc086b295c75fe02efdb894 /configure.in | |
parent | cc98d26a2318bd5c3e9169a39eb90cba8db46307 (diff) | |
parent | 5d948f5ec441bc6bce4d6161942febe2998efc60 (diff) | |
download | mariadb-git-4a461fdae3bbb7ce5afdc1b909899bcc6c6d93fe.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b84c07bc76a..b49dffcb59f 100644 --- a/configure.in +++ b/configure.in @@ -2339,7 +2339,7 @@ then man_dirs="man" man1_files=`ls -1 $srcdir/man/*.1 | sed -e 's;^.*man/;;'` man1_files=`echo $man1_files` - man8_files=`ls -8 $srcdir/man/*.8 | sed -e 's;^.*man/;;'` + man8_files=`ls -1 $srcdir/man/*.8 | sed -e 's;^.*man/;;'` man8_files=`echo $man8_files` else man_dirs="" |