| 630 |
|
# include <unistd.h> |
| 631 |
|
#endif" |
| 632 |
|
|
| 633 |
– |
enable_option_checking=no |
| 633 |
|
ac_subst_vars='am__EXEEXT_FALSE |
| 634 |
|
am__EXEEXT_TRUE |
| 635 |
|
LTLIBOBJS |
| 636 |
|
LIBOBJS |
| 638 |
– |
subdirs |
| 637 |
|
LEXLIB |
| 638 |
|
LEX_OUTPUT_ROOT |
| 639 |
|
LEX |
| 780 |
|
CPP |
| 781 |
|
YACC |
| 782 |
|
YFLAGS' |
| 783 |
< |
ac_subdirs_all='src/libopm' |
| 783 |
> |
|
| 784 |
|
|
| 785 |
|
# Initialize some variables set by options. |
| 786 |
|
ac_init_help= |
| 12788 |
|
esac |
| 12789 |
|
|
| 12790 |
|
|
| 12791 |
< |
|
| 12794 |
< |
|
| 12795 |
< |
|
| 12796 |
< |
subdirs="$subdirs src/libopm" |
| 12797 |
< |
|
| 12798 |
< |
|
| 12799 |
< |
ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile" |
| 12791 |
> |
ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/libopm/Makefile src/libopm/src/Makefile" |
| 12792 |
|
|
| 12793 |
|
cat >confcache <<\_ACEOF |
| 12794 |
|
# This file is a shell script that caches the results of configure |
| 13807 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 13808 |
|
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
| 13809 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 13810 |
+ |
"src/libopm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopm/Makefile" ;; |
| 13811 |
+ |
"src/libopm/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopm/src/Makefile" ;; |
| 13812 |
|
|
| 13813 |
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 13814 |
|
esac |
| 15008 |
|
# would make configure fail if this is the last instruction. |
| 15009 |
|
$ac_cs_success || as_fn_exit 1 |
| 15010 |
|
fi |
| 15017 |
– |
|
| 15018 |
– |
# |
| 15019 |
– |
# CONFIG_SUBDIRS section. |
| 15020 |
– |
# |
| 15021 |
– |
if test "$no_recursion" != yes; then |
| 15022 |
– |
|
| 15023 |
– |
# Remove --cache-file, --srcdir, and --disable-option-checking arguments |
| 15024 |
– |
# so they do not pile up. |
| 15025 |
– |
ac_sub_configure_args= |
| 15026 |
– |
ac_prev= |
| 15027 |
– |
eval "set x $ac_configure_args" |
| 15028 |
– |
shift |
| 15029 |
– |
for ac_arg |
| 15030 |
– |
do |
| 15031 |
– |
if test -n "$ac_prev"; then |
| 15032 |
– |
ac_prev= |
| 15033 |
– |
continue |
| 15034 |
– |
fi |
| 15035 |
– |
case $ac_arg in |
| 15036 |
– |
-cache-file | --cache-file | --cache-fil | --cache-fi \ |
| 15037 |
– |
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
| 15038 |
– |
ac_prev=cache_file ;; |
| 15039 |
– |
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
| 15040 |
– |
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ |
| 15041 |
– |
| --c=*) |
| 15042 |
– |
;; |
| 15043 |
– |
--config-cache | -C) |
| 15044 |
– |
;; |
| 15045 |
– |
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
| 15046 |
– |
ac_prev=srcdir ;; |
| 15047 |
– |
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
| 15048 |
– |
;; |
| 15049 |
– |
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
| 15050 |
– |
ac_prev=prefix ;; |
| 15051 |
– |
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
| 15052 |
– |
;; |
| 15053 |
– |
--disable-option-checking) |
| 15054 |
– |
;; |
| 15055 |
– |
*) |
| 15056 |
– |
case $ac_arg in |
| 15057 |
– |
*\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 15058 |
– |
esac |
| 15059 |
– |
as_fn_append ac_sub_configure_args " '$ac_arg'" ;; |
| 15060 |
– |
esac |
| 15061 |
– |
done |
| 15062 |
– |
|
| 15063 |
– |
# Always prepend --prefix to ensure using the same prefix |
| 15064 |
– |
# in subdir configurations. |
| 15065 |
– |
ac_arg="--prefix=$prefix" |
| 15066 |
– |
case $ac_arg in |
| 15067 |
– |
*\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 15068 |
– |
esac |
| 15069 |
– |
ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" |
| 15070 |
– |
|
| 15071 |
– |
# Pass --silent |
| 15072 |
– |
if test "$silent" = yes; then |
| 15073 |
– |
ac_sub_configure_args="--silent $ac_sub_configure_args" |
| 15074 |
– |
fi |
| 15075 |
– |
|
| 15076 |
– |
# Always prepend --disable-option-checking to silence warnings, since |
| 15077 |
– |
# different subdirs can have different --enable and --with options. |
| 15078 |
– |
ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args" |
| 15079 |
– |
|
| 15080 |
– |
ac_popdir=`pwd` |
| 15081 |
– |
for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue |
| 15082 |
– |
|
| 15083 |
– |
# Do not complain, so a configure script can configure whichever |
| 15084 |
– |
# parts of a large source tree are present. |
| 15085 |
– |
test -d "$srcdir/$ac_dir" || continue |
| 15086 |
– |
|
| 15087 |
– |
ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" |
| 15088 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5 |
| 15089 |
– |
$as_echo "$ac_msg" >&6 |
| 15090 |
– |
as_dir="$ac_dir"; as_fn_mkdir_p |
| 15091 |
– |
ac_builddir=. |
| 15092 |
– |
|
| 15093 |
– |
case "$ac_dir" in |
| 15094 |
– |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 15095 |
– |
*) |
| 15096 |
– |
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
| 15097 |
– |
# A ".." for each directory in $ac_dir_suffix. |
| 15098 |
– |
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
| 15099 |
– |
case $ac_top_builddir_sub in |
| 15100 |
– |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 15101 |
– |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
| 15102 |
– |
esac ;; |
| 15103 |
– |
esac |
| 15104 |
– |
ac_abs_top_builddir=$ac_pwd |
| 15105 |
– |
ac_abs_builddir=$ac_pwd$ac_dir_suffix |
| 15106 |
– |
# for backward compatibility: |
| 15107 |
– |
ac_top_builddir=$ac_top_build_prefix |
| 15108 |
– |
|
| 15109 |
– |
case $srcdir in |
| 15110 |
– |
.) # We are building in place. |
| 15111 |
– |
ac_srcdir=. |
| 15112 |
– |
ac_top_srcdir=$ac_top_builddir_sub |
| 15113 |
– |
ac_abs_top_srcdir=$ac_pwd ;; |
| 15114 |
– |
[\\/]* | ?:[\\/]* ) # Absolute name. |
| 15115 |
– |
ac_srcdir=$srcdir$ac_dir_suffix; |
| 15116 |
– |
ac_top_srcdir=$srcdir |
| 15117 |
– |
ac_abs_top_srcdir=$srcdir ;; |
| 15118 |
– |
*) # Relative name. |
| 15119 |
– |
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
| 15120 |
– |
ac_top_srcdir=$ac_top_build_prefix$srcdir |
| 15121 |
– |
ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
| 15122 |
– |
esac |
| 15123 |
– |
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
| 15124 |
– |
|
| 15125 |
– |
|
| 15126 |
– |
cd "$ac_dir" |
| 15127 |
– |
|
| 15128 |
– |
# Check for guested configure; otherwise get Cygnus style configure. |
| 15129 |
– |
if test -f "$ac_srcdir/configure.gnu"; then |
| 15130 |
– |
ac_sub_configure=$ac_srcdir/configure.gnu |
| 15131 |
– |
elif test -f "$ac_srcdir/configure"; then |
| 15132 |
– |
ac_sub_configure=$ac_srcdir/configure |
| 15133 |
– |
elif test -f "$ac_srcdir/configure.in"; then |
| 15134 |
– |
# This should be Cygnus configure. |
| 15135 |
– |
ac_sub_configure=$ac_aux_dir/configure |
| 15136 |
– |
else |
| 15137 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5 |
| 15138 |
– |
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} |
| 15139 |
– |
ac_sub_configure= |
| 15140 |
– |
fi |
| 15141 |
– |
|
| 15142 |
– |
# The recursion is here. |
| 15143 |
– |
if test -n "$ac_sub_configure"; then |
| 15144 |
– |
# Make the cache file name correct relative to the subdirectory. |
| 15145 |
– |
case $cache_file in |
| 15146 |
– |
[\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; |
| 15147 |
– |
*) # Relative name. |
| 15148 |
– |
ac_sub_cache_file=$ac_top_build_prefix$cache_file ;; |
| 15149 |
– |
esac |
| 15150 |
– |
|
| 15151 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 |
| 15152 |
– |
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} |
| 15153 |
– |
# The eval makes quoting arguments work. |
| 15154 |
– |
eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ |
| 15155 |
– |
--cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || |
| 15156 |
– |
as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 |
| 15157 |
– |
fi |
| 15158 |
– |
|
| 15159 |
– |
cd "$ac_popdir" |
| 15160 |
– |
done |
| 15161 |
– |
fi |
| 15011 |
|
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 15012 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
| 15013 |
|
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |