mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
apparently "sinclude" is consireded by aclocal (up to 1.9.5)
by a dirty word, and it complains about it, even in a comment.
This commit is contained in:
parent
4adabc64d9
commit
741c257f48
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue