"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "configure" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

configure  (Firebird-3.0.2.32703-0.tar.bz2):configure  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 2865 skipping to change at line 2865
PLATFORM=DARWIN PLATFORM=DARWIN
INSTALL_PREFIX=darwin INSTALL_PREFIX=darwin
$as_echo "#define DARWIN 1" >>confdefs.h $as_echo "#define DARWIN 1" >>confdefs.h
LIBS="$LIBS -framework CoreFoundation" LIBS="$LIBS -framework CoreFoundation"
EDITLINE_FLG=Y EDITLINE_FLG=Y
SHRLIB_EXT=dylib SHRLIB_EXT=dylib
CPU_TYPE=x86_64 CPU_TYPE=x86_64
EXPORT_SYMBOLS_STYLE=darwin EXPORT_SYMBOLS_STYLE=darwin
RAW_DEVICES_FLG=N
;; ;;
i*86-*-darwin*) i*86-*-darwin*)
MAKEFILE_PREFIX=darwin_i386 MAKEFILE_PREFIX=darwin_i386
MAKEFILE_POSTFIX=darwin MAKEFILE_POSTFIX=darwin
PLATFORM=DARWIN PLATFORM=DARWIN
INSTALL_PREFIX=darwin INSTALL_PREFIX=darwin
$as_echo "#define DARWIN 1" >>confdefs.h $as_echo "#define DARWIN 1" >>confdefs.h
LIBS="$LIBS -framework CoreFoundation" LIBS="$LIBS -framework CoreFoundation"
EDITLINE_FLG=Y EDITLINE_FLG=Y
SHRLIB_EXT=dylib SHRLIB_EXT=dylib
CPU_TYPE=i386 CPU_TYPE=i386
EXPORT_SYMBOLS_STYLE=darwin EXPORT_SYMBOLS_STYLE=darwin
RAW_DEVICES_FLG=N
;; ;;
powerpc-*-darwin*) powerpc-*-darwin*)
MAKEFILE_PREFIX=darwin_powerpc MAKEFILE_PREFIX=darwin_powerpc
MAKEFILE_POSTFIX=darwin MAKEFILE_POSTFIX=darwin
PLATFORM=DARWIN PLATFORM=DARWIN
INSTALL_PREFIX=darwin INSTALL_PREFIX=darwin
$as_echo "#define DARWIN 1" >>confdefs.h $as_echo "#define DARWIN 1" >>confdefs.h
skipping to change at line 18989 skipping to change at line 18991
do : do :
ac_fn_c_check_func "$LINENO" "gmtime_r" "ac_cv_func_gmtime_r" ac_fn_c_check_func "$LINENO" "gmtime_r" "ac_cv_func_gmtime_r"
if test "x$ac_cv_func_gmtime_r" = xyes; then : if test "x$ac_cv_func_gmtime_r" = xyes; then :
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_GMTIME_R 1 #define HAVE_GMTIME_R 1
_ACEOF _ACEOF
fi fi
done done
for ac_func in ctime_r
do :
ac_fn_c_check_func "$LINENO" "ctime_r" "ac_cv_func_ctime_r"
if test "x$ac_cv_func_ctime_r" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_CTIME_R 1
_ACEOF
fi
done
for ac_func in fchmod for ac_func in fchmod
do : do :
ac_fn_c_check_func "$LINENO" "fchmod" "ac_cv_func_fchmod" ac_fn_c_check_func "$LINENO" "fchmod" "ac_cv_func_fchmod"
if test "x$ac_cv_func_fchmod" = xyes; then : if test "x$ac_cv_func_fchmod" = xyes; then :
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_FCHMOD 1 #define HAVE_FCHMOD 1
_ACEOF _ACEOF
fi fi
done done
skipping to change at line 19092 skipping to change at line 19105
return 0; return 0;
} }
_ACEOF _ACEOF
if ac_fn_c_try_compile "$LINENO"; then : if ac_fn_c_try_compile "$LINENO"; then :
$as_echo "#define HAVE_AO_COMPARE_AND_SWAP_FULL 1" >>confdefs.h $as_echo "#define HAVE_AO_COMPARE_AND_SWAP_FULL 1" >>confdefs.h
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_g case $host in
ettime" >&5 *-darwin*)
ac_cv_func_clock_gettime=no
;;
*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library con
taining clock_gettime" >&5
$as_echo_n "checking for library containing clock_gettime... " >&6; } $as_echo_n "checking for library containing clock_gettime... " >&6; }
if ${ac_cv_search_clock_gettime+:} false; then : if ${ac_cv_search_clock_gettime+:} false; then :
$as_echo_n "(cached) " >&6 $as_echo_n "(cached) " >&6
else else
ac_func_search_save_LIBS=$LIBS ac_func_search_save_LIBS=$LIBS
cat confdefs.h - <<_ACEOF >conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error. /* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC Use char because int might match the return type of a GCC
skipping to change at line 19148 skipping to change at line 19166
LIBS=$ac_func_search_save_LIBS LIBS=$ac_func_search_save_LIBS
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >& 5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >& 5
$as_echo "$ac_cv_search_clock_gettime" >&6; } $as_echo "$ac_cv_search_clock_gettime" >&6; }
ac_res=$ac_cv_search_clock_gettime ac_res=$ac_cv_search_clock_gettime
if test "$ac_res" != no; then : if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
fi fi
for ac_func in clock_gettime for ac_func in clock_gettime
do : do :
ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
if test "x$ac_cv_func_clock_gettime" = xyes; then : if test "x$ac_cv_func_clock_gettime" = xyes; then :
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETTIME 1
_ACEOF _ACEOF
fi fi
done done
;;
esac
for ac_func in pthread_mutexattr_setprotocol for ac_func in pthread_mutexattr_setprotocol
do : do :
ac_fn_c_check_func "$LINENO" "pthread_mutexattr_setprotocol" "ac_cv_func_pthre ad_mutexattr_setprotocol" ac_fn_c_check_func "$LINENO" "pthread_mutexattr_setprotocol" "ac_cv_func_pthre ad_mutexattr_setprotocol"
if test "x$ac_cv_func_pthread_mutexattr_setprotocol" = xyes; then : if test "x$ac_cv_func_pthread_mutexattr_setprotocol" = xyes; then :
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1
_ACEOF _ACEOF
fi fi
done done
skipping to change at line 20583 skipping to change at line 20604
POSTFIX_INCLUDE= POSTFIX_INCLUDE=
fi fi
UDF_COMMENT="#" UDF_COMMENT="#"
if test -n "${with_fbudf}"; then if test -n "${with_fbudf}"; then
UDF_COMMENT="# UDF_COMMENT="#
# # For this build Restrict UDF means Restrict ${with_fbudf} # # For this build Restrict UDF means Restrict ${with_fbudf}
#" #"
fi fi
ac_config_files="$ac_config_files gen/make.rules:${MAKE_SRC_DIR}/make.rules gen/ make.defaults:${MAKE_SRC_DIR}/make.defaults gen/make.platform:${MAKE_SRC_DIR}/pr efix.${MAKEFILE_PREFIX} gen/darwin.defaults:${MAKE_SRC_DIR}/darwin.defaults ${PO STFIX_FILE} gen/make.shared.variables:${MAKE_SRC_DIR}/make.shared.variables gen/ make.shared.targets:${MAKE_SRC_DIR}/make.shared.targets gen/Makefile:${MAKE_SRC_ DIR}/Makefile.in gen/examples/Makefile.examples:${MAKE_SRC_DIR}/Makefile.in.exam ples gen/examples/Makefile.plugins_examples:${MAKE_SRC_DIR}/Makefile.in.plugins_ examples gen/Makefile.install:builds/install/arch-specific/${INSTALL_PREFIX}/Mak efile.in Makefile:Makefile.in" ac_config_files="$ac_config_files gen/make.rules:${MAKE_SRC_DIR}/make.rules gen/ make.defaults:${MAKE_SRC_DIR}/make.defaults gen/make.platform:${MAKE_SRC_DIR}/pr efix.${MAKEFILE_PREFIX} gen/darwin.defaults:${MAKE_SRC_DIR}/darwin.defaults ${PO STFIX_FILE} gen/make.shared.variables:${MAKE_SRC_DIR}/make.shared.variables gen/ make.shared.targets:${MAKE_SRC_DIR}/make.shared.targets gen/Makefile:${MAKE_SRC_ DIR}/Makefile.in gen/examples/Makefile.examples:${MAKE_SRC_DIR}/Makefile.in.exam ples gen/Makefile.plugins_examples:${MAKE_SRC_DIR}/Makefile.in.plugins_examples gen/Makefile.install:builds/install/arch-specific/${INSTALL_PREFIX}/Makefile.in Makefile:Makefile.in"
if test "$STD_EDITLINE" = "false"; then if test "$STD_EDITLINE" = "false"; then
ac_config_files="$ac_config_files gen/Makefile.extern.editline:${MAKE_SRC_DIR} /Makefile.in.extern.editline" ac_config_files="$ac_config_files gen/Makefile.extern.editline:${MAKE_SRC_DIR} /Makefile.in.extern.editline"
fi fi
case "$PLATFORM" in case "$PLATFORM" in
SOLARIS | solx86 ) SOLARIS | solx86 )
ac_config_files="$ac_config_files gen/make.platform.solaris.examples:${MAKE_SRC_ DIR}/make.platform.solaris.examples" ac_config_files="$ac_config_files gen/make.platform.solaris.examples:${MAKE_SRC_ DIR}/make.platform.solaris.examples"
skipping to change at line 21692 skipping to change at line 21713
mkdir -p gen/\$fb_tgt/firebird/examples/udr mkdir -p gen/\$fb_tgt/firebird/examples/udr
mkdir -p gen/\$fb_tgt/firebird/lib mkdir -p gen/\$fb_tgt/firebird/lib
mkdir -p gen/\$fb_tgt/firebird/misc mkdir -p gen/\$fb_tgt/firebird/misc
mkdir -p gen/\$fb_tgt/firebird/help mkdir -p gen/\$fb_tgt/firebird/help
mkdir -p gen/\$fb_tgt/firebird/plugins/udr mkdir -p gen/\$fb_tgt/firebird/plugins/udr
for src_dir in `cd src; ls -R -1 * | grep : | tr -d : | tr "\n" " "; cd . .`; do for src_dir in `cd src; ls -R -1 * | grep : | tr -d : | tr "\n" " "; cd . .`; do
mkdir -p temp/\$fb_tgt/\$src_dir mkdir -p temp/\$fb_tgt/\$src_dir
done done
for src_dir in `ls -R -1 examples | grep : | tr -d : | tr "\n" " "`; do
mkdir -p temp/\$fb_tgt/\$src_dir
done
src/misc/writeBuildNum.sh createMakeVersion gen/Make.Version src/misc/writeBuildNum.sh createMakeVersion gen/Make.Version
for sql_file in ib_udf.sql fbudf/fbudf.sql ib_udf2.sql; do for sql_file in ib_udf.sql fbudf/fbudf.sql ib_udf2.sql; do
cp src/extlib/\$sql_file gen/\$fb_tgt/firebird/UDF cp src/extlib/\$sql_file gen/\$fb_tgt/firebird/UDF
done done
done done
for src_dir in `ls -R -1 examples | grep : | tr -d : | tr "\n" " "`; do
mkdir -p temp/\$src_dir
done
./src/misc/writeBuildNum.sh rebuildHeader ./src/misc/writeBuildNum.sh rebuildHeader
mkdir -p gen/install/misc mkdir -p gen/install/misc
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Handling of arguments. # Handling of arguments.
for ac_config_target in $ac_config_targets for ac_config_target in $ac_config_targets
skipping to change at line 21791 skipping to change at line 21812
"gen/install/pkginfolg") CONFIG_FILES="$CONFIG_FILES gen/install/pkginfolg:b uilds/install/arch-specific/solaris/libgcc/pkginfolg.in" ;; "gen/install/pkginfolg") CONFIG_FILES="$CONFIG_FILES gen/install/pkginfolg:b uilds/install/arch-specific/solaris/libgcc/pkginfolg.in" ;;
"gen/make.rules") CONFIG_FILES="$CONFIG_FILES gen/make.rules:${MAKE_SRC_DIR} /make.rules" ;; "gen/make.rules") CONFIG_FILES="$CONFIG_FILES gen/make.rules:${MAKE_SRC_DIR} /make.rules" ;;
"gen/make.defaults") CONFIG_FILES="$CONFIG_FILES gen/make.defaults:${MAKE_SR C_DIR}/make.defaults" ;; "gen/make.defaults") CONFIG_FILES="$CONFIG_FILES gen/make.defaults:${MAKE_SR C_DIR}/make.defaults" ;;
"gen/make.platform") CONFIG_FILES="$CONFIG_FILES gen/make.platform:${MAKE_SR C_DIR}/prefix.${MAKEFILE_PREFIX}" ;; "gen/make.platform") CONFIG_FILES="$CONFIG_FILES gen/make.platform:${MAKE_SR C_DIR}/prefix.${MAKEFILE_PREFIX}" ;;
"gen/darwin.defaults") CONFIG_FILES="$CONFIG_FILES gen/darwin.defaults:${MAK E_SRC_DIR}/darwin.defaults" ;; "gen/darwin.defaults") CONFIG_FILES="$CONFIG_FILES gen/darwin.defaults:${MAK E_SRC_DIR}/darwin.defaults" ;;
"${POSTFIX_FILE}") CONFIG_FILES="$CONFIG_FILES ${POSTFIX_FILE}" ;; "${POSTFIX_FILE}") CONFIG_FILES="$CONFIG_FILES ${POSTFIX_FILE}" ;;
"gen/make.shared.variables") CONFIG_FILES="$CONFIG_FILES gen/make.shared.var iables:${MAKE_SRC_DIR}/make.shared.variables" ;; "gen/make.shared.variables") CONFIG_FILES="$CONFIG_FILES gen/make.shared.var iables:${MAKE_SRC_DIR}/make.shared.variables" ;;
"gen/make.shared.targets") CONFIG_FILES="$CONFIG_FILES gen/make.shared.targe ts:${MAKE_SRC_DIR}/make.shared.targets" ;; "gen/make.shared.targets") CONFIG_FILES="$CONFIG_FILES gen/make.shared.targe ts:${MAKE_SRC_DIR}/make.shared.targets" ;;
"gen/Makefile") CONFIG_FILES="$CONFIG_FILES gen/Makefile:${MAKE_SRC_DIR}/Mak efile.in" ;; "gen/Makefile") CONFIG_FILES="$CONFIG_FILES gen/Makefile:${MAKE_SRC_DIR}/Mak efile.in" ;;
"gen/examples/Makefile.examples") CONFIG_FILES="$CONFIG_FILES gen/examples/M akefile.examples:${MAKE_SRC_DIR}/Makefile.in.examples" ;; "gen/examples/Makefile.examples") CONFIG_FILES="$CONFIG_FILES gen/examples/M akefile.examples:${MAKE_SRC_DIR}/Makefile.in.examples" ;;
"gen/examples/Makefile.plugins_examples") CONFIG_FILES="$CONFIG_FILES gen/ex amples/Makefile.plugins_examples:${MAKE_SRC_DIR}/Makefile.in.plugins_examples" ; ; "gen/Makefile.plugins_examples") CONFIG_FILES="$CONFIG_FILES gen/Makefile.pl ugins_examples:${MAKE_SRC_DIR}/Makefile.in.plugins_examples" ;;
"gen/Makefile.install") CONFIG_FILES="$CONFIG_FILES gen/Makefile.install:bui lds/install/arch-specific/${INSTALL_PREFIX}/Makefile.in" ;; "gen/Makefile.install") CONFIG_FILES="$CONFIG_FILES gen/Makefile.install:bui lds/install/arch-specific/${INSTALL_PREFIX}/Makefile.in" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile:Makefile.in" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile:Makefile.in" ;;
"gen/Makefile.extern.editline") CONFIG_FILES="$CONFIG_FILES gen/Makefile.ext ern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline" ;; "gen/Makefile.extern.editline") CONFIG_FILES="$CONFIG_FILES gen/Makefile.ext ern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline" ;;
"gen/make.platform.solaris.examples") CONFIG_FILES="$CONFIG_FILES gen/make.p latform.solaris.examples:${MAKE_SRC_DIR}/make.platform.solaris.examples" ;; "gen/make.platform.solaris.examples") CONFIG_FILES="$CONFIG_FILES gen/make.p latform.solaris.examples:${MAKE_SRC_DIR}/make.platform.solaris.examples" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac esac
done done
# If the user did not use the arguments to specify the items to instantiate, # If the user did not use the arguments to specify the items to instantiate,
 End of changes. 10 change blocks. 
9 lines changed or deleted 30 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)