463 |
# include <unistd.h> |
# include <unistd.h> |
464 |
#endif" |
#endif" |
465 |
|
|
466 |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE F77 FFLAGS ac_ct_F77 FLIBS CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP LIBTOOL HAS_DOXYFILE ROOT_INCLUDES ROOT_LDFLAGS ROOTCINT LIBOBJS LTLIBOBJS' |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE F77 FFLAGS ac_ct_F77 FLIBS CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP LIBTOOL HAS_DOXYFILE ROOT_INCLUDES ROOT_LDFLAGS ROOTCINT LOG4CXX_INCLUDES LOG4CXX_LDFLAGS LOG4CXX_LIBRARY LIBOBJS LTLIBOBJS' |
467 |
ac_subst_files='' |
ac_subst_files='' |
468 |
|
|
469 |
# Initialize some variables set by options. |
# Initialize some variables set by options. |
1023 |
Optional Features: |
Optional Features: |
1024 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1025 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1026 |
--disable-dependency-tracking Speeds up one-time builds |
--disable-dependency-tracking speeds up one-time build |
1027 |
--enable-dependency-tracking Do not reject slow dependency extractors |
--enable-dependency-tracking do not reject slow dependency extractors |
1028 |
--enable-shared[=PKGS] |
--enable-shared[=PKGS] |
1029 |
build shared libraries [default=yes] |
build shared libraries [default=yes] |
1030 |
--enable-static[=PKGS] |
--enable-static[=PKGS] |
1498 |
|
|
1499 |
|
|
1500 |
|
|
1501 |
am__api_version="1.7" |
am__api_version="1.8" |
1502 |
ac_aux_dir= |
ac_aux_dir= |
1503 |
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do |
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do |
1504 |
if test -f $ac_dir/install-sh; then |
if test -f $ac_dir/install-sh; then |
1661 |
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
1662 |
rm conftest.sed |
rm conftest.sed |
1663 |
|
|
|
|
|
1664 |
# expand $ac_aux_dir to an absolute path |
# expand $ac_aux_dir to an absolute path |
1665 |
am_aux_dir=`cd $ac_aux_dir && pwd` |
am_aux_dir=`cd $ac_aux_dir && pwd` |
1666 |
|
|
1674 |
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
1675 |
fi |
fi |
1676 |
|
|
1677 |
|
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then |
1678 |
|
# Keeping the `.' argument allows $(mkdir_p) to be used without |
1679 |
|
# argument. Indeed, we sometimes output rules like |
1680 |
|
# $(mkdir_p) $(somedir) |
1681 |
|
# where $(somedir) is conditionally defined. |
1682 |
|
# (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more |
1683 |
|
# expensive solution, as it forces Make to start a sub-shell.) |
1684 |
|
mkdir_p='mkdir -p -- .' |
1685 |
|
else |
1686 |
|
# On NextStep and OpenStep, the `mkdir' command does not |
1687 |
|
# recognize any option. It will interpret all options as |
1688 |
|
# directories to create, and then abort because `.' already |
1689 |
|
# exists. |
1690 |
|
for d in ./-p ./--version; |
1691 |
|
do |
1692 |
|
test -d $d && rmdir $d |
1693 |
|
done |
1694 |
|
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. |
1695 |
|
if test -f "$ac_aux_dir/mkinstalldirs"; then |
1696 |
|
mkdir_p='$(mkinstalldirs)' |
1697 |
|
else |
1698 |
|
mkdir_p='$(install_sh) -d' |
1699 |
|
fi |
1700 |
|
fi |
1701 |
|
|
1702 |
for ac_prog in gawk mawk nawk awk |
for ac_prog in gawk mawk nawk awk |
1703 |
do |
do |
1704 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
1777 |
fi |
fi |
1778 |
rmdir .tst 2>/dev/null |
rmdir .tst 2>/dev/null |
1779 |
|
|
1780 |
# test to see if srcdir already configured |
# test to see if srcdir already configured |
1781 |
if test "`cd $srcdir && pwd`" != "`pwd`" && |
if test "`cd $srcdir && pwd`" != "`pwd`" && |
1782 |
test -f $srcdir/config.status; then |
test -f $srcdir/config.status; then |
1783 |
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
1797 |
|
|
1798 |
# Define the identity of the package. |
# Define the identity of the package. |
1799 |
PACKAGE=yoda |
PACKAGE=yoda |
1800 |
VERSION=0.1.0 |
VERSION=4.2.4 |
1801 |
|
|
1802 |
|
|
1803 |
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
3021 |
: > sub/conftest.c |
: > sub/conftest.c |
3022 |
for i in 1 2 3 4 5 6; do |
for i in 1 2 3 4 5 6; do |
3023 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
3024 |
: > sub/conftst$i.h |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
3025 |
|
# Solaris 8's {/usr,}/bin/sh. |
3026 |
|
touch sub/conftst$i.h |
3027 |
done |
done |
3028 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
3029 |
|
|
3051 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
3052 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3053 |
# icc doesn't choke on unknown options, it will just issue warnings |
# icc doesn't choke on unknown options, it will just issue warnings |
3054 |
# (even with -Werror). So we grep stderr for any message |
# or remarks (even with -Werror). So we grep stderr for any message |
3055 |
# that says an option was ignored. |
# that says an option was ignored or not supported. |
3056 |
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
# When given -MP, icc 7.0 and 7.1 complain thusly: |
3057 |
|
# icc: Command line warning: ignoring option '-M'; no argument required |
3058 |
|
# The diagnosis changed in icc 8.0: |
3059 |
|
# icc: Command line remark: option '-MP' not supported |
3060 |
|
if (grep 'ignoring option' conftest.err || |
3061 |
|
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else |
3062 |
am_cv_CC_dependencies_compiler_type=$depmode |
am_cv_CC_dependencies_compiler_type=$depmode |
3063 |
break |
break |
3064 |
fi |
fi |
3182 |
|
|
3183 |
|
|
3184 |
# Provide some information about the compiler. |
# Provide some information about the compiler. |
3185 |
echo "$as_me:3154:" \ |
echo "$as_me:3185:" \ |
3186 |
"checking for Fortran 77 compiler version" >&5 |
"checking for Fortran 77 compiler version" >&5 |
3187 |
ac_compiler=`set X $ac_compile; echo $2` |
ac_compiler=`set X $ac_compile; echo $2` |
3188 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
3379 |
# flags. |
# flags. |
3380 |
ac_save_FFLAGS=$FFLAGS |
ac_save_FFLAGS=$FFLAGS |
3381 |
FFLAGS="$FFLAGS $ac_verb" |
FFLAGS="$FFLAGS $ac_verb" |
3382 |
(eval echo $as_me:3351: \"$ac_link\") >&5 |
(eval echo $as_me:3382: \"$ac_link\") >&5 |
3383 |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` |
3384 |
echo "$ac_f77_v_output" >&5 |
echo "$ac_f77_v_output" >&5 |
3385 |
FFLAGS=$ac_save_FFLAGS |
FFLAGS=$ac_save_FFLAGS |
3457 |
# flags. |
# flags. |
3458 |
ac_save_FFLAGS=$FFLAGS |
ac_save_FFLAGS=$FFLAGS |
3459 |
FFLAGS="$FFLAGS $ac_cv_prog_f77_v" |
FFLAGS="$FFLAGS $ac_cv_prog_f77_v" |
3460 |
(eval echo $as_me:3429: \"$ac_link\") >&5 |
(eval echo $as_me:3460: \"$ac_link\") >&5 |
3461 |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` |
3462 |
echo "$ac_f77_v_output" >&5 |
echo "$ac_f77_v_output" >&5 |
3463 |
FFLAGS=$ac_save_FFLAGS |
FFLAGS=$ac_save_FFLAGS |
4027 |
: > sub/conftest.c |
: > sub/conftest.c |
4028 |
for i in 1 2 3 4 5 6; do |
for i in 1 2 3 4 5 6; do |
4029 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
4030 |
: > sub/conftst$i.h |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
4031 |
|
# Solaris 8's {/usr,}/bin/sh. |
4032 |
|
touch sub/conftst$i.h |
4033 |
done |
done |
4034 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
4035 |
|
|
4057 |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
4058 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
4059 |
# icc doesn't choke on unknown options, it will just issue warnings |
# icc doesn't choke on unknown options, it will just issue warnings |
4060 |
# (even with -Werror). So we grep stderr for any message |
# or remarks (even with -Werror). So we grep stderr for any message |
4061 |
# that says an option was ignored. |
# that says an option was ignored or not supported. |
4062 |
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
# When given -MP, icc 7.0 and 7.1 complain thusly: |
4063 |
|
# icc: Command line warning: ignoring option '-M'; no argument required |
4064 |
|
# The diagnosis changed in icc 8.0: |
4065 |
|
# icc: Command line remark: option '-MP' not supported |
4066 |
|
if (grep 'ignoring option' conftest.err || |
4067 |
|
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else |
4068 |
am_cv_CXX_dependencies_compiler_type=$depmode |
am_cv_CXX_dependencies_compiler_type=$depmode |
4069 |
break |
break |
4070 |
fi |
fi |
4649 |
;; |
;; |
4650 |
*-*-irix6*) |
*-*-irix6*) |
4651 |
# Find out which ABI we are using. |
# Find out which ABI we are using. |
4652 |
echo '#line 4614 "configure"' > conftest.$ac_ext |
echo '#line 4652 "configure"' > conftest.$ac_ext |
4653 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4654 |
(eval $ac_compile) 2>&5 |
(eval $ac_compile) 2>&5 |
4655 |
ac_status=$? |
ac_status=$? |
6559 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
6560 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6561 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
6562 |
(eval echo "\"\$as_me:6524: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6562: $lt_compile\"" >&5) |
6563 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
6564 |
ac_status=$? |
ac_status=$? |
6565 |
cat conftest.err >&5 |
cat conftest.err >&5 |
6566 |
echo "$as_me:6528: \$? = $ac_status" >&5 |
echo "$as_me:6566: \$? = $ac_status" >&5 |
6567 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
6568 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
6569 |
# So say no if there are warnings |
# So say no if there are warnings |
6792 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
6793 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6794 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
6795 |
(eval echo "\"\$as_me:6757: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6795: $lt_compile\"" >&5) |
6796 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
6797 |
ac_status=$? |
ac_status=$? |
6798 |
cat conftest.err >&5 |
cat conftest.err >&5 |
6799 |
echo "$as_me:6761: \$? = $ac_status" >&5 |
echo "$as_me:6799: \$? = $ac_status" >&5 |
6800 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
6801 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
6802 |
# So say no if there are warnings |
# So say no if there are warnings |
6852 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
6853 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6854 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
6855 |
(eval echo "\"\$as_me:6817: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6855: $lt_compile\"" >&5) |
6856 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
6857 |
ac_status=$? |
ac_status=$? |
6858 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
6859 |
echo "$as_me:6821: \$? = $ac_status" >&5 |
echo "$as_me:6859: \$? = $ac_status" >&5 |
6860 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
6861 |
then |
then |
6862 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
9042 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9043 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
9044 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
9045 |
#line 9007 "configure" |
#line 9045 "configure" |
9046 |
#include "confdefs.h" |
#include "confdefs.h" |
9047 |
|
|
9048 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
9140 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9141 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
9142 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
9143 |
#line 9105 "configure" |
#line 9143 "configure" |
9144 |
#include "confdefs.h" |
#include "confdefs.h" |
9145 |
|
|
9146 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
11319 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
11320 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
11321 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
11322 |
(eval echo "\"\$as_me:11284: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11322: $lt_compile\"" >&5) |
11323 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
11324 |
ac_status=$? |
ac_status=$? |
11325 |
cat conftest.err >&5 |
cat conftest.err >&5 |
11326 |
echo "$as_me:11288: \$? = $ac_status" >&5 |
echo "$as_me:11326: \$? = $ac_status" >&5 |
11327 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
11328 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
11329 |
# So say no if there are warnings |
# So say no if there are warnings |
11379 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
11380 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
11381 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
11382 |
(eval echo "\"\$as_me:11344: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11382: $lt_compile\"" >&5) |
11383 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
11384 |
ac_status=$? |
ac_status=$? |
11385 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
11386 |
echo "$as_me:11348: \$? = $ac_status" >&5 |
echo "$as_me:11386: \$? = $ac_status" >&5 |
11387 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
11388 |
then |
then |
11389 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
12746 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
12747 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
12748 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
12749 |
#line 12711 "configure" |
#line 12749 "configure" |
12750 |
#include "confdefs.h" |
#include "confdefs.h" |
12751 |
|
|
12752 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
12844 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
12845 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
12846 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
12847 |
#line 12809 "configure" |
#line 12847 "configure" |
12848 |
#include "confdefs.h" |
#include "confdefs.h" |
12849 |
|
|
12850 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
13671 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
13672 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13673 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
13674 |
(eval echo "\"\$as_me:13636: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:13674: $lt_compile\"" >&5) |
13675 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
13676 |
ac_status=$? |
ac_status=$? |
13677 |
cat conftest.err >&5 |
cat conftest.err >&5 |
13678 |
echo "$as_me:13640: \$? = $ac_status" >&5 |
echo "$as_me:13678: \$? = $ac_status" >&5 |
13679 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
13680 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
13681 |
# So say no if there are warnings |
# So say no if there are warnings |
13731 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
13732 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13733 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
13734 |
(eval echo "\"\$as_me:13696: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:13734: $lt_compile\"" >&5) |
13735 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
13736 |
ac_status=$? |
ac_status=$? |
13737 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
13738 |
echo "$as_me:13700: \$? = $ac_status" >&5 |
echo "$as_me:13738: \$? = $ac_status" >&5 |
13739 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
13740 |
then |
then |
13741 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
15771 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
15772 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15773 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
15774 |
(eval echo "\"\$as_me:15736: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15774: $lt_compile\"" >&5) |
15775 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
15776 |
ac_status=$? |
ac_status=$? |
15777 |
cat conftest.err >&5 |
cat conftest.err >&5 |
15778 |
echo "$as_me:15740: \$? = $ac_status" >&5 |
echo "$as_me:15778: \$? = $ac_status" >&5 |
15779 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
15780 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
15781 |
# So say no if there are warnings |
# So say no if there are warnings |
16004 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
16005 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
16006 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
16007 |
(eval echo "\"\$as_me:15969: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:16007: $lt_compile\"" >&5) |
16008 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
16009 |
ac_status=$? |
ac_status=$? |
16010 |
cat conftest.err >&5 |
cat conftest.err >&5 |
16011 |
echo "$as_me:15973: \$? = $ac_status" >&5 |
echo "$as_me:16011: \$? = $ac_status" >&5 |
16012 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
16013 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
16014 |
# So say no if there are warnings |
# So say no if there are warnings |
16064 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
16065 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
16066 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
16067 |
(eval echo "\"\$as_me:16029: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:16067: $lt_compile\"" >&5) |
16068 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
16069 |
ac_status=$? |
ac_status=$? |
16070 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
16071 |
echo "$as_me:16033: \$? = $ac_status" >&5 |
echo "$as_me:16071: \$? = $ac_status" >&5 |
16072 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
16073 |
then |
then |
16074 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
18254 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
18255 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
18256 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
18257 |
#line 18219 "configure" |
#line 18257 "configure" |
18258 |
#include "confdefs.h" |
#include "confdefs.h" |
18259 |
|
|
18260 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
18352 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
18353 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
18354 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
18355 |
#line 18317 "configure" |
#line 18355 "configure" |
18356 |
#include "confdefs.h" |
#include "confdefs.h" |
18357 |
|
|
18358 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
19558 |
${ROOT_LIBRARY}/libQuadp.so \ |
${ROOT_LIBRARY}/libQuadp.so \ |
19559 |
${ROOT_LIBRARY}/libGX11.so ${ROOT_LIBRARY}/libGX11TTF.so \ |
${ROOT_LIBRARY}/libGX11.so ${ROOT_LIBRARY}/libGX11TTF.so \ |
19560 |
${ROOT_LIBRARY}/libX3d.so \ |
${ROOT_LIBRARY}/libX3d.so \ |
19561 |
${ROOT_LIBRARY}/libRGL.so ${ROOT_LIBRARY}/libASImage.so \ |
${ROOT_LIBRARY}/libASImage.so \ |
19562 |
${ROOT_LIBRARY}/libThread.so ${ROOT_LIBRARY}/libRXML.so \ |
${ROOT_LIBRARY}/libThread.so \ |
19563 |
-ldl" |
-ldl" |
19564 |
|
|
19565 |
|
|
19596 |
fi; |
fi; |
19597 |
LOG4CXX_INCLUDES="-I${LOG4CXX}/include" |
LOG4CXX_INCLUDES="-I${LOG4CXX}/include" |
19598 |
|
|
19599 |
|
#------------------------------------------------------------ |
19600 |
|
|
19601 |
|
# Check whether --with-log4cxx or --without-log4cxx was given. |
19602 |
|
if test "${with_log4cxx+set}" = set; then |
19603 |
|
withval="$with_log4cxx" |
19604 |
|
LOG4CXX=$with_log4cxx |
19605 |
|
fi; |
19606 |
|
|
19607 |
|
LOG4CXX_LIBRARY="${LOG4CXX}/lib" |
19608 |
|
LOG4CXX_INCLUDES="-I${LOG4CXX}/include" |
19609 |
|
LOG4CXX_LDFLAGS=" ${LOG4CXX_LIBRARY}/liblog4cxx.so " |
19610 |
|
|
19611 |
|
|
19612 |
|
|
19613 |
|
|
19614 |
|
#------------------------------------------------------------ |
19615 |
|
|
19616 |
|
|
19617 |
|
|
19618 |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
19619 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
19620 |
if test "${ac_cv_header_stdc+set}" = set; then |
if test "${ac_cv_header_stdc+set}" = set; then |
19783 |
|
|
19784 |
|
|
19785 |
|
|
19786 |
ac_config_files="$ac_config_files Makefile Doxyfile event/Makefile event/mcmd/Makefile event/tmtc/Makefile event/log/Makefile event/arrDump/Makefile event/tabDump/Makefile event/varDump/Makefile event/physics/Makefile event/physics/tracker/Makefile event/physics/anticounter/Makefile event/physics/calorimeter/Makefile event/physics/neutronDetector/Makefile event/physics/trigger/Makefile event/physics/tof/Makefile event/physics/S4/Makefile techmodel/Makefile techmodel/forroutines/tracker/Makefile techmodel/forroutines/tracker/readraw/Makefile techmodel/forroutines/anticounter/Makefile techmodel/forroutines/calorimeter/Makefile techmodel/forroutines/tof/Makefile techmodel/forroutines/trigger/Makefile techmodel/forroutines/Makefile techmodel/physics/Makefile" |
ac_config_files="$ac_config_files Makefile Doxyfile event/Makefile event/mcmd/Makefile event/tmtc/Makefile event/log/Makefile event/arrDump/Makefile event/tabDump/Makefile event/varDump/Makefile event/tsbt/Makefile event/tsbb/Makefile event/endrun/Makefile event/physics/Makefile event/physics/tracker/Makefile event/physics/anticounter/Makefile event/physics/calorimeter/Makefile event/physics/neutronDetector/Makefile event/physics/trigger/Makefile event/physics/tof/Makefile event/physics/S4/Makefile techmodel/Makefile techmodel/forroutines/tracker/Makefile techmodel/forroutines/tracker/readraw/Makefile techmodel/forroutines/anticounter/Makefile techmodel/forroutines/calorimeter/Makefile techmodel/forroutines/tof/Makefile techmodel/forroutines/trigger/Makefile techmodel/forroutines/Makefile techmodel/physics/Makefile" |
19787 |
cat >confcache <<\_ACEOF |
cat >confcache <<\_ACEOF |
19788 |
# This file is a shell script that caches the results of configure |
# This file is a shell script that caches the results of configure |
19789 |
# tests run on this system so they can be shared between configure |
# tests run on this system so they can be shared between configure |
20349 |
"event/arrDump/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/arrDump/Makefile" ;; |
"event/arrDump/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/arrDump/Makefile" ;; |
20350 |
"event/tabDump/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/tabDump/Makefile" ;; |
"event/tabDump/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/tabDump/Makefile" ;; |
20351 |
"event/varDump/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/varDump/Makefile" ;; |
"event/varDump/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/varDump/Makefile" ;; |
20352 |
|
"event/tsbt/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/tsbt/Makefile" ;; |
20353 |
|
"event/tsbb/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/tsbb/Makefile" ;; |
20354 |
|
"event/endrun/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/endrun/Makefile" ;; |
20355 |
"event/physics/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/physics/Makefile" ;; |
"event/physics/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/physics/Makefile" ;; |
20356 |
"event/physics/tracker/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/physics/tracker/Makefile" ;; |
"event/physics/tracker/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/physics/tracker/Makefile" ;; |
20357 |
"event/physics/anticounter/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/physics/anticounter/Makefile" ;; |
"event/physics/anticounter/Makefile" ) CONFIG_FILES="$CONFIG_FILES event/physics/anticounter/Makefile" ;; |
20472 |
s,@STRIP@,$STRIP,;t t |
s,@STRIP@,$STRIP,;t t |
20473 |
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t |
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t |
20474 |
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t |
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t |
20475 |
|
s,@mkdir_p@,$mkdir_p,;t t |
20476 |
s,@AWK@,$AWK,;t t |
s,@AWK@,$AWK,;t t |
20477 |
s,@SET_MAKE@,$SET_MAKE,;t t |
s,@SET_MAKE@,$SET_MAKE,;t t |
20478 |
s,@am__leading_dot@,$am__leading_dot,;t t |
s,@am__leading_dot@,$am__leading_dot,;t t |
20524 |
s,@ROOT_INCLUDES@,$ROOT_INCLUDES,;t t |
s,@ROOT_INCLUDES@,$ROOT_INCLUDES,;t t |
20525 |
s,@ROOT_LDFLAGS@,$ROOT_LDFLAGS,;t t |
s,@ROOT_LDFLAGS@,$ROOT_LDFLAGS,;t t |
20526 |
s,@ROOTCINT@,$ROOTCINT,;t t |
s,@ROOTCINT@,$ROOTCINT,;t t |
20527 |
|
s,@LOG4CXX_INCLUDES@,$LOG4CXX_INCLUDES,;t t |
20528 |
|
s,@LOG4CXX_LDFLAGS@,$LOG4CXX_LDFLAGS,;t t |
20529 |
|
s,@LOG4CXX_LIBRARY@,$LOG4CXX_LIBRARY,;t t |
20530 |
s,@LIBOBJS@,$LIBOBJS,;t t |
s,@LIBOBJS@,$LIBOBJS,;t t |
20531 |
s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
20532 |
CEOF |
CEOF |
21154 |
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue |
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue |
21155 |
# Extract the definition of DEP_FILES from the Makefile without |
# Extract the definition of DEP_FILES from the Makefile without |
21156 |
# running `make'. |
# running `make'. |
21157 |
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
21158 |
test -z "$DEPDIR" && continue |
test -z "$DEPDIR" && continue |
21159 |
# When using ansi2knr, U may be empty or an underscore; expand it |
# When using ansi2knr, U may be empty or an underscore; expand it |
21160 |
U=`sed -n -e '/^U = / s///p' < "$mf"` |
U=`sed -n 's/^U = //p' < "$mf"` |
21161 |
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" |
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" |
21162 |
# We invoke sed twice because it is the simplest approach to |
# We invoke sed twice because it is the simplest approach to |
21163 |
# changing $(DEPDIR) to its actual value in the expansion. |
# changing $(DEPDIR) to its actual value in the expansion. |
21164 |
for file in `sed -n -e ' |
for file in `sed -n ' |
21165 |
/^DEP_FILES = .*\\\\$/ { |
/^DEP_FILES = .*\\\\$/ { |
21166 |
s/^DEP_FILES = // |
s/^DEP_FILES = // |
21167 |
:loop |
:loop |