From: Sascha Schumann Date: Mon, 30 Oct 2000 14:29:51 +0000 (+0000) Subject: LTLIBRARY_DEPENDENCIES might depend on variables defined in config_vars.mk, X-Git-Tag: php-4.0.4RC3~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=622e66b31f9696a1082898f4166d162ebac431cc;p=php LTLIBRARY_DEPENDENCIES might depend on variables defined in config_vars.mk, so we force inclusion of that file before we use LTLIBRARY_DEPENDENCIES in a rule. --- diff --git a/dynlib.m4 b/dynlib.m4 index 19c9e84f5d..16ffbb56df 100644 --- a/dynlib.m4 +++ b/dynlib.m4 @@ -54,7 +54,13 @@ AC_DEFUN(LIB_BUILD,[ lib_target="" $php_shtool mkdir -p $1 + if test "$BSD_MAKEFILE" = "yes"; then + lib_include_conf=".include \"\$(top_builddir)/config_vars.mk\"" + else + lib_include_conf="include \$(top_builddir)/config_vars.mk" + fi cat >$lib_makefile<