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 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' |
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 install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar 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. |
1498 |
|
|
1499 |
|
|
1500 |
|
|
1501 |
am__api_version="1.8" |
am__api_version="1.9" |
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 |
1675 |
fi |
fi |
1676 |
|
|
1677 |
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then |
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then |
1678 |
# Keeping the `.' argument allows $(mkdir_p) to be used without |
# We used to keeping the `.' as first argument, in order to |
1679 |
# argument. Indeed, we sometimes output rules like |
# allow $(mkdir_p) to be used without argument. As in |
1680 |
# $(mkdir_p) $(somedir) |
# $(mkdir_p) $(somedir) |
1681 |
# where $(somedir) is conditionally defined. |
# where $(somedir) is conditionally defined. However this is wrong |
1682 |
# (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more |
# for two reasons: |
1683 |
# expensive solution, as it forces Make to start a sub-shell.) |
# 1. if the package is installed by a user who cannot write `.' |
1684 |
mkdir_p='mkdir -p -- .' |
# make install will fail, |
1685 |
|
# 2. the above comment should most certainly read |
1686 |
|
# $(mkdir_p) $(DESTDIR)$(somedir) |
1687 |
|
# so it does not work when $(somedir) is undefined and |
1688 |
|
# $(DESTDIR) is not. |
1689 |
|
# To support the latter case, we have to write |
1690 |
|
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), |
1691 |
|
# so the `.' trick is pointless. |
1692 |
|
mkdir_p='mkdir -p --' |
1693 |
else |
else |
1694 |
# On NextStep and OpenStep, the `mkdir' command does not |
# On NextStep and OpenStep, the `mkdir' command does not |
1695 |
# recognize any option. It will interpret all options as |
# recognize any option. It will interpret all options as |
1833 |
|
|
1834 |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
1835 |
|
|
|
|
|
|
AMTAR=${AMTAR-"${am_missing_run}tar"} |
|
|
|
|
1836 |
install_sh=${install_sh-"$am_aux_dir/install-sh"} |
install_sh=${install_sh-"$am_aux_dir/install-sh"} |
1837 |
|
|
1838 |
# Installed binaries are usually stripped using `strip' when the user |
# Installed binaries are usually stripped using `strip' when the user |
1925 |
|
|
1926 |
# We need awk for the "check" target. The system "awk" is bad on |
# We need awk for the "check" target. The system "awk" is bad on |
1927 |
# some platforms. |
# some platforms. |
1928 |
|
# Always define AMTAR for backward compatibility. |
1929 |
|
|
1930 |
|
AMTAR=${AMTAR-"${am_missing_run}tar"} |
1931 |
|
|
1932 |
|
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
1933 |
|
|
1934 |
|
|
1935 |
|
|
1936 |
|
|
1937 |
|
|
3194 |
|
|
3195 |
|
|
3196 |
# Provide some information about the compiler. |
# Provide some information about the compiler. |
3197 |
echo "$as_me:3185:" \ |
echo "$as_me:3197:" \ |
3198 |
"checking for Fortran 77 compiler version" >&5 |
"checking for Fortran 77 compiler version" >&5 |
3199 |
ac_compiler=`set X $ac_compile; echo $2` |
ac_compiler=`set X $ac_compile; echo $2` |
3200 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
3391 |
# flags. |
# flags. |
3392 |
ac_save_FFLAGS=$FFLAGS |
ac_save_FFLAGS=$FFLAGS |
3393 |
FFLAGS="$FFLAGS $ac_verb" |
FFLAGS="$FFLAGS $ac_verb" |
3394 |
(eval echo $as_me:3382: \"$ac_link\") >&5 |
(eval echo $as_me:3394: \"$ac_link\") >&5 |
3395 |
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:'` |
3396 |
echo "$ac_f77_v_output" >&5 |
echo "$ac_f77_v_output" >&5 |
3397 |
FFLAGS=$ac_save_FFLAGS |
FFLAGS=$ac_save_FFLAGS |
3469 |
# flags. |
# flags. |
3470 |
ac_save_FFLAGS=$FFLAGS |
ac_save_FFLAGS=$FFLAGS |
3471 |
FFLAGS="$FFLAGS $ac_cv_prog_f77_v" |
FFLAGS="$FFLAGS $ac_cv_prog_f77_v" |
3472 |
(eval echo $as_me:3460: \"$ac_link\") >&5 |
(eval echo $as_me:3472: \"$ac_link\") >&5 |
3473 |
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:'` |
3474 |
echo "$ac_f77_v_output" >&5 |
echo "$ac_f77_v_output" >&5 |
3475 |
FFLAGS=$ac_save_FFLAGS |
FFLAGS=$ac_save_FFLAGS |
4661 |
;; |
;; |
4662 |
*-*-irix6*) |
*-*-irix6*) |
4663 |
# Find out which ABI we are using. |
# Find out which ABI we are using. |
4664 |
echo '#line 4652 "configure"' > conftest.$ac_ext |
echo '#line 4664 "configure"' > conftest.$ac_ext |
4665 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4666 |
(eval $ac_compile) 2>&5 |
(eval $ac_compile) 2>&5 |
4667 |
ac_status=$? |
ac_status=$? |
6571 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
6572 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6573 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
6574 |
(eval echo "\"\$as_me:6562: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6574: $lt_compile\"" >&5) |
6575 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
6576 |
ac_status=$? |
ac_status=$? |
6577 |
cat conftest.err >&5 |
cat conftest.err >&5 |
6578 |
echo "$as_me:6566: \$? = $ac_status" >&5 |
echo "$as_me:6578: \$? = $ac_status" >&5 |
6579 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
6580 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
6581 |
# So say no if there are warnings |
# So say no if there are warnings |
6804 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
6805 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6806 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
6807 |
(eval echo "\"\$as_me:6795: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6807: $lt_compile\"" >&5) |
6808 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
6809 |
ac_status=$? |
ac_status=$? |
6810 |
cat conftest.err >&5 |
cat conftest.err >&5 |
6811 |
echo "$as_me:6799: \$? = $ac_status" >&5 |
echo "$as_me:6811: \$? = $ac_status" >&5 |
6812 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
6813 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
6814 |
# So say no if there are warnings |
# So say no if there are warnings |
6864 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
6865 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6866 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
6867 |
(eval echo "\"\$as_me:6855: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6867: $lt_compile\"" >&5) |
6868 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
6869 |
ac_status=$? |
ac_status=$? |
6870 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
6871 |
echo "$as_me:6859: \$? = $ac_status" >&5 |
echo "$as_me:6871: \$? = $ac_status" >&5 |
6872 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
6873 |
then |
then |
6874 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
9054 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9055 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
9056 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
9057 |
#line 9045 "configure" |
#line 9057 "configure" |
9058 |
#include "confdefs.h" |
#include "confdefs.h" |
9059 |
|
|
9060 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
9152 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9153 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
9154 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
9155 |
#line 9143 "configure" |
#line 9155 "configure" |
9156 |
#include "confdefs.h" |
#include "confdefs.h" |
9157 |
|
|
9158 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
11331 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
11332 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
11333 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
11334 |
(eval echo "\"\$as_me:11322: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11334: $lt_compile\"" >&5) |
11335 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
11336 |
ac_status=$? |
ac_status=$? |
11337 |
cat conftest.err >&5 |
cat conftest.err >&5 |
11338 |
echo "$as_me:11326: \$? = $ac_status" >&5 |
echo "$as_me:11338: \$? = $ac_status" >&5 |
11339 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
11340 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
11341 |
# So say no if there are warnings |
# So say no if there are warnings |
11391 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
11392 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
11393 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
11394 |
(eval echo "\"\$as_me:11382: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11394: $lt_compile\"" >&5) |
11395 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
11396 |
ac_status=$? |
ac_status=$? |
11397 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
11398 |
echo "$as_me:11386: \$? = $ac_status" >&5 |
echo "$as_me:11398: \$? = $ac_status" >&5 |
11399 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
11400 |
then |
then |
11401 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
12758 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
12759 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
12760 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
12761 |
#line 12749 "configure" |
#line 12761 "configure" |
12762 |
#include "confdefs.h" |
#include "confdefs.h" |
12763 |
|
|
12764 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
12856 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
12857 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
12858 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
12859 |
#line 12847 "configure" |
#line 12859 "configure" |
12860 |
#include "confdefs.h" |
#include "confdefs.h" |
12861 |
|
|
12862 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
13683 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
13684 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13685 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
13686 |
(eval echo "\"\$as_me:13674: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:13686: $lt_compile\"" >&5) |
13687 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
13688 |
ac_status=$? |
ac_status=$? |
13689 |
cat conftest.err >&5 |
cat conftest.err >&5 |
13690 |
echo "$as_me:13678: \$? = $ac_status" >&5 |
echo "$as_me:13690: \$? = $ac_status" >&5 |
13691 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
13692 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
13693 |
# So say no if there are warnings |
# So say no if there are warnings |
13743 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
13744 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
13745 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
13746 |
(eval echo "\"\$as_me:13734: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:13746: $lt_compile\"" >&5) |
13747 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
13748 |
ac_status=$? |
ac_status=$? |
13749 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
13750 |
echo "$as_me:13738: \$? = $ac_status" >&5 |
echo "$as_me:13750: \$? = $ac_status" >&5 |
13751 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
13752 |
then |
then |
13753 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
15783 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
15784 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15785 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
15786 |
(eval echo "\"\$as_me:15774: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15786: $lt_compile\"" >&5) |
15787 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
15788 |
ac_status=$? |
ac_status=$? |
15789 |
cat conftest.err >&5 |
cat conftest.err >&5 |
15790 |
echo "$as_me:15778: \$? = $ac_status" >&5 |
echo "$as_me:15790: \$? = $ac_status" >&5 |
15791 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
15792 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
15793 |
# So say no if there are warnings |
# So say no if there are warnings |
16016 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
16017 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
16018 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
16019 |
(eval echo "\"\$as_me:16007: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:16019: $lt_compile\"" >&5) |
16020 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
16021 |
ac_status=$? |
ac_status=$? |
16022 |
cat conftest.err >&5 |
cat conftest.err >&5 |
16023 |
echo "$as_me:16011: \$? = $ac_status" >&5 |
echo "$as_me:16023: \$? = $ac_status" >&5 |
16024 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
16025 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
16026 |
# So say no if there are warnings |
# So say no if there are warnings |
16076 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
16077 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
16078 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
16079 |
(eval echo "\"\$as_me:16067: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:16079: $lt_compile\"" >&5) |
16080 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
16081 |
ac_status=$? |
ac_status=$? |
16082 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
16083 |
echo "$as_me:16071: \$? = $ac_status" >&5 |
echo "$as_me:16083: \$? = $ac_status" >&5 |
16084 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
16085 |
then |
then |
16086 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
18266 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
18267 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
18268 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
18269 |
#line 18257 "configure" |
#line 18269 "configure" |
18270 |
#include "confdefs.h" |
#include "confdefs.h" |
18271 |
|
|
18272 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
18364 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
18365 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
18366 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
18367 |
#line 18355 "configure" |
#line 18367 "configure" |
18368 |
#include "confdefs.h" |
#include "confdefs.h" |
18369 |
|
|
18370 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
20479 |
s,@AUTOMAKE@,$AUTOMAKE,;t t |
s,@AUTOMAKE@,$AUTOMAKE,;t t |
20480 |
s,@AUTOHEADER@,$AUTOHEADER,;t t |
s,@AUTOHEADER@,$AUTOHEADER,;t t |
20481 |
s,@MAKEINFO@,$MAKEINFO,;t t |
s,@MAKEINFO@,$MAKEINFO,;t t |
|
s,@AMTAR@,$AMTAR,;t t |
|
20482 |
s,@install_sh@,$install_sh,;t t |
s,@install_sh@,$install_sh,;t t |
20483 |
s,@STRIP@,$STRIP,;t t |
s,@STRIP@,$STRIP,;t t |
20484 |
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t |
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t |
20487 |
s,@AWK@,$AWK,;t t |
s,@AWK@,$AWK,;t t |
20488 |
s,@SET_MAKE@,$SET_MAKE,;t t |
s,@SET_MAKE@,$SET_MAKE,;t t |
20489 |
s,@am__leading_dot@,$am__leading_dot,;t t |
s,@am__leading_dot@,$am__leading_dot,;t t |
20490 |
|
s,@AMTAR@,$AMTAR,;t t |
20491 |
|
s,@am__tar@,$am__tar,;t t |
20492 |
|
s,@am__untar@,$am__untar,;t t |
20493 |
s,@build@,$build,;t t |
s,@build@,$build,;t t |
20494 |
s,@build_cpu@,$build_cpu,;t t |
s,@build_cpu@,$build_cpu,;t t |
20495 |
s,@build_vendor@,$build_vendor,;t t |
s,@build_vendor@,$build_vendor,;t t |
21165 |
else |
else |
21166 |
continue |
continue |
21167 |
fi |
fi |
21168 |
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue |
# Extract the definition of DEPDIR, am__include, and am__quote |
21169 |
# Extract the definition of DEP_FILES from the Makefile without |
# from the Makefile without running `make'. |
|
# running `make'. |
|
21170 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
21171 |
test -z "$DEPDIR" && continue |
test -z "$DEPDIR" && continue |
21172 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
21173 |
|
test -z "am__include" && continue |
21174 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
21175 |
# When using ansi2knr, U may be empty or an underscore; expand it |
# When using ansi2knr, U may be empty or an underscore; expand it |
21176 |
U=`sed -n 's/^U = //p' < "$mf"` |
U=`sed -n 's/^U = //p' < "$mf"` |
21177 |
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" |
# Find all dependency output files, they are included files with |
21178 |
# We invoke sed twice because it is the simplest approach to |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
21179 |
# changing $(DEPDIR) to its actual value in the expansion. |
# simplest approach to changing $(DEPDIR) to its actual value in the |
21180 |
for file in `sed -n ' |
# expansion. |
21181 |
/^DEP_FILES = .*\\\\$/ { |
for file in `sed -n " |
21182 |
s/^DEP_FILES = // |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
|
:loop |
|
|
s/\\\\$// |
|
|
p |
|
|
n |
|
|
/\\\\$/ b loop |
|
|
p |
|
|
} |
|
|
/^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ |
|
21183 |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
21184 |
# Make sure the directory exists. |
# Make sure the directory exists. |
21185 |
test -f "$dirpart/$file" && continue |
test -f "$dirpart/$file" && continue |