mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Generate "config.h" directly into the "include" directory, later copied
to "my_config.h". Not to pollute the top directory, and to get more control over what is included. Made the include path for "libedit" pick up its own "config.h" first.
This commit is contained in:
@ -257,7 +257,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then
|
||||
rm -f $BASE/lib/*.la
|
||||
fi
|
||||
|
||||
copyfileto $BASE/include config.h include/*
|
||||
copyfileto $BASE/include include/*
|
||||
|
||||
rm -f $BASE/include/Makefile* $BASE/include/*.in $BASE/include/config-win.h
|
||||
if [ $BASE_SYSTEM != "netware" ] ; then
|
||||
|
Reference in New Issue
Block a user