File indexing completed on 2025-08-05 08:11:07
0001
0002
0003
0004
0005
0006
0007 debug=false
0008 ac_cs_recheck=false
0009 ac_cs_silent=false
0010
0011 SHELL=${CONFIG_SHELL-/bin/sh}
0012 export SHELL
0013
0014
0015
0016
0017
0018 DUALCASE=1; export DUALCASE
0019 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
0020 emulate sh
0021 NULLCMD=:
0022
0023
0024 alias -g '${1+"$@"}'='"$@"'
0025 setopt NO_GLOB_SUBST
0026 else
0027 case `(set -o) 2>/dev/null` in
0028 *posix*) :
0029 set -o posix ;;
0030 *) :
0031 ;;
0032 esac
0033 fi
0034
0035
0036 as_nl='
0037 '
0038 export as_nl
0039
0040 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
0041 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
0042 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
0043 # Prefer a ksh shell builtin over an external printf program on Solaris,
0044 # but without wasting forks for bash or zsh.
0045 if test -z "$BASH_VERSION$ZSH_VERSION" \
0046 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
0047 as_echo='print -r --'
0048 as_echo_n='print -rn --'
0049 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
0050 as_echo='printf %s\n'
0051 as_echo_n='printf %s'
0052 else
0053 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
0054 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
0055 as_echo_n='/usr/ucb/echo -n'
0056 else
0057 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
0058 as_echo_n_body='eval
0059 arg=$1;
0060 case $arg in
0061 *"$as_nl"*)
0062 expr "X$arg" : "X\\(.*\\)$as_nl";
0063 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
0064 esac;
0065 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
0066 '
0067 export as_echo_n_body
0068 as_echo_n='sh -c $as_echo_n_body as_echo'
0069 fi
0070 export as_echo_body
0071 as_echo='sh -c $as_echo_body as_echo'
0072 fi
0073
0074 # The user is always right.
0075 if test "${PATH_SEPARATOR+set}" != set; then
0076 PATH_SEPARATOR=:
0077 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
0078 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
0079 PATH_SEPARATOR=';'
0080 }
0081 fi
0082
0083
0084 # IFS
0085 # We need space, tab and new line, in precisely that order. Quoting is
0086 # there to prevent editors from complaining about space-tab.
0087 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
0088 # splitting by setting IFS to empty value.)
0089 IFS=" "" $as_nl"
0090
0091 # Find who we are. Look in the path if we contain no directory separator.
0092 as_myself=
0093 case $0 in #((
0094 *[\\/]* ) as_myself=$0 ;;
0095 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
0096 for as_dir in $PATH
0097 do
0098 IFS=$as_save_IFS
0099 test -z "$as_dir" && as_dir=.
0100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
0101 done
0102 IFS=$as_save_IFS
0103
0104 ;;
0105 esac
0106 # We did not find ourselves, most probably we were run as `sh COMMAND'
0107
0108 if test "x$as_myself" = x; then
0109 as_myself=$0
0110 fi
0111 if test ! -f "$as_myself"; then
0112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
0113 exit 1
0114 fi
0115
0116
0117
0118
0119
0120 for as_var in BASH_ENV ENV MAIL MAILPATH
0121 do eval test x\${$as_var+set} = xset \
0122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
0123 done
0124 PS1='$ '
0125 PS2='> '
0126 PS4='+ '
0127
0128
0129 LC_ALL=C
0130 export LC_ALL
0131 LANGUAGE=C
0132 export LANGUAGE
0133
0134
0135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
0136
0137
0138
0139
0140
0141
0142
0143 as_fn_error ()
0144 {
0145 as_status=$1; test $as_status -eq 0 && as_status=1
0146 if test "$4"; then
0147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
0148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
0149 fi
0150 $as_echo "$as_me: error: $2" >&2
0151 as_fn_exit $as_status
0152 }
0153
0154
0155
0156
0157
0158 as_fn_set_status ()
0159 {
0160 return $1
0161 }
0162
0163
0164
0165
0166 as_fn_exit ()
0167 {
0168 set +e
0169 as_fn_set_status $1
0170 exit $1
0171 }
0172
0173
0174
0175
0176 as_fn_unset ()
0177 {
0178 { eval $1=; unset $1;}
0179 }
0180 as_unset=as_fn_unset
0181
0182
0183
0184
0185
0186
0187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
0188 eval 'as_fn_append ()
0189 {
0190 eval $1+=\$2
0191 }'
0192 else
0193 as_fn_append ()
0194 {
0195 eval $1=\$$1\$2
0196 }
0197 fi
0198
0199
0200
0201
0202
0203
0204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
0205 eval 'as_fn_arith ()
0206 {
0207 as_val=$(( $* ))
0208 }'
0209 else
0210 as_fn_arith ()
0211 {
0212 as_val=`expr "$@" || test $? -eq 1`
0213 }
0214 fi
0215
0216
0217 if expr a : '\(a\)' >/dev/null 2>&1 &&
0218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
0219 as_expr=expr
0220 else
0221 as_expr=false
0222 fi
0223
0224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
0225 as_basename=basename
0226 else
0227 as_basename=false
0228 fi
0229
0230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
0231 as_dirname=dirname
0232 else
0233 as_dirname=false
0234 fi
0235
0236 as_me=`$as_basename -- "$0" ||
0237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
0238 X"$0" : 'X\(//\)$' \| \
0239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
0240 $as_echo X/"$0" |
0241 sed '/^.*\/\([^/][^/]*\)\/*$/{
0242 s//\1/
0243 q
0244 }
0245 /^X\/\(\/\/\)$/{
0246 s//\1/
0247 q
0248 }
0249 /^X\/\(\/\).*/{
0250 s//\1/
0251 q
0252 }
0253 s/.*/./; q'`
0254
0255
0256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
0257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
0258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
0259 as_cr_digits='0123456789'
0260 as_cr_alnum=$as_cr_Letters$as_cr_digits
0261
0262 ECHO_C= ECHO_N= ECHO_T=
0263 case `echo -n x` in
0264 -n*)
0265 case `echo 'xy\c'` in
0266 *c*) ECHO_T=' ';;
0267 xy) ECHO_C='\c';;
0268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
0269 ECHO_T=' ';;
0270 esac;;
0271 *)
0272 ECHO_N='-n';;
0273 esac
0274
0275 rm -f conf$$ conf$$.exe conf$$.file
0276 if test -d conf$$.dir; then
0277 rm -f conf$$.dir/conf$$.file
0278 else
0279 rm -f conf$$.dir
0280 mkdir conf$$.dir 2>/dev/null
0281 fi
0282 if (echo >conf$$.file) 2>/dev/null; then
0283 if ln -s conf$$.file conf$$ 2>/dev/null; then
0284 as_ln_s='ln -s'
0285
0286
0287
0288
0289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
0290 as_ln_s='cp -pR'
0291 elif ln conf$$.file conf$$ 2>/dev/null; then
0292 as_ln_s=ln
0293 else
0294 as_ln_s='cp -pR'
0295 fi
0296 else
0297 as_ln_s='cp -pR'
0298 fi
0299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
0300 rmdir conf$$.dir 2>/dev/null
0301
0302
0303
0304
0305
0306 as_fn_mkdir_p ()
0307 {
0308
0309 case $as_dir in
0310 -*) as_dir=./$as_dir;;
0311 esac
0312 test -d "$as_dir" || eval $as_mkdir_p || {
0313 as_dirs=
0314 while :; do
0315 case $as_dir in
0316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;;
0317 *) as_qdir=$as_dir;;
0318 esac
0319 as_dirs="'$as_qdir' $as_dirs"
0320 as_dir=`$as_dirname -- "$as_dir" ||
0321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
0322 X"$as_dir" : 'X\(//\)[^/]' \| \
0323 X"$as_dir" : 'X\(//\)$' \| \
0324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
0325 $as_echo X"$as_dir" |
0326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
0327 s//\1/
0328 q
0329 }
0330 /^X\(\/\/\)[^/].*/{
0331 s//\1/
0332 q
0333 }
0334 /^X\(\/\/\)$/{
0335 s//\1/
0336 q
0337 }
0338 /^X\(\/\).*/{
0339 s//\1/
0340 q
0341 }
0342 s/.*/./; q'`
0343 test -d "$as_dir" && break
0344 done
0345 test -z "$as_dirs" || eval "mkdir $as_dirs"
0346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
0347
0348
0349 }
0350 if mkdir -p . 2>/dev/null; then
0351 as_mkdir_p='mkdir -p "$as_dir"'
0352 else
0353 test -d ./-p && rmdir ./-p
0354 as_mkdir_p=false
0355 fi
0356
0357
0358
0359
0360
0361 as_fn_executable_p ()
0362 {
0363 test -f "$1" && test -x "$1"
0364 }
0365 as_test_x='test -x'
0366 as_executable_p=as_fn_executable_p
0367
0368
0369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
0370
0371
0372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
0373
0374
0375 exec 6>&1
0376
0377
0378
0379
0380
0381
0382 ac_log="
0383 This file was extended by MBDStudy $as_me 1.00, which was
0384 generated by GNU Autoconf 2.69. Invocation command line was
0385
0386 CONFIG_FILES = $CONFIG_FILES
0387 CONFIG_HEADERS = $CONFIG_HEADERS
0388 CONFIG_LINKS = $CONFIG_LINKS
0389 CONFIG_COMMANDS = $CONFIG_COMMANDS
0390 $ $0 $@
0391
0392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
0393 "
0394
0395
0396 config_files=" Makefile"
0397 config_commands=" depfiles libtool"
0398
0399 ac_cs_usage="\
0400 \`$as_me' instantiates files and other configuration actions
0401 from templates according to the current configuration. Unless the files
0402 and actions are specified as TAGs, all are instantiated by default.
0403
0404 Usage: $0 [OPTION]... [TAG]...
0405
0406 -h, --help print this help, then exit
0407 -V, --version print version number and configuration settings, then exit
0408 --config print configuration, then exit
0409 -q, --quiet, --silent
0410 do not print progress messages
0411 -d, --debug don't remove temporary files
0412 --recheck update $as_me by reconfiguring in the same conditions
0413 --file=FILE[:TEMPLATE]
0414 instantiate the configuration file FILE
0415
0416 Configuration files:
0417 $config_files
0418
0419 Configuration commands:
0420 $config_commands
0421
0422 Report bugs to the package provider."
0423
0424 ac_cs_config="'--prefix=/sphenix/user/lameck1mwibanda/install' 'CXX=/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/g++' 'CC=/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc'"
0425 ac_cs_version="\
0426 MBDStudy config.status 1.00
0427 configured by ../configure, generated by GNU Autoconf 2.69,
0428 with options \"$ac_cs_config\"
0429
0430 Copyright (C) 2012 Free Software Foundation, Inc.
0431 This config.status script is free software; the Free Software Foundation
0432 gives unlimited permission to copy, distribute and modify it."
0433
0434 ac_pwd='/sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/BUILD'
0435 srcdir='..'
0436 INSTALL='/usr/bin/install -c'
0437 MKDIR_P='/usr/bin/mkdir -p'
0438 AWK='gawk'
0439 test -n "$AWK" || AWK=awk
0440
0441 ac_need_defaults=:
0442 while test $
0443 do
0444 case $1 in
0445 --*=?*)
0446 ac_option=`expr "X$1" : 'X\([^=]*\)='`
0447 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
0448 ac_shift=:
0449 ;;
0450 --*=)
0451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
0452 ac_optarg=
0453 ac_shift=:
0454 ;;
0455 *)
0456 ac_option=$1
0457 ac_optarg=$2
0458 ac_shift=shift
0459 ;;
0460 esac
0461
0462 case $ac_option in
0463
0464 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
0465 ac_cs_recheck=: ;;
0466 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
0467 $as_echo "$ac_cs_version"; exit ;;
0468 --config | --confi | --conf | --con | --co | --c )
0469 $as_echo "$ac_cs_config"; exit ;;
0470 --debug | --debu | --deb | --de | --d | -d )
0471 debug=: ;;
0472 --file | --fil | --fi | --f )
0473 $ac_shift
0474 case $ac_optarg in
0475 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
0476 '') as_fn_error $? "missing file argument" ;;
0477 esac
0478 as_fn_append CONFIG_FILES " '$ac_optarg'"
0479 ac_need_defaults=false;;
0480 --he | --h | --help | --hel | -h )
0481 $as_echo "$ac_cs_usage"; exit ;;
0482 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
0483 | -silent | --silent | --silen | --sile | --sil | --si | --s)
0484 ac_cs_silent=: ;;
0485
0486
0487 -*) as_fn_error $? "unrecognized option: \`$1'
0488 Try \`$0 --help' for more information." ;;
0489
0490 *) as_fn_append ac_config_targets " $1"
0491 ac_need_defaults=false ;;
0492
0493 esac
0494 shift
0495 done
0496
0497 ac_configure_extra_args=
0498
0499 if $ac_cs_silent; then
0500 exec 6>/dev/null
0501 ac_configure_extra_args="$ac_configure_extra_args --silent"
0502 fi
0503
0504 if $ac_cs_recheck; then
0505 set X /bin/sh '../configure' '--prefix=/sphenix/user/lameck1mwibanda/install' 'CXX=/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/g++' 'CC=/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc' $ac_configure_extra_args --no-create --no-recursion
0506 shift
0507 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
0508 CONFIG_SHELL='/bin/sh'
0509 export CONFIG_SHELL
0510 exec "$@"
0511 fi
0512
0513 exec 5>>config.log
0514 {
0515 echo
0516 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
0517
0518 _ASBOX
0519 $as_echo "$ac_log"
0520 } >&5
0521
0522
0523
0524
0525 AMDEP_TRUE="" ac_aux_dir=".."
0526
0527
0528
0529
0530 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
0531
0532 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
0533 double_quote_subst='s/\(["`\\]\)/\\\1/g'
0534 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
0535 macro_version='2.4.2'
0536 macro_revision='1.3337'
0537 enable_static='no'
0538 enable_shared='yes'
0539 pic_mode='default'
0540 enable_fast_install='needless'
0541 SHELL='/bin/sh'
0542 ECHO='printf %s\n'
0543 PATH_SEPARATOR=':'
0544 host_alias=''
0545 host='x86_64-unknown-linux-gnu'
0546 host_os='linux-gnu'
0547 build_alias=''
0548 build='x86_64-unknown-linux-gnu'
0549 build_os='linux-gnu'
0550 SED='/usr/bin/sed'
0551 Xsed='/usr/bin/sed -e 1s/^X//'
0552 GREP='/usr/bin/grep'
0553 EGREP='/usr/bin/grep -E'
0554 FGREP='/usr/bin/grep -F'
0555 LD='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/binutils/2.37-355ed/x86_64-centos7/bin/ld -m elf_x86_64'
0556 NM='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/binutils/2.37-355ed/x86_64-centos7/bin/nm -B'
0557 LN_S='ln -s'
0558 max_cmd_len='1572864'
0559 ac_objext='o'
0560 exeext=''
0561 lt_unset='unset'
0562 lt_SP2NL='tr \040 \012'
0563 lt_NL2SP='tr \015\012 \040\040'
0564 lt_cv_to_host_file_cmd='func_convert_file_noop'
0565 lt_cv_to_tool_file_cmd='func_convert_file_noop'
0566 reload_flag=' -r'
0567 reload_cmds='$LD$reload_flag -o $output$reload_objs'
0568 OBJDUMP='objdump'
0569 deplibs_check_method='pass_all'
0570 file_magic_cmd='$MAGIC_CMD'
0571 file_magic_glob=''
0572 want_nocaseglob='no'
0573 DLLTOOL='false'
0574 sharedlib_from_linklib_cmd='printf %s\n'
0575 AR='ar'
0576 AR_FLAGS='cru'
0577 archiver_list_spec='@'
0578 STRIP='strip'
0579 RANLIB='ranlib'
0580 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
0581 old_postuninstall_cmds=''
0582 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
0583 lock_old_archive_extraction='no'
0584 CC='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc'
0585 CFLAGS='-g -O2'
0586 compiler='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/g++'
0587 GCC='yes'
0588 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
0589 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
0590 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
0591 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
0592 nm_file_list_spec='@'
0593 lt_sysroot=''
0594 objdir='.libs'
0595 MAGIC_CMD='file'
0596 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
0597 lt_prog_compiler_pic=' -fPIC -DPIC'
0598 lt_prog_compiler_wl='-Wl,'
0599 lt_prog_compiler_static=''
0600 lt_cv_prog_compiler_c_o='yes'
0601 need_locks='no'
0602 MANIFEST_TOOL=':'
0603 DSYMUTIL=''
0604 NMEDIT=''
0605 LIPO=''
0606 OTOOL=''
0607 OTOOL64=''
0608 libext='a'
0609 shrext_cmds='.so'
0610 extract_expsyms_cmds=''
0611 archive_cmds_need_lc='no'
0612 enable_shared_with_static_runtimes='no'
0613 export_dynamic_flag_spec='${wl}--export-dynamic'
0614 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
0615 compiler_needs_object='no'
0616 old_archive_from_new_cmds=''
0617 old_archive_from_expsyms_cmds=''
0618 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
0619 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
0620 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
0621 echo "local: *; };" >> $output_objdir/$libname.ver~
0622 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
0623 module_cmds=''
0624 module_expsym_cmds=''
0625 with_gnu_ld='yes'
0626 allow_undefined_flag=''
0627 no_undefined_flag=''
0628 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
0629 hardcode_libdir_separator=''
0630 hardcode_direct='no'
0631 hardcode_direct_absolute='no'
0632 hardcode_minus_L='no'
0633 hardcode_shlibpath_var='unsupported'
0634 hardcode_automatic='no'
0635 inherit_rpath='no'
0636 link_all_deplibs='unknown'
0637 always_export_symbols='no'
0638 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
0639 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
0640 include_expsyms=''
0641 prelink_cmds=''
0642 postlink_cmds=''
0643 file_list_spec=''
0644 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
0645 need_lib_prefix='no'
0646 need_version='no'
0647 version_type='linux'
0648 runpath_var='LD_RUN_PATH'
0649 shlibpath_var='LD_LIBRARY_PATH'
0650 shlibpath_overrides_runpath='yes'
0651 libname_spec='lib$name'
0652 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
0653 soname_spec='${libname}${release}${shared_ext}$major'
0654 install_override_mode=''
0655 postinstall_cmds=''
0656 postuninstall_cmds=''
0657 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
0658 finish_eval=''
0659 hardcode_into_libs='yes'
0660 sys_lib_search_path_spec='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/lib/gcc/x86_64-pc-linux-gnu/12.1.0 /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/lib/gcc /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/lib64 /lib64 /usr/lib64 '
0661 sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /usr/lib/atlas-sse3 /usr/lib64/atlas /usr/lib64/dyninst /usr/lib/iscsi /usr/lib64/iscsi /usr/lib64/llvm /usr/lib/mysql /usr/lib64/mysql /usr/lib/qt-3.3/lib /usr/lib64/qt-3.3/lib /usr/lib/tcl8.5 /usr/lib64/tcl8.5 '
0662 hardcode_action='immediate'
0663 enable_dlopen='unknown'
0664 enable_dlopen_self='unknown'
0665 enable_dlopen_self_static='unknown'
0666 old_striplib='strip --strip-debug'
0667 striplib='strip --strip-unneeded'
0668 compiler_lib_search_dirs=''
0669 predep_objects=''
0670 postdep_objects=''
0671 predeps=''
0672 postdeps=''
0673 compiler_lib_search_path=''
0674 LD_CXX='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/binutils/2.37-355ed/x86_64-centos7/bin/ld -m elf_x86_64'
0675 reload_flag_CXX=' -r'
0676 reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
0677 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
0678 compiler_CXX='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/g++'
0679 GCC_CXX='yes'
0680 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
0681 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
0682 lt_prog_compiler_wl_CXX='-Wl,'
0683 lt_prog_compiler_static_CXX=''
0684 lt_cv_prog_compiler_c_o_CXX='yes'
0685 archive_cmds_need_lc_CXX='no'
0686 enable_shared_with_static_runtimes_CXX='no'
0687 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
0688 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
0689 compiler_needs_object_CXX='no'
0690 old_archive_from_new_cmds_CXX=''
0691 old_archive_from_expsyms_cmds_CXX=''
0692 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
0693 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
0694 module_cmds_CXX=''
0695 module_expsym_cmds_CXX=''
0696 with_gnu_ld_CXX='yes'
0697 allow_undefined_flag_CXX=''
0698 no_undefined_flag_CXX=''
0699 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
0700 hardcode_libdir_separator_CXX=''
0701 hardcode_direct_CXX='no'
0702 hardcode_direct_absolute_CXX='no'
0703 hardcode_minus_L_CXX='no'
0704 hardcode_shlibpath_var_CXX='unsupported'
0705 hardcode_automatic_CXX='no'
0706 inherit_rpath_CXX='no'
0707 link_all_deplibs_CXX='unknown'
0708 always_export_symbols_CXX='no'
0709 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
0710 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
0711 include_expsyms_CXX=''
0712 prelink_cmds_CXX=''
0713 postlink_cmds_CXX=''
0714 file_list_spec_CXX=''
0715 hardcode_action_CXX='immediate'
0716 compiler_lib_search_dirs_CXX='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0 /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..'
0717 predep_objects_CXX='/lib/../lib64/crti.o /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o'
0718 postdep_objects_CXX='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o /lib/../lib64/crtn.o'
0719 predeps_CXX=''
0720 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
0721 compiler_lib_search_path_CXX='-L/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0 -L/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc -L/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/../lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..'
0722
0723 LTCC='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc'
0724 LTCFLAGS='-g -O2'
0725 compiler='/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc'
0726
0727
0728 func_fallback_echo ()
0729 {
0730 eval 'cat <<_LTECHO_EOF
0731 $1
0732 _LTECHO_EOF'
0733 }
0734
0735
0736 for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
0737 case `eval \\$ECHO \\""\\$$var"\\"` in
0738 *[\\\`\"\$]*)
0739 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
0740 ;;
0741 *)
0742 eval "lt_$var=\\\"\$$var\\\""
0743 ;;
0744 esac
0745 done
0746
0747
0748 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
0749 case `eval \\$ECHO \\""\\$$var"\\"` in
0750 *[\\\`\"\$]*)
0751 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
0752 ;;
0753 *)
0754 eval "lt_$var=\\\"\$$var\\\""
0755 ;;
0756 esac
0757 done
0758
0759 ac_aux_dir='..'
0760 xsi_shell='yes'
0761 lt_shell_append='yes'
0762
0763
0764
0765 if test -n "${ZSH_VERSION+set}" ; then
0766 setopt NO_GLOB_SUBST
0767 fi
0768
0769
0770 PACKAGE='mbdstudy'
0771 VERSION='1.00'
0772 TIMESTAMP=''
0773 RM='rm -f'
0774 ofile='libtool'
0775
0776
0777
0778
0779
0780
0781
0782
0783 for ac_config_target in $ac_config_targets
0784 do
0785 case $ac_config_target in
0786 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
0787 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
0788 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
0789
0790 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
0791 esac
0792 done
0793
0794
0795
0796
0797
0798
0799 if $ac_need_defaults; then
0800 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
0801 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
0802 fi
0803
0804
0805
0806
0807
0808
0809
0810 $debug ||
0811 {
0812 tmp= ac_tmp=
0813 trap 'exit_status=$?
0814 : "${ac_tmp:=$tmp}"
0815 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
0816 ' 0
0817 trap 'as_fn_exit 1' 1 2 13 15
0818 }
0819
0820
0821 {
0822 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
0823 test -d "$tmp"
0824 } ||
0825 {
0826 tmp=./conf$$-$RANDOM
0827 (umask 077 && mkdir "$tmp")
0828 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
0829 ac_tmp=$tmp
0830
0831
0832
0833
0834 if test -n "$CONFIG_FILES"; then
0835
0836
0837 ac_cr=`echo X | tr X '\015'`
0838
0839
0840
0841 if test "x$ac_cr" = x; then
0842 eval ac_cr=\$\'\\r\'
0843 fi
0844 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
0845 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
0846 ac_cs_awk_cr='\\r'
0847 else
0848 ac_cs_awk_cr=$ac_cr
0849 fi
0850
0851 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
0852 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
0853 S["am__EXEEXT_FALSE"]=""
0854 S["am__EXEEXT_TRUE"]="#"
0855 S["LTLIBOBJS"]=""
0856 S["LIBOBJS"]=""
0857 S["CINTDEFS"]=" -noIncludePaths -inlineInputHeader "
0858 S["CXXCPP"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/g++ -E"
0859 S["CPP"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc -E"
0860 S["OTOOL64"]=""
0861 S["OTOOL"]=""
0862 S["LIPO"]=""
0863 S["NMEDIT"]=""
0864 S["DSYMUTIL"]=""
0865 S["MANIFEST_TOOL"]=":"
0866 S["RANLIB"]="ranlib"
0867 S["ac_ct_AR"]="ar"
0868 S["AR"]="ar"
0869 S["DLLTOOL"]="false"
0870 S["OBJDUMP"]="objdump"
0871 S["LN_S"]="ln -s"
0872 S["NM"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/binutils/2.37-355ed/x86_64-centos7/bin/nm -B"
0873 S["ac_ct_DUMPBIN"]=""
0874 S["DUMPBIN"]=""
0875 S["LD"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/binutils/2.37-355ed/x86_64-centos7/bin/ld -m elf_x86_64"
0876 S["FGREP"]="/usr/bin/grep -F"
0877 S["EGREP"]="/usr/bin/grep -E"
0878 S["GREP"]="/usr/bin/grep"
0879 S["SED"]="/usr/bin/sed"
0880 S["am__fastdepCC_FALSE"]="#"
0881 S["am__fastdepCC_TRUE"]=""
0882 S["CCDEPMODE"]="depmode=gcc3"
0883 S["ac_ct_CC"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc"
0884 S["CFLAGS"]="-g -O2"
0885 S["CC"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/gcc"
0886 S["host_os"]="linux-gnu"
0887 S["host_vendor"]="unknown"
0888 S["host_cpu"]="x86_64"
0889 S["host"]="x86_64-unknown-linux-gnu"
0890 S["build_os"]="linux-gnu"
0891 S["build_vendor"]="unknown"
0892 S["build_cpu"]="x86_64"
0893 S["build"]="x86_64-unknown-linux-gnu"
0894 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
0895 S["am__fastdepCXX_FALSE"]="#"
0896 S["am__fastdepCXX_TRUE"]=""
0897 S["CXXDEPMODE"]="depmode=gcc3"
0898 S["am__nodep"]="_no"
0899 S["AMDEPBACKSLASH"]="\\"
0900 S["AMDEP_FALSE"]="#"
0901 S["AMDEP_TRUE"]=""
0902 S["am__quote"]=""
0903 S["am__include"]="include"
0904 S["DEPDIR"]=".deps"
0905 S["OBJEXT"]="o"
0906 S["EXEEXT"]=""
0907 S["ac_ct_CXX"]=""
0908 S["CPPFLAGS"]=""
0909 S["LDFLAGS"]="-Wl,--enable-new-dtags"
0910 S["CXXFLAGS"]="-g -O2 -std=c++17 -Wextra -Werror -pedantic"
0911 S["CXX"]="/cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/gcc/12.1.0-57c96/x86_64-centos7/bin/g++"
0912 S["AM_BACKSLASH"]="\\"
0913 S["AM_DEFAULT_VERBOSITY"]="1"
0914 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
0915 S["AM_V"]="$(V)"
0916 S["am__untar"]="$${TAR-tar} xf -"
0917 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
0918 S["AMTAR"]="$${TAR-tar}"
0919 S["am__leading_dot"]="."
0920 S["SET_MAKE"]=""
0921 S["AWK"]="gawk"
0922 S["mkdir_p"]="$(MKDIR_P)"
0923 S["MKDIR_P"]="/usr/bin/mkdir -p"
0924 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
0925 S["STRIP"]="strip"
0926 S["install_sh"]="${SHELL} /sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/install-sh"
0927 S["MAKEINFO"]="${SHELL} /sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/missing makeinfo"
0928 S["AUTOHEADER"]="${SHELL} /sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/missing autoheader"
0929 S["AUTOMAKE"]="${SHELL} /sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/missing automake-1.13"
0930 S["AUTOCONF"]="${SHELL} /sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/missing autoconf"
0931 S["ACLOCAL"]="${SHELL} /sphenix/u/lameck1mwibanda/workarea/analysis/BBCStudy/Mwibanda/missing aclocal-1.13"
0932 S["VERSION"]="1.00"
0933 S["PACKAGE"]="mbdstudy"
0934 S["CYGPATH_W"]="echo"
0935 S["am__isrc"]=" -I$(srcdir)"
0936 S["INSTALL_DATA"]="${INSTALL} -m 644"
0937 S["INSTALL_SCRIPT"]="${INSTALL}"
0938 S["INSTALL_PROGRAM"]="${INSTALL}"
0939 S["target_alias"]=""
0940 S["host_alias"]=""
0941 S["build_alias"]=""
0942 S["LIBS"]=""
0943 S["ECHO_T"]=""
0944 S["ECHO_N"]="-n"
0945 S["ECHO_C"]=""
0946 S["DEFS"]="-DPACKAGE_NAME=\\\"MBDStudy\\\" -DPACKAGE_TARNAME=\\\"mbdstudy\\\" -DPACKAGE_VERSION=\\\"1.00\\\" -DPACKAGE_STRING=\\\"MBDStudy\\ 1.00\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -"\
0947 "DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"mbdstudy\\\" -DVERSION=\\\"1.00\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRIN"\
0948 "G_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\""
0949 S["mandir"]="${datarootdir}/man"
0950 S["localedir"]="${datarootdir}/locale"
0951 S["libdir"]="${exec_prefix}/lib"
0952 S["psdir"]="${docdir}"
0953 S["pdfdir"]="${docdir}"
0954 S["dvidir"]="${docdir}"
0955 S["htmldir"]="${docdir}"
0956 S["infodir"]="${datarootdir}/info"
0957 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
0958 S["oldincludedir"]="/usr/include"
0959 S["includedir"]="${prefix}/include"
0960 S["localstatedir"]="${prefix}/var"
0961 S["sharedstatedir"]="${prefix}/com"
0962 S["sysconfdir"]="${prefix}/etc"
0963 S["datadir"]="${datarootdir}"
0964 S["datarootdir"]="${prefix}/share"
0965 S["libexecdir"]="${exec_prefix}/libexec"
0966 S["sbindir"]="${exec_prefix}/sbin"
0967 S["bindir"]="${exec_prefix}/bin"
0968 S["program_transform_name"]="s,x,x,"
0969 S["prefix"]="/sphenix/user/lameck1mwibanda/install"
0970 S["exec_prefix"]="${prefix}"
0971 S["PACKAGE_URL"]=""
0972 S["PACKAGE_BUGREPORT"]=""
0973 S["PACKAGE_STRING"]="MBDStudy 1.00"
0974 S["PACKAGE_VERSION"]="1.00"
0975 S["PACKAGE_TARNAME"]="mbdstudy"
0976 S["PACKAGE_NAME"]="MBDStudy"
0977 S["PATH_SEPARATOR"]=":"
0978 S["SHELL"]="/bin/sh"
0979 _ACAWK
0980 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
0981 for (key in S) S_is_set[key] = 1
0982 FS = ""
0983
0984 }
0985 {
0986 line = $ 0
0987 nfields = split(line, field, "@")
0988 substed = 0
0989 len = length(field[1])
0990 for (i = 2; i < nfields; i++) {
0991 key = field[i]
0992 keylen = length(key)
0993 if (S_is_set[key]) {
0994 value = S[key]
0995 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
0996 len += length(value) + length(field[++i])
0997 substed = 1
0998 } else
0999 len += 1 + keylen
1000 }
1001
1002 print line
1003 }
1004
1005 _ACAWK
1006 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1007 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1008 else
1009 cat
1010 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1011 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1012 fi
1013
1014
1015 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
1016 shift
1017 for ac_tag
1018 do
1019 case $ac_tag in
1020 :[FHLC]) ac_mode=$ac_tag; continue;;
1021 esac
1022 case $ac_mode$ac_tag in
1023 :[FHL]*:*);;
1024 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1025 :[FH]-) ac_tag=-:-;;
1026 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1027 esac
1028 ac_save_IFS=$IFS
1029 IFS=:
1030 set x $ac_tag
1031 IFS=$ac_save_IFS
1032 shift
1033 ac_file=$1
1034 shift
1035
1036 case $ac_mode in
1037 :L) ac_source=$1;;
1038 :[FH])
1039 ac_file_inputs=
1040 for ac_f
1041 do
1042 case $ac_f in
1043 -) ac_f="$ac_tmp/stdin";;
1044 *)
1045
1046
1047 test -f "$ac_f" ||
1048 case $ac_f in
1049 [\\/$]*) false;;
1050 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1051 esac ||
1052 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1053 esac
1054 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1055 as_fn_append ac_file_inputs " '$ac_f'"
1056 done
1057
1058
1059
1060
1061 configure_input='Generated from '`
1062 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1063 `' by configure.'
1064 if test x"$ac_file" != x-; then
1065 configure_input="$ac_file. $configure_input"
1066 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1067 $as_echo "$as_me: creating $ac_file" >&6;}
1068 fi
1069
1070 case $configure_input in
1071 *\&* | *\|* | *\\* )
1072 ac_sed_conf_input=`$as_echo "$configure_input" |
1073 sed 's/[\\\\&|]/\\\\&/g'`;;
1074 *) ac_sed_conf_input=$configure_input;;
1075 esac
1076
1077 case $ac_tag in
1078 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1079 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1080 esac
1081 ;;
1082 esac
1083
1084 ac_dir=`$as_dirname -- "$ac_file" ||
1085 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1086 X"$ac_file" : 'X\(//\)[^/]' \| \
1087 X"$ac_file" : 'X\(//\)$' \| \
1088 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1089 $as_echo X"$ac_file" |
1090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1091 s//\1/
1092 q
1093 }
1094 /^X\(\/\/\)[^/].*/{
1095 s//\1/
1096 q
1097 }
1098 /^X\(\/\/\)$/{
1099 s//\1/
1100 q
1101 }
1102 /^X\(\/\).*/{
1103 s//\1/
1104 q
1105 }
1106 s/.*/./; q'`
1107 as_dir="$ac_dir"; as_fn_mkdir_p
1108 ac_builddir=.
1109
1110 case "$ac_dir" in
1111 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1112 *)
1113 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1114
1115 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1116 case $ac_top_builddir_sub in
1117 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1118 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1119 esac ;;
1120 esac
1121 ac_abs_top_builddir=$ac_pwd
1122 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1123
1124 ac_top_builddir=$ac_top_build_prefix
1125
1126 case $srcdir in
1127 .)
1128 ac_srcdir=.
1129 ac_top_srcdir=$ac_top_builddir_sub
1130 ac_abs_top_srcdir=$ac_pwd ;;
1131 [\\/]* | ?:[\\/]* )
1132 ac_srcdir=$srcdir$ac_dir_suffix;
1133 ac_top_srcdir=$srcdir
1134 ac_abs_top_srcdir=$srcdir ;;
1135 *)
1136 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1137 ac_top_srcdir=$ac_top_build_prefix$srcdir
1138 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1139 esac
1140 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1141
1142
1143 case $ac_mode in
1144 :F)
1145
1146
1147
1148
1149 case $INSTALL in
1150 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1151 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1152 esac
1153 ac_MKDIR_P=$MKDIR_P
1154 case $MKDIR_P in
1155 [\\/$]* | ?:[\\/]* ) ;;
1156 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1157 esac
1158
1159
1160 ac_datarootdir_hack=; ac_datarootdir_seen=
1161 ac_sed_dataroot='
1162 /datarootdir/ {
1163 p
1164 q
1165 }
1166 /@datadir@/p
1167 /@docdir@/p
1168 /@infodir@/p
1169 /@localedir@/p
1170 /@mandir@/p'
1171 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1172 *datarootdir*) ac_datarootdir_seen=yes;;
1173 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1175 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1176 ac_datarootdir_hack='
1177 s&@datadir@&${datarootdir}&g
1178 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1179 s&@infodir@&${datarootdir}/info&g
1180 s&@localedir@&${datarootdir}/locale&g
1181 s&@mandir@&${datarootdir}/man&g
1182 s&\${datarootdir}&${prefix}/share&g' ;;
1183 esac
1184 ac_sed_extra="
1185
1186 :t
1187 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1188 s|@configure_input@|$ac_sed_conf_input|;t t
1189 s&@top_builddir@&$ac_top_builddir_sub&;t t
1190 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1191 s&@srcdir@&$ac_srcdir&;t t
1192 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1193 s&@top_srcdir@&$ac_top_srcdir&;t t
1194 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1195 s&@builddir@&$ac_builddir&;t t
1196 s&@abs_builddir@&$ac_abs_builddir&;t t
1197 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1198 s&@INSTALL@&$ac_INSTALL&;t t
1199 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1200 $ac_datarootdir_hack
1201 "
1202 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1203 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1204
1205 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1206 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1207 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1208 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1210 which seems to be undefined. Please make sure it is defined" >&5
1211 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1212 which seems to be undefined. Please make sure it is defined" >&2;}
1213
1214 rm -f "$ac_tmp/stdin"
1215 case $ac_file in
1216 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1217 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1218 esac \
1219 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1220 ;;
1221
1222
1223 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1224 $as_echo "$as_me: executing $ac_file commands" >&6;}
1225 ;;
1226 esac
1227
1228
1229 case $ac_file$ac_mode in
1230 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1231
1232
1233
1234 case $CONFIG_FILES in
1235 *\'*) eval set x "$CONFIG_FILES" ;;
1236 *) set x $CONFIG_FILES ;;
1237 esac
1238 shift
1239 for mf
1240 do
1241
1242 mf=`echo "$mf" | sed -e 's/:.*$//'`
1243
1244
1245
1246
1247
1248
1249
1250 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1251 dirpart=`$as_dirname -- "$mf" ||
1252 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1253 X"$mf" : 'X\(//\)[^/]' \| \
1254 X"$mf" : 'X\(//\)$' \| \
1255 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1256 $as_echo X"$mf" |
1257 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1258 s//\1/
1259 q
1260 }
1261 /^X\(\/\/\)[^/].*/{
1262 s//\1/
1263 q
1264 }
1265 /^X\(\/\/\)$/{
1266 s//\1/
1267 q
1268 }
1269 /^X\(\/\).*/{
1270 s//\1/
1271 q
1272 }
1273 s/.*/./; q'`
1274 else
1275 continue
1276 fi
1277
1278
1279 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1280 test -z "$DEPDIR" && continue
1281 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1282 test -z "$am__include" && continue
1283 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1284
1285
1286
1287
1288 for file in `sed -n "
1289 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1290 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1291
1292 test -f "$dirpart/$file" && continue
1293 fdir=`$as_dirname -- "$file" ||
1294 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1295 X"$file" : 'X\(//\)[^/]' \| \
1296 X"$file" : 'X\(//\)$' \| \
1297 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1298 $as_echo X"$file" |
1299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\/\)[^/].*/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)$/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\).*/{
1312 s//\1/
1313 q
1314 }
1315 s/.*/./; q'`
1316 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1317
1318 echo '# dummy' > "$dirpart/$file"
1319 done
1320 done
1321 }
1322 ;;
1323 "libtool":C)
1324
1325
1326
1327 if test -n "${ZSH_VERSION+set}" ; then
1328 setopt NO_GLOB_SUBST
1329 fi
1330
1331 cfgfile="${ofile}T"
1332 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1333 $RM "$cfgfile"
1334
1335 cat <<_LT_EOF >> "$cfgfile"
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373 available_tags="CXX "
1374
1375
1376
1377
1378 macro_version=$macro_version
1379 macro_revision=$macro_revision
1380
1381
1382 build_old_libs=$enable_static
1383
1384
1385 build_libtool_libs=$enable_shared
1386
1387
1388 pic_mode=$pic_mode
1389
1390
1391 fast_install=$enable_fast_install
1392
1393
1394 SHELL=$lt_SHELL
1395
1396
1397 ECHO=$lt_ECHO
1398
1399
1400 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1401
1402
1403 host_alias=$host_alias
1404 host=$host
1405 host_os=$host_os
1406
1407
1408 build_alias=$build_alias
1409 build=$build
1410 build_os=$build_os
1411
1412
1413 SED=$lt_SED
1414
1415
1416 Xsed="\$SED -e 1s/^X//"
1417
1418
1419 GREP=$lt_GREP
1420
1421
1422 EGREP=$lt_EGREP
1423
1424
1425 FGREP=$lt_FGREP
1426
1427
1428 NM=$lt_NM
1429
1430
1431 LN_S=$lt_LN_S
1432
1433
1434 max_cmd_len=$max_cmd_len
1435
1436
1437 objext=$ac_objext
1438
1439
1440 exeext=$exeext
1441
1442
1443 lt_unset=$lt_unset
1444
1445
1446 SP2NL=$lt_lt_SP2NL
1447
1448
1449 NL2SP=$lt_lt_NL2SP
1450
1451
1452 to_host_file_cmd=$lt_cv_to_host_file_cmd
1453
1454
1455 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1456
1457
1458 OBJDUMP=$lt_OBJDUMP
1459
1460
1461 deplibs_check_method=$lt_deplibs_check_method
1462
1463
1464 file_magic_cmd=$lt_file_magic_cmd
1465
1466
1467 file_magic_glob=$lt_file_magic_glob
1468
1469
1470 want_nocaseglob=$lt_want_nocaseglob
1471
1472
1473 DLLTOOL=$lt_DLLTOOL
1474
1475
1476 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1477
1478
1479 AR=$lt_AR
1480
1481
1482 AR_FLAGS=$lt_AR_FLAGS
1483
1484
1485 archiver_list_spec=$lt_archiver_list_spec
1486
1487
1488 STRIP=$lt_STRIP
1489
1490
1491 RANLIB=$lt_RANLIB
1492 old_postinstall_cmds=$lt_old_postinstall_cmds
1493 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1494
1495
1496 lock_old_archive_extraction=$lock_old_archive_extraction
1497
1498
1499 LTCC=$lt_CC
1500
1501
1502 LTCFLAGS=$lt_CFLAGS
1503
1504
1505 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1506
1507
1508 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1509
1510
1511 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1512
1513
1514 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1515
1516
1517 nm_file_list_spec=$lt_nm_file_list_spec
1518
1519
1520 lt_sysroot=$lt_sysroot
1521
1522
1523 objdir=$objdir
1524
1525
1526 MAGIC_CMD=$MAGIC_CMD
1527
1528
1529 need_locks=$lt_need_locks
1530
1531
1532 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1533
1534
1535 DSYMUTIL=$lt_DSYMUTIL
1536
1537
1538 NMEDIT=$lt_NMEDIT
1539
1540
1541 LIPO=$lt_LIPO
1542
1543
1544 OTOOL=$lt_OTOOL
1545
1546
1547 OTOOL64=$lt_OTOOL64
1548
1549
1550 libext=$libext
1551
1552
1553 shrext_cmds=$lt_shrext_cmds
1554
1555
1556 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1557
1558
1559
1560 variables_saved_for_relink=$lt_variables_saved_for_relink
1561
1562
1563 need_lib_prefix=$need_lib_prefix
1564
1565
1566 need_version=$need_version
1567
1568
1569 version_type=$version_type
1570
1571
1572 runpath_var=$runpath_var
1573
1574
1575 shlibpath_var=$shlibpath_var
1576
1577
1578 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1579
1580
1581 libname_spec=$lt_libname_spec
1582
1583
1584
1585 library_names_spec=$lt_library_names_spec
1586
1587
1588 soname_spec=$lt_soname_spec
1589
1590
1591 install_override_mode=$lt_install_override_mode
1592
1593
1594 postinstall_cmds=$lt_postinstall_cmds
1595
1596
1597 postuninstall_cmds=$lt_postuninstall_cmds
1598
1599
1600 finish_cmds=$lt_finish_cmds
1601
1602
1603
1604 finish_eval=$lt_finish_eval
1605
1606
1607 hardcode_into_libs=$hardcode_into_libs
1608
1609
1610 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1611
1612
1613 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1614
1615
1616 dlopen_support=$enable_dlopen
1617
1618
1619 dlopen_self=$enable_dlopen_self
1620
1621
1622 dlopen_self_static=$enable_dlopen_self_static
1623
1624
1625 old_striplib=$lt_old_striplib
1626 striplib=$lt_striplib
1627
1628
1629
1630 LD=$lt_LD
1631
1632
1633 reload_flag=$lt_reload_flag
1634 reload_cmds=$lt_reload_cmds
1635
1636
1637 old_archive_cmds=$lt_old_archive_cmds
1638
1639
1640 CC=$lt_compiler
1641
1642
1643 with_gcc=$GCC
1644
1645
1646 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1647
1648
1649 pic_flag=$lt_lt_prog_compiler_pic
1650
1651
1652 wl=$lt_lt_prog_compiler_wl
1653
1654
1655 link_static_flag=$lt_lt_prog_compiler_static
1656
1657
1658 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1659
1660
1661 build_libtool_need_lc=$archive_cmds_need_lc
1662
1663
1664 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1665
1666
1667 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1668
1669
1670 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1671
1672
1673 compiler_needs_object=$lt_compiler_needs_object
1674
1675
1676 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1677
1678
1679 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1680
1681
1682 archive_cmds=$lt_archive_cmds
1683 archive_expsym_cmds=$lt_archive_expsym_cmds
1684
1685
1686
1687 module_cmds=$lt_module_cmds
1688 module_expsym_cmds=$lt_module_expsym_cmds
1689
1690
1691 with_gnu_ld=$lt_with_gnu_ld
1692
1693
1694 allow_undefined_flag=$lt_allow_undefined_flag
1695
1696
1697 no_undefined_flag=$lt_no_undefined_flag
1698
1699
1700
1701 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1702
1703
1704 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1705
1706
1707
1708 hardcode_direct=$hardcode_direct
1709
1710
1711
1712
1713
1714 hardcode_direct_absolute=$hardcode_direct_absolute
1715
1716
1717
1718 hardcode_minus_L=$hardcode_minus_L
1719
1720
1721
1722 hardcode_shlibpath_var=$hardcode_shlibpath_var
1723
1724
1725
1726
1727 hardcode_automatic=$hardcode_automatic
1728
1729
1730
1731 inherit_rpath=$inherit_rpath
1732
1733
1734 link_all_deplibs=$link_all_deplibs
1735
1736
1737 always_export_symbols=$always_export_symbols
1738
1739
1740 export_symbols_cmds=$lt_export_symbols_cmds
1741
1742
1743 exclude_expsyms=$lt_exclude_expsyms
1744
1745
1746 include_expsyms=$lt_include_expsyms
1747
1748
1749 prelink_cmds=$lt_prelink_cmds
1750
1751
1752 postlink_cmds=$lt_postlink_cmds
1753
1754
1755 file_list_spec=$lt_file_list_spec
1756
1757
1758 hardcode_action=$hardcode_action
1759
1760
1761 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1762
1763
1764
1765 predep_objects=$lt_predep_objects
1766 postdep_objects=$lt_postdep_objects
1767 predeps=$lt_predeps
1768 postdeps=$lt_postdeps
1769
1770
1771
1772 compiler_lib_search_path=$lt_compiler_lib_search_path
1773
1774
1775
1776 _LT_EOF
1777
1778 case $host_os in
1779 aix3*)
1780 cat <<\_LT_EOF >> "$cfgfile"
1781
1782
1783
1784 if test "X${COLLECT_NAMES+set}" != Xset; then
1785 COLLECT_NAMES=
1786 export COLLECT_NAMES
1787 fi
1788 _LT_EOF
1789 ;;
1790 esac
1791
1792
1793 ltmain="$ac_aux_dir/ltmain.sh"
1794
1795
1796
1797
1798
1799
1800 sed '$q' "$ltmain" >> "$cfgfile" \
1801 || (rm -f "$cfgfile"; exit 1)
1802
1803 if test x"$xsi_shell" = xyes; then
1804 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1805 func_dirname ()\
1806 {\
1807 \ case ${1} in\
1808 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1809 \ * ) func_dirname_result="${3}" ;;\
1810 \ esac\
1811 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1812 && mv -f "$cfgfile.tmp" "$cfgfile" \
1813 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1814 test 0 -eq $? || _lt_function_replace_fail=:
1815
1816
1817 sed -e '/^func_basename ()$/,/^} # func_basename /c\
1818 func_basename ()\
1819 {\
1820 \ func_basename_result="${1##*/}"\
1821 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1822 && mv -f "$cfgfile.tmp" "$cfgfile" \
1823 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1824 test 0 -eq $? || _lt_function_replace_fail=:
1825
1826
1827 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1828 func_dirname_and_basename ()\
1829 {\
1830 \ case ${1} in\
1831 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1832 \ * ) func_dirname_result="${3}" ;;\
1833 \ esac\
1834 \ func_basename_result="${1##*/}"\
1835 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1836 && mv -f "$cfgfile.tmp" "$cfgfile" \
1837 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1838 test 0 -eq $? || _lt_function_replace_fail=:
1839
1840
1841 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1842 func_stripname ()\
1843 {\
1844 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1845 \ # positional parameters, so assign one to ordinary parameter first.\
1846 \ func_stripname_result=${3}\
1847 \ func_stripname_result=${func_stripname_result#"${1}"}\
1848 \ func_stripname_result=${func_stripname_result%"${2}"}\
1849 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1850 && mv -f "$cfgfile.tmp" "$cfgfile" \
1851 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1852 test 0 -eq $? || _lt_function_replace_fail=:
1853
1854
1855 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1856 func_split_long_opt ()\
1857 {\
1858 \ func_split_long_opt_name=${1%%=*}\
1859 \ func_split_long_opt_arg=${1#*=}\
1860 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1861 && mv -f "$cfgfile.tmp" "$cfgfile" \
1862 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1863 test 0 -eq $? || _lt_function_replace_fail=:
1864
1865
1866 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1867 func_split_short_opt ()\
1868 {\
1869 \ func_split_short_opt_arg=${1#??}\
1870 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1871 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
1872 && mv -f "$cfgfile.tmp" "$cfgfile" \
1873 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1874 test 0 -eq $? || _lt_function_replace_fail=:
1875
1876
1877 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
1878 func_lo2o ()\
1879 {\
1880 \ case ${1} in\
1881 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1882 \ *) func_lo2o_result=${1} ;;\
1883 \ esac\
1884 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
1885 && mv -f "$cfgfile.tmp" "$cfgfile" \
1886 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1887 test 0 -eq $? || _lt_function_replace_fail=:
1888
1889
1890 sed -e '/^func_xform ()$/,/^} # func_xform /c\
1891 func_xform ()\
1892 {\
1893 func_xform_result=${1%.*}.lo\
1894 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
1895 && mv -f "$cfgfile.tmp" "$cfgfile" \
1896 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1897 test 0 -eq $? || _lt_function_replace_fail=:
1898
1899
1900 sed -e '/^func_arith ()$/,/^} # func_arith /c\
1901 func_arith ()\
1902 {\
1903 func_arith_result=$(( $* ))\
1904 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
1905 && mv -f "$cfgfile.tmp" "$cfgfile" \
1906 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1907 test 0 -eq $? || _lt_function_replace_fail=:
1908
1909
1910 sed -e '/^func_len ()$/,/^} # func_len /c\
1911 func_len ()\
1912 {\
1913 func_len_result=${#1}\
1914 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
1915 && mv -f "$cfgfile.tmp" "$cfgfile" \
1916 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1917 test 0 -eq $? || _lt_function_replace_fail=:
1918
1919 fi
1920
1921 if test x"$lt_shell_append" = xyes; then
1922 sed -e '/^func_append ()$/,/^} # func_append /c\
1923 func_append ()\
1924 {\
1925 eval "${1}+=\\${2}"\
1926 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
1927 && mv -f "$cfgfile.tmp" "$cfgfile" \
1928 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1929 test 0 -eq $? || _lt_function_replace_fail=:
1930
1931
1932 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
1933 func_append_quoted ()\
1934 {\
1935 \ func_quote_for_eval "${2}"\
1936 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
1937 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
1938 && mv -f "$cfgfile.tmp" "$cfgfile" \
1939 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1940 test 0 -eq $? || _lt_function_replace_fail=:
1941
1942
1943
1944 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
1945 && mv -f "$cfgfile.tmp" "$cfgfile" \
1946 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1947 test 0 -eq $? || _lt_function_replace_fail=:
1948 else
1949
1950 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
1951 && mv -f "$cfgfile.tmp" "$cfgfile" \
1952 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1953 test 0 -eq $? || _lt_function_replace_fail=:
1954 fi
1955
1956 if test x"$_lt_function_replace_fail" = x":"; then
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
1958 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
1959 fi
1960
1961
1962 mv -f "$cfgfile" "$ofile" ||
1963 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1964 chmod +x "$ofile"
1965
1966
1967 cat <<_LT_EOF >> "$ofile"
1968
1969
1970
1971
1972 LD=$lt_LD_CXX
1973
1974
1975 reload_flag=$lt_reload_flag_CXX
1976 reload_cmds=$lt_reload_cmds_CXX
1977
1978
1979 old_archive_cmds=$lt_old_archive_cmds_CXX
1980
1981
1982 CC=$lt_compiler_CXX
1983
1984
1985 with_gcc=$GCC_CXX
1986
1987
1988 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
1989
1990
1991 pic_flag=$lt_lt_prog_compiler_pic_CXX
1992
1993
1994 wl=$lt_lt_prog_compiler_wl_CXX
1995
1996
1997 link_static_flag=$lt_lt_prog_compiler_static_CXX
1998
1999
2000 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2001
2002
2003 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2004
2005
2006 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2007
2008
2009 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2010
2011
2012 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2013
2014
2015 compiler_needs_object=$lt_compiler_needs_object_CXX
2016
2017
2018 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2019
2020
2021 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2022
2023
2024 archive_cmds=$lt_archive_cmds_CXX
2025 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2026
2027
2028
2029 module_cmds=$lt_module_cmds_CXX
2030 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2031
2032
2033 with_gnu_ld=$lt_with_gnu_ld_CXX
2034
2035
2036 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2037
2038
2039 no_undefined_flag=$lt_no_undefined_flag_CXX
2040
2041
2042
2043 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2044
2045
2046 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2047
2048
2049
2050 hardcode_direct=$hardcode_direct_CXX
2051
2052
2053
2054
2055
2056 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2057
2058
2059
2060 hardcode_minus_L=$hardcode_minus_L_CXX
2061
2062
2063
2064 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2065
2066
2067
2068
2069 hardcode_automatic=$hardcode_automatic_CXX
2070
2071
2072
2073 inherit_rpath=$inherit_rpath_CXX
2074
2075
2076 link_all_deplibs=$link_all_deplibs_CXX
2077
2078
2079 always_export_symbols=$always_export_symbols_CXX
2080
2081
2082 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2083
2084
2085 exclude_expsyms=$lt_exclude_expsyms_CXX
2086
2087
2088 include_expsyms=$lt_include_expsyms_CXX
2089
2090
2091 prelink_cmds=$lt_prelink_cmds_CXX
2092
2093
2094 postlink_cmds=$lt_postlink_cmds_CXX
2095
2096
2097 file_list_spec=$lt_file_list_spec_CXX
2098
2099
2100 hardcode_action=$hardcode_action_CXX
2101
2102
2103 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2104
2105
2106
2107 predep_objects=$lt_predep_objects_CXX
2108 postdep_objects=$lt_postdep_objects_CXX
2109 predeps=$lt_predeps_CXX
2110 postdeps=$lt_postdeps_CXX
2111
2112
2113
2114 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2115
2116
2117 _LT_EOF
2118
2119 ;;
2120
2121 esac
2122 done
2123
2124
2125 as_fn_exit 0