From 772cd8199d0b6dcf330abcd7d848ccd5c1521ffc Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sat, 1 Aug 2015 22:30:00 +0900 Subject: [PATCH] Merge problem fixed --- configure | 13 +++++++------ tests/Test_hmc_WilsonFermionGauge.cc | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/configure b/configure index e02b9e7e..7d7e1b0b 100755 --- a/configure +++ b/configure @@ -2560,7 +2560,7 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2732,8 +2732,8 @@ test "$program_suffix" != NONE && ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2752,7 +2752,7 @@ else $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -3080,8 +3080,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -3140,6 +3140,7 @@ END fi + ac_config_headers="$ac_config_headers lib/Config.h" # Check whether --enable-silent-rules was given. diff --git a/tests/Test_hmc_WilsonFermionGauge.cc b/tests/Test_hmc_WilsonFermionGauge.cc index e40ad32f..cb18d09c 100644 --- a/tests/Test_hmc_WilsonFermionGauge.cc +++ b/tests/Test_hmc_WilsonFermionGauge.cc @@ -47,7 +47,7 @@ int main (int argc, char ** argv) // typedef LeapFrog IntegratorAlgorithm;// change here to change the algorithm IntegratorParameters MDpar(12,20,1.0); std::vector rel ={1}; - Integrator MDynamics(&Fine,MDpar, FullSet,rel); + Integrator MDynamics(&Fine,MDpar, FullSet); // Create HMC HMCparameters HMCpar;