diff options
author | unknown <serg@sergbook.mysql.com> | 2006-05-10 13:57:58 -0400 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2006-05-10 13:57:58 -0400 |
commit | 741c257f489f2b79de5f11e96bbbe3a9df7f8163 (patch) | |
tree | 07ed52d4a46ab813c1f9bdc035e77b2e6466ba9a /config/ac-macros/plugins.m4 | |
parent | 4adabc64d9fbbfb8963f11b93b9171e252fd85cf (diff) | |
download | mariadb-git-741c257f489f2b79de5f11e96bbbe3a9df7f8163.tar.gz |
apparently "sinclude" is consireded by aclocal (up to 1.9.5)
by a dirty word, and it complains about it, even in a comment.
Diffstat (limited to 'config/ac-macros/plugins.m4')
-rw-r--r-- | config/ac-macros/plugins.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/plugins.m4 b/config/ac-macros/plugins.m4 index 42f121149c6..4bf9292547d 100644 --- a/config/ac-macros/plugins.m4 +++ b/config/ac-macros/plugins.m4 @@ -750,7 +750,7 @@ dnl --------------------------------------------------------------------------- AC_DEFUN([_MYSQL_INCLUDE_LIST],[ ifelse([$1], [], [], [ m4_define([__mysql_include__],[$1]) - dnl We have to use builtin(), because sinclude($1) generates an error + dnl We have to use builtin(), because sinclude would generate an error dnl "file $1 does not exists" in aclocal-1.8 - which is a bug, clearly dnl violating m4 specs, and which is fixed in aclocal-1.9 builtin([include],$1) |