forked from aniani/vim
updated for version 7.4.299
Problem: When running configure twice DYNAMIC_PYTHON_DLL may become empty. Solution: Use AC_CACHE_VAL. (Ken Takata)
This commit is contained in:
62
src/auto/configure
vendored
62
src/auto/configure
vendored
@@ -5891,12 +5891,21 @@ eof
|
|||||||
vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//`
|
vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ${vi_cv_dll_name_python+:} false; then :
|
||||||
|
$as_echo_n "(cached) " >&6
|
||||||
|
else
|
||||||
|
|
||||||
|
if test "X$python_DLLLIBRARY" != "X"; then
|
||||||
|
vi_cv_dll_name_python="$python_DLLLIBRARY"
|
||||||
|
else
|
||||||
|
vi_cv_dll_name_python="$python_INSTSONAME"
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if test "X$python_DLLLIBRARY" != "X"; then
|
|
||||||
python_INSTSONAME="$python_DLLLIBRARY"
|
|
||||||
fi
|
|
||||||
PYTHON_LIBS="${vi_cv_path_python_plibs}"
|
PYTHON_LIBS="${vi_cv_path_python_plibs}"
|
||||||
if test "${vi_cv_path_python_pfx}" = "${vi_cv_path_python_epfx}"; then
|
if test "${vi_cv_path_python_pfx}" = "${vi_cv_path_python_epfx}"; then
|
||||||
PYTHON_CFLAGS="-I${vi_cv_path_python_pfx}/include/python${vi_cv_var_python_version} -DPYTHON_HOME='\"${vi_cv_path_python_pfx}\"'"
|
PYTHON_CFLAGS="-I${vi_cv_path_python_pfx}/include/python${vi_cv_var_python_version} -DPYTHON_HOME='\"${vi_cv_path_python_pfx}\"'"
|
||||||
@@ -6200,19 +6209,28 @@ __:
|
|||||||
@echo "python3_DLLLIBRARY='$(DLLLIBRARY)'"
|
@echo "python3_DLLLIBRARY='$(DLLLIBRARY)'"
|
||||||
@echo "python3_INSTSONAME='$(INSTSONAME)'"
|
@echo "python3_INSTSONAME='$(INSTSONAME)'"
|
||||||
eof
|
eof
|
||||||
eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
|
eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
|
||||||
rm -f -- "${tmp_mkf}"
|
rm -f -- "${tmp_mkf}"
|
||||||
vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags}"
|
vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags}"
|
||||||
vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
|
vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
|
||||||
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
|
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
|
||||||
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-lffi//`
|
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-lffi//`
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ${vi_cv_dll_name_python3+:} false; then :
|
||||||
|
$as_echo_n "(cached) " >&6
|
||||||
|
else
|
||||||
|
|
||||||
|
if test "X$python3_DLLLIBRARY" != "X"; then
|
||||||
|
vi_cv_dll_name_python3="$python3_DLLLIBRARY"
|
||||||
|
else
|
||||||
|
vi_cv_dll_name_python3="$python3_INSTSONAME"
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if test "X$python3_DLLLIBRARY" != "X"; then
|
|
||||||
python3_INSTSONAME="$python3_DLLLIBRARY"
|
|
||||||
fi
|
|
||||||
PYTHON3_LIBS="${vi_cv_path_python3_plibs}"
|
PYTHON3_LIBS="${vi_cv_path_python3_plibs}"
|
||||||
if test "${vi_cv_path_python3_pfx}" = "${vi_cv_path_python3_epfx}"; then
|
if test "${vi_cv_path_python3_pfx}" = "${vi_cv_path_python3_epfx}"; then
|
||||||
PYTHON3_CFLAGS="-I${vi_cv_path_python3_pfx}/include/python${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags} -DPYTHON3_HOME='L\"${vi_cv_path_python3_pfx}\"'"
|
PYTHON3_CFLAGS="-I${vi_cv_path_python3_pfx}/include/python${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags} -DPYTHON3_HOME='L\"${vi_cv_path_python3_pfx}\"'"
|
||||||
@@ -6372,7 +6390,7 @@ else
|
|||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
int not_needed = 0;
|
int not_needed = 0;
|
||||||
if (no_rtl_global_needed_for("${python_INSTSONAME}", "${vi_cv_path_python_pfx}"))
|
if (no_rtl_global_needed_for("${vi_cv_dll_name_python}", "${vi_cv_path_python_pfx}"))
|
||||||
not_needed = 1;
|
not_needed = 1;
|
||||||
return !not_needed;
|
return !not_needed;
|
||||||
}
|
}
|
||||||
@@ -6438,7 +6456,7 @@ else
|
|||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
int not_needed = 0;
|
int not_needed = 0;
|
||||||
if (no_rtl_global_needed_for("${python3_INSTSONAME}", L"${vi_cv_path_python3_pfx}"))
|
if (no_rtl_global_needed_for("${vi_cv_dll_name_python3}", L"${vi_cv_path_python3_pfx}"))
|
||||||
not_needed = 1;
|
not_needed = 1;
|
||||||
return !not_needed;
|
return !not_needed;
|
||||||
}
|
}
|
||||||
@@ -6461,18 +6479,18 @@ fi
|
|||||||
|
|
||||||
PYTHON_SRC="if_python.c"
|
PYTHON_SRC="if_python.c"
|
||||||
PYTHON_OBJ="objects/if_python.o"
|
PYTHON_OBJ="objects/if_python.o"
|
||||||
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${python_INSTSONAME}\\\""
|
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${vi_cv_dll_name_python}\\\""
|
||||||
PYTHON_LIBS=
|
PYTHON_LIBS=
|
||||||
PYTHON3_SRC="if_python3.c"
|
PYTHON3_SRC="if_python3.c"
|
||||||
PYTHON3_OBJ="objects/if_python3.o"
|
PYTHON3_OBJ="objects/if_python3.o"
|
||||||
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${python3_INSTSONAME}\\\""
|
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${vi_cv_dll_name_python3}\\\""
|
||||||
PYTHON3_LIBS=
|
PYTHON3_LIBS=
|
||||||
elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then
|
elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then
|
||||||
$as_echo "#define DYNAMIC_PYTHON 1" >>confdefs.h
|
$as_echo "#define DYNAMIC_PYTHON 1" >>confdefs.h
|
||||||
|
|
||||||
PYTHON_SRC="if_python.c"
|
PYTHON_SRC="if_python.c"
|
||||||
PYTHON_OBJ="objects/if_python.o"
|
PYTHON_OBJ="objects/if_python.o"
|
||||||
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${python_INSTSONAME}\\\""
|
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${vi_cv_dll_name_python}\\\""
|
||||||
PYTHON_LIBS=
|
PYTHON_LIBS=
|
||||||
elif test "$python_ok" = yes; then
|
elif test "$python_ok" = yes; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if -fPIE can be added for Python" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if -fPIE can be added for Python" >&5
|
||||||
@@ -6511,7 +6529,7 @@ elif test "$python3_ok" = yes && test "$enable_python3interp" = "dynamic"; then
|
|||||||
|
|
||||||
PYTHON3_SRC="if_python3.c"
|
PYTHON3_SRC="if_python3.c"
|
||||||
PYTHON3_OBJ="objects/if_python3.o"
|
PYTHON3_OBJ="objects/if_python3.o"
|
||||||
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${python3_INSTSONAME}\\\""
|
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${vi_cv_dll_name_python3}\\\""
|
||||||
PYTHON3_LIBS=
|
PYTHON3_LIBS=
|
||||||
elif test "$python3_ok" = yes; then
|
elif test "$python3_ok" = yes; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if -fPIE can be added for Python3" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if -fPIE can be added for Python3" >&5
|
||||||
@@ -11420,7 +11438,7 @@ else
|
|||||||
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
||||||
since some C++ compilers masquerading as C compilers
|
since some C++ compilers masquerading as C compilers
|
||||||
incorrectly reject 9223372036854775807. */
|
incorrectly reject 9223372036854775807. */
|
||||||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
||||||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
||||||
&& LARGE_OFF_T % 2147483647 == 1)
|
&& LARGE_OFF_T % 2147483647 == 1)
|
||||||
? 1 : -1];
|
? 1 : -1];
|
||||||
@@ -11466,7 +11484,7 @@ else
|
|||||||
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
||||||
since some C++ compilers masquerading as C compilers
|
since some C++ compilers masquerading as C compilers
|
||||||
incorrectly reject 9223372036854775807. */
|
incorrectly reject 9223372036854775807. */
|
||||||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
||||||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
||||||
&& LARGE_OFF_T % 2147483647 == 1)
|
&& LARGE_OFF_T % 2147483647 == 1)
|
||||||
? 1 : -1];
|
? 1 : -1];
|
||||||
@@ -11490,7 +11508,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|||||||
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
||||||
since some C++ compilers masquerading as C compilers
|
since some C++ compilers masquerading as C compilers
|
||||||
incorrectly reject 9223372036854775807. */
|
incorrectly reject 9223372036854775807. */
|
||||||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
||||||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
||||||
&& LARGE_OFF_T % 2147483647 == 1)
|
&& LARGE_OFF_T % 2147483647 == 1)
|
||||||
? 1 : -1];
|
? 1 : -1];
|
||||||
@@ -11535,7 +11553,7 @@ else
|
|||||||
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
||||||
since some C++ compilers masquerading as C compilers
|
since some C++ compilers masquerading as C compilers
|
||||||
incorrectly reject 9223372036854775807. */
|
incorrectly reject 9223372036854775807. */
|
||||||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
||||||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
||||||
&& LARGE_OFF_T % 2147483647 == 1)
|
&& LARGE_OFF_T % 2147483647 == 1)
|
||||||
? 1 : -1];
|
? 1 : -1];
|
||||||
@@ -11559,7 +11577,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|||||||
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
||||||
since some C++ compilers masquerading as C compilers
|
since some C++ compilers masquerading as C compilers
|
||||||
incorrectly reject 9223372036854775807. */
|
incorrectly reject 9223372036854775807. */
|
||||||
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
||||||
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
||||||
&& LARGE_OFF_T % 2147483647 == 1)
|
&& LARGE_OFF_T % 2147483647 == 1)
|
||||||
? 1 : -1];
|
? 1 : -1];
|
||||||
|
@@ -1132,10 +1132,15 @@ eof
|
|||||||
vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//`
|
vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//`
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
AC_CACHE_VAL(vi_cv_dll_name_python,
|
||||||
|
[
|
||||||
|
if test "X$python_DLLLIBRARY" != "X"; then
|
||||||
|
vi_cv_dll_name_python="$python_DLLLIBRARY"
|
||||||
|
else
|
||||||
|
vi_cv_dll_name_python="$python_INSTSONAME"
|
||||||
|
fi
|
||||||
|
])
|
||||||
|
|
||||||
if test "X$python_DLLLIBRARY" != "X"; then
|
|
||||||
python_INSTSONAME="$python_DLLLIBRARY"
|
|
||||||
fi
|
|
||||||
PYTHON_LIBS="${vi_cv_path_python_plibs}"
|
PYTHON_LIBS="${vi_cv_path_python_plibs}"
|
||||||
if test "${vi_cv_path_python_pfx}" = "${vi_cv_path_python_epfx}"; then
|
if test "${vi_cv_path_python_pfx}" = "${vi_cv_path_python_epfx}"; then
|
||||||
PYTHON_CFLAGS="-I${vi_cv_path_python_pfx}/include/python${vi_cv_var_python_version} -DPYTHON_HOME='\"${vi_cv_path_python_pfx}\"'"
|
PYTHON_CFLAGS="-I${vi_cv_path_python_pfx}/include/python${vi_cv_var_python_version} -DPYTHON_HOME='\"${vi_cv_path_python_pfx}\"'"
|
||||||
@@ -1323,19 +1328,24 @@ __:
|
|||||||
@echo "python3_DLLLIBRARY='$(DLLLIBRARY)'"
|
@echo "python3_DLLLIBRARY='$(DLLLIBRARY)'"
|
||||||
@echo "python3_INSTSONAME='$(INSTSONAME)'"
|
@echo "python3_INSTSONAME='$(INSTSONAME)'"
|
||||||
eof
|
eof
|
||||||
dnl -- delete the lines from make about Entering/Leaving directory
|
dnl -- delete the lines from make about Entering/Leaving directory
|
||||||
eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
|
eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
|
||||||
rm -f -- "${tmp_mkf}"
|
rm -f -- "${tmp_mkf}"
|
||||||
vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags}"
|
vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags}"
|
||||||
vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
|
vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
|
||||||
dnl remove -ltermcap, it can conflict with an earlier -lncurses
|
dnl remove -ltermcap, it can conflict with an earlier -lncurses
|
||||||
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
|
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
|
||||||
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-lffi//`
|
vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-lffi//`
|
||||||
])
|
])
|
||||||
|
AC_CACHE_VAL(vi_cv_dll_name_python3,
|
||||||
if test "X$python3_DLLLIBRARY" != "X"; then
|
[
|
||||||
python3_INSTSONAME="$python3_DLLLIBRARY"
|
if test "X$python3_DLLLIBRARY" != "X"; then
|
||||||
fi
|
vi_cv_dll_name_python3="$python3_DLLLIBRARY"
|
||||||
|
else
|
||||||
|
vi_cv_dll_name_python3="$python3_INSTSONAME"
|
||||||
|
fi
|
||||||
|
])
|
||||||
|
|
||||||
PYTHON3_LIBS="${vi_cv_path_python3_plibs}"
|
PYTHON3_LIBS="${vi_cv_path_python3_plibs}"
|
||||||
if test "${vi_cv_path_python3_pfx}" = "${vi_cv_path_python3_epfx}"; then
|
if test "${vi_cv_path_python3_pfx}" = "${vi_cv_path_python3_epfx}"; then
|
||||||
PYTHON3_CFLAGS="-I${vi_cv_path_python3_pfx}/include/python${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags} -DPYTHON3_HOME='L\"${vi_cv_path_python3_pfx}\"'"
|
PYTHON3_CFLAGS="-I${vi_cv_path_python3_pfx}/include/python${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags} -DPYTHON3_HOME='L\"${vi_cv_path_python3_pfx}\"'"
|
||||||
@@ -1458,7 +1468,7 @@ if test "$python_ok" = yes && test "$python3_ok" = yes; then
|
|||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
int not_needed = 0;
|
int not_needed = 0;
|
||||||
if (no_rtl_global_needed_for("${python_INSTSONAME}", "${vi_cv_path_python_pfx}"))
|
if (no_rtl_global_needed_for("${vi_cv_dll_name_python}", "${vi_cv_path_python_pfx}"))
|
||||||
not_needed = 1;
|
not_needed = 1;
|
||||||
return !not_needed;
|
return !not_needed;
|
||||||
}])],
|
}])],
|
||||||
@@ -1504,7 +1514,7 @@ if test "$python_ok" = yes && test "$python3_ok" = yes; then
|
|||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
int not_needed = 0;
|
int not_needed = 0;
|
||||||
if (no_rtl_global_needed_for("${python3_INSTSONAME}", L"${vi_cv_path_python3_pfx}"))
|
if (no_rtl_global_needed_for("${vi_cv_dll_name_python3}", L"${vi_cv_path_python3_pfx}"))
|
||||||
not_needed = 1;
|
not_needed = 1;
|
||||||
return !not_needed;
|
return !not_needed;
|
||||||
}])],
|
}])],
|
||||||
@@ -1515,17 +1525,17 @@ if test "$python_ok" = yes && test "$python3_ok" = yes; then
|
|||||||
|
|
||||||
PYTHON_SRC="if_python.c"
|
PYTHON_SRC="if_python.c"
|
||||||
PYTHON_OBJ="objects/if_python.o"
|
PYTHON_OBJ="objects/if_python.o"
|
||||||
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${python_INSTSONAME}\\\""
|
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${vi_cv_dll_name_python}\\\""
|
||||||
PYTHON_LIBS=
|
PYTHON_LIBS=
|
||||||
PYTHON3_SRC="if_python3.c"
|
PYTHON3_SRC="if_python3.c"
|
||||||
PYTHON3_OBJ="objects/if_python3.o"
|
PYTHON3_OBJ="objects/if_python3.o"
|
||||||
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${python3_INSTSONAME}\\\""
|
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${vi_cv_dll_name_python3}\\\""
|
||||||
PYTHON3_LIBS=
|
PYTHON3_LIBS=
|
||||||
elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then
|
elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then
|
||||||
AC_DEFINE(DYNAMIC_PYTHON)
|
AC_DEFINE(DYNAMIC_PYTHON)
|
||||||
PYTHON_SRC="if_python.c"
|
PYTHON_SRC="if_python.c"
|
||||||
PYTHON_OBJ="objects/if_python.o"
|
PYTHON_OBJ="objects/if_python.o"
|
||||||
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${python_INSTSONAME}\\\""
|
PYTHON_CFLAGS="$PYTHON_CFLAGS -DDYNAMIC_PYTHON_DLL=\\\"${vi_cv_dll_name_python}\\\""
|
||||||
PYTHON_LIBS=
|
PYTHON_LIBS=
|
||||||
elif test "$python_ok" = yes; then
|
elif test "$python_ok" = yes; then
|
||||||
dnl Check that adding -fPIE works. It may be needed when using a static
|
dnl Check that adding -fPIE works. It may be needed when using a static
|
||||||
@@ -1547,7 +1557,7 @@ elif test "$python3_ok" = yes && test "$enable_python3interp" = "dynamic"; then
|
|||||||
AC_DEFINE(DYNAMIC_PYTHON3)
|
AC_DEFINE(DYNAMIC_PYTHON3)
|
||||||
PYTHON3_SRC="if_python3.c"
|
PYTHON3_SRC="if_python3.c"
|
||||||
PYTHON3_OBJ="objects/if_python3.o"
|
PYTHON3_OBJ="objects/if_python3.o"
|
||||||
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${python3_INSTSONAME}\\\""
|
PYTHON3_CFLAGS="$PYTHON3_CFLAGS -DDYNAMIC_PYTHON3_DLL=\\\"${vi_cv_dll_name_python3}\\\""
|
||||||
PYTHON3_LIBS=
|
PYTHON3_LIBS=
|
||||||
elif test "$python3_ok" = yes; then
|
elif test "$python3_ok" = yes; then
|
||||||
dnl Check that adding -fPIE works. It may be needed when using a static
|
dnl Check that adding -fPIE works. It may be needed when using a static
|
||||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
299,
|
||||||
/**/
|
/**/
|
||||||
298,
|
298,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user