summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <tim@cane.mysql.fi>2001-01-19 02:46:13 +0200
committerunknown <tim@cane.mysql.fi>2001-01-19 02:46:13 +0200
commitc25f29bcdfa381e7116e1e671877a6051c3a898a (patch)
tree05ccbd701e51555fe5537ef3f344c7862d54f5f9 /support-files
parentfc42688add0116dfdee5fcad8f42f77d909cfda3 (diff)
downloadmariadb-git-c25f29bcdfa381e7116e1e671877a6051c3a898a.tar.gz
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
configure.in: add --with-server-suffix (MYSQL_SERVER_SUFFIX) include/mysql_version.h.in: add --with-server-suffix (MYSQL_SERVER_SUFFIX) myisam/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) mysql-test/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) scripts/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) scripts/mysqlbug.sh: add --with-server-suffix (MYSQL_SERVER_SUFFIX) sql-bench/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) sql/mysqld.cc: add --with-server-suffix (MYSQL_SERVER_SUFFIX) support-files/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am
index a9d5aac7f9e..2f997526e05 100644
--- a/support-files/Makefile.am
+++ b/support-files/Makefile.am
@@ -71,6 +71,7 @@ SUFFIXES = .sh
-e 's!@''CXXFLAGS''@!@SAVE_CXXFLAGS@!'\
-e 's!@''LDFLAGS''@!@SAVE_LDFLAGS@!'\
-e 's!@''VERSION''@!@VERSION@!' \
+ -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
-e 's!@''COMPILATION_COMMENT''@!@COMPILATION_COMMENT@!' \
-e 's!@''MACHINE_TYPE''@!@MACHINE_TYPE@!' \
-e 's!@''HOSTNAME''@!@HOSTNAME@!' \