summaryrefslogtreecommitdiff
path: root/support-files/Makefile.am
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-04-20 20:10:28 +0200
committerunknown <joerg@mysql.com>2005-04-20 20:10:28 +0200
commit677fbc7d4e34dff14aaf49efa114bc85aa986da1 (patch)
treee5a16eb04178034baefbec26ae1481e5d641a208 /support-files/Makefile.am
parent24dd3ea806742038fd41d8f7481a35e248b95bf5 (diff)
downloadmariadb-git-677fbc7d4e34dff14aaf49efa114bc85aa986da1.tar.gz
Step 1 of the switch to support configuration with NPTL:
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r--support-files/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am
index 0a6077f0efc..5f5a10fc1fc 100644
--- a/support-files/Makefile.am
+++ b/support-files/Makefile.am
@@ -90,7 +90,7 @@ SUFFIXES = .sh
-e 's!@''FIND_PROC''@!@FIND_PROC@!' \
-e 's!@''MYSQLD_DEFAULT_SWITCHES''@!@MYSQLD_DEFAULT_SWITCHES@!' \
-e 's!@''MYSQL_UNIX_ADDR''@!@MYSQL_UNIX_ADDR@!' \
- -e 's!@''IS_LINUX''@!@IS_LINUX@!' \
+ -e 's!@''TARGET_LINUX''@!@TARGET_LINUX@!' \
-e "s!@""CONF_COMMAND""@!@CONF_COMMAND@!" \
-e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' \
-e 's!@''sysconfdir''@!@sysconfdir@!' \