summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-08-07 14:39:34 +0200
committerunknown <serg@serg.mylan>2003-08-07 14:39:34 +0200
commit5d1724712843a26f101bd0390050f2ec434305f4 (patch)
treea1be71d1bfd9e14f23c459236b195c16612c385b /Docs
parenta2afee06dd24be31ffa91620a3f2a31759516857 (diff)
parent0a4730930044e78baae03296237830fc58c72672 (diff)
downloadmariadb-git-5d1724712843a26f101bd0390050f2ec434305f4.tar.gz
merged
Docs/Makefile.am: Auto merged acinclude.m4: Auto merged sql/sql_acl.cc: Auto merged
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 0beaa44c7eb..07dac2d9df1 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -41,10 +41,10 @@ paper: manual_a4.ps manual_letter.ps $(PDFMANUAL)
# The Makefile contains the previous version so we can not use that
include.texi: ../configure.in
echo "@c This file is autogenerated by the Makefile" > $@
- echo -n "@set mysql_version " >> $@
+ echo -n "@set mysqlversion " >> $@
grep "AM_INIT_AUTOMAKE(mysql, " ../configure.in | \
sed -e 's;AM_INIT_AUTOMAKE(mysql, ;;' -e 's;);;' >> $@
- echo -n "@set default_port " >> $@
+ echo -n "@set defaultport " >> $@
grep "MYSQL_TCP_PORT_DEFAULT=" ../configure.in | \
sed -e 's;MYSQL_TCP_PORT_DEFAULT=;;' >> $@