From 9bdcb6ba6ebbb5747c7be7d8c9620574c74601d6 Mon Sep 17 00:00:00 2001 From: Chad MILLER Date: Thu, 19 Mar 2009 09:37:30 -0400 Subject: Copy include/config.h to include/my_config.h at configure-time. Also, continue to update it at make-time. One shouldn't need to run "make" on server source to get the stuff we say plugins should use. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index cf7d6926cb9..2235d46d62d 100644 --- a/configure.in +++ b/configure.in @@ -2815,6 +2815,7 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl include/mysql_version.h plugin/Makefile win/Makefile) AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h) +AC_CONFIG_COMMANDS([my_config.h], cp include/config.h include/my_config.h) # Ensure that table handlers gets all modifications to CFLAGS/CXXFLAGS AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' CXXFLAGS='$CXXFLAGS'") -- cgit v1.2.1