diff options
author | kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-07-28 23:40:05 +0200 |
---|---|---|
committer | kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-07-28 23:40:05 +0200 |
commit | 01f5bc3a8336706f822457d95d448f034e5143f5 (patch) | |
tree | 0af134d9729c1f8de5e0fdbe54ed1ab0b931f3a0 /configure.in | |
parent | 4e845cccc484f690556925daa6dd81cd83e5b3a8 (diff) | |
parent | 2faea9832477756135da5f9600fbb24032f5a98b (diff) | |
download | mariadb-git-01f5bc3a8336706f822457d95d448f034e5143f5.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 314f9117ad8..600ca00cbe3 100644 --- a/configure.in +++ b/configure.in @@ -2380,12 +2380,16 @@ 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=`echo $man8_files` else man_dirs="" man1_files="" + man8_files="" fi AC_SUBST(man_dirs) AC_SUBST(man1_files) +AC_SUBST(man8_files) # Shall we build the bench code? AC_ARG_WITH(bench, |