summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-01-30 20:53:38 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-01-30 20:53:38 (GMT)
commita82b4fdc1180fd5704372d48580fb23121baf529 (patch)
tree80f366e24f605d5f5a68953091e07f13071f3bb8 /configure
parentfe39331ca52400dd3adf6413c4083ff459365748 (diff)
downloadhdf5-a82b4fdc1180fd5704372d48580fb23121baf529.zip
hdf5-a82b4fdc1180fd5704372d48580fb23121baf529.tar.gz
hdf5-a82b4fdc1180fd5704372d48580fb23121baf529.tar.bz2
[svn-r24665] more IOD integrity integration.
add pkgconfig option for Mchecksum
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure226
1 files changed, 225 insertions, 1 deletions
diff --git a/configure b/configure
index c3061d2..852fbbf 100755
--- a/configure
+++ b/configure
@@ -680,6 +680,8 @@ ADD_PARALLEL_FILES
USINGMEMCHECKER
BUILD_EFF_CONDITIONAL_FALSE
BUILD_EFF_CONDITIONAL_TRUE
+MCHECKSUM_LIBS
+MCHECKSUM_CFLAGS
MERCURY_LIBS
MERCURY_CFLAGS
PKG_CONFIG_LIBDIR
@@ -987,7 +989,9 @@ PKG_CONFIG
PKG_CONFIG_PATH
PKG_CONFIG_LIBDIR
MERCURY_CFLAGS
-MERCURY_LIBS'
+MERCURY_LIBS
+MCHECKSUM_CFLAGS
+MCHECKSUM_LIBS'
# Initialize some variables set by options.
@@ -1749,6 +1753,10 @@ Some influential environment variables:
C compiler flags for MERCURY, overriding pkg-config
MERCURY_LIBS
linker flags for MERCURY, overriding pkg-config
+ MCHECKSUM_CFLAGS
+ C compiler flags for MCHECKSUM, overriding pkg-config
+ MCHECKSUM_LIBS
+ linker flags for MCHECKSUM, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
@@ -29884,6 +29892,222 @@ fi
AM_CFLAGS="$AM_CFLAGS $MERCURY_CFLAGS"
AM_LDFLAGS="$AM_LDFLAGS $MERCURY_LIBS"
+ # Check mchecksum (--enable-parallel requires static linking)
+
+
+
+
+
+
+
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_PKG_CONFIG+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $PKG_CONFIG in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+if test -n "$PKG_CONFIG"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+$as_echo "$PKG_CONFIG" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_path_PKG_CONFIG"; then
+ ac_pt_PKG_CONFIG=$PKG_CONFIG
+ # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $ac_pt_PKG_CONFIG in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
+if test -n "$ac_pt_PKG_CONFIG"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_pt_PKG_CONFIG" = x; then
+ PKG_CONFIG=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ PKG_CONFIG=$ac_pt_PKG_CONFIG
+ fi
+else
+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
+fi
+
+fi
+if test -n "$PKG_CONFIG"; then
+ _pkg_min_version=0.9.0
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ PKG_CONFIG=""
+ fi
+fi
+ PKG_CONFIG="$PKG_CONFIG --static"
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MCHECKSUM" >&5
+$as_echo_n "checking for MCHECKSUM... " >&6; }
+
+if test -n "$MCHECKSUM_CFLAGS"; then
+ pkg_cv_MCHECKSUM_CFLAGS="$MCHECKSUM_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mchecksum\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "mchecksum") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_MCHECKSUM_CFLAGS=`$PKG_CONFIG --cflags "mchecksum" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+if test -n "$MCHECKSUM_LIBS"; then
+ pkg_cv_MCHECKSUM_LIBS="$MCHECKSUM_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mchecksum\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "mchecksum") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_MCHECKSUM_LIBS=`$PKG_CONFIG --libs "mchecksum" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+ _pkg_short_errors_supported=yes
+else
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
+ MCHECKSUM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mchecksum" 2>&1`
+ else
+ MCHECKSUM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mchecksum" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$MCHECKSUM_PKG_ERRORS" >&5
+
+ as_fn_error $? "Package requirements (mchecksum) were not met:
+
+$MCHECKSUM_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables MCHECKSUM_CFLAGS
+and MCHECKSUM_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables MCHECKSUM_CFLAGS
+and MCHECKSUM_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+ MCHECKSUM_CFLAGS=$pkg_cv_MCHECKSUM_CFLAGS
+ MCHECKSUM_LIBS=$pkg_cv_MCHECKSUM_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+ AM_CFLAGS="$AM_CFLAGS $MCHECKSUM_CFLAGS"
+ AM_LDFLAGS="$AM_LDFLAGS $MCHECKSUM_LIBS"
+
for ac_header in axe.h iod_api.h iod_types.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`