@@ -465,7 +465,7 @@ ac_includes_default="\
465
465
# include <unistd.h>
466
466
#endif"
467
467
468
- 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 MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT 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 CPP EGREP I18N_UTF8_TRUE I18N_UTF8_FALSE LN_S build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXXCPP LIBTOOL ALLOCA LIBICONV LTLIBICONV LIBOBJS MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE INTLLIBS LIBINTL LTLIBINTL POSUB COB_CC COB_CFLAGS COB_LDFLAGS COB_LIBS COB_CONFIG_DIR COB_COPY_DIR COB_LIBRARY_PATH COB_MODULE_EXT COBC_LIBS LIBCOB_CFLAGS LIBCOB_LIBS COB_EXPORT_DYN COB_PIC_FLAGS COB_SHARED_OPT COB_BIGENDIAN COB_FIX_LIB COB_HAS_INLINE COB_M4_FLAGS LTLIBOBJS'
468
+ 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 MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT 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 CPP EGREP WITH_ISAM_TRUE WITH_ISAM_FALSE I18N_UTF8_TRUE I18N_UTF8_FALSE LN_S build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CXXCPP LIBTOOL ALLOCA LIBICONV LTLIBICONV LIBOBJS MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE INTLLIBS LIBINTL LTLIBINTL POSUB COB_CC COB_CFLAGS COB_LDFLAGS COB_LIBS COB_CONFIG_DIR COB_COPY_DIR COB_LIBRARY_PATH COB_MODULE_EXT COBC_LIBS LIBCOB_CFLAGS LIBCOB_LIBS COB_EXPORT_DYN COB_PIC_FLAGS COB_SHARED_OPT COB_BIGENDIAN COB_FIX_LIB COB_HAS_INLINE COB_M4_FLAGS LTLIBOBJS'
469
469
ac_subst_files=''
470
470
471
471
# Initialize some variables set by options.
3729
3729
_ACEOF
3730
3730
3731
3731
LIBCOB_LIBS="$LIBCOB_LIBS -lifisam -lifisamx"
3732
+ WITH_ISAM_DEFINED=yes
3732
3733
fi
3733
3734
fi;
3734
3735
3977
3978
_ACEOF
3978
3979
3979
3980
LIBCOB_LIBS="$LIBCOB_LIBS -ldisam"
3981
+ WITH_ISAM_DEFINED=yes
3980
3982
fi
3981
3983
fi;
3982
3984
fi
@@ -4226,10 +4228,22 @@ fi
4226
4228
_ACEOF
4227
4229
4228
4230
LIBCOB_LIBS="$LIBCOB_LIBS -lvbisam"
4231
+ WITH_ISAM_DEFINED=yes
4229
4232
fi
4230
4233
fi;
4231
4234
fi
4232
4235
4236
+
4237
+
4238
+ if test x$WITH_ISAM_DEFINED = xyes; then
4239
+ WITH_ISAM_TRUE=
4240
+ WITH_ISAM_FALSE='#'
4241
+ else
4242
+ WITH_ISAM_TRUE='#'
4243
+ WITH_ISAM_FALSE=
4244
+ fi
4245
+
4246
+
4233
4247
LIBDB=""
4234
4248
4235
4249
if test "$with_cisam" != "yes" -a "$with_disam" != "yes" -a "$with_vbisam" != "yes"
@@ -4277,6 +4291,9 @@ _ACEOF
4277
4291
fi;
4278
4292
fi;
4279
4293
fi;
4294
+ cp tests/jp-compat_notisam.at tests/jp-compat.at
4295
+ else
4296
+ cp tests/jp-compat_isam.at tests/jp-compat.at
4280
4297
fi
4281
4298
4282
4299
#AC_ARG_WITH(lfs64,
@@ -5121,7 +5138,7 @@ ia64-*-hpux*)
5121
5138
;;
5122
5139
*-*-irix6*)
5123
5140
# Find out which ABI we are using.
5124
- echo '#line 5124 "configure"' > conftest.$ac_ext
5141
+ echo '#line 5141 "configure"' > conftest.$ac_ext
5125
5142
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5126
5143
(eval $ac_compile) 2>&5
5127
5144
ac_status=$?
@@ -6863,11 +6880,11 @@ else
6863
6880
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6864
6881
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6865
6882
-e 's:$: $lt_compiler_flag:'`
6866
- (eval echo "\"\$as_me:6866 : $lt_compile\"" >&5)
6883
+ (eval echo "\"\$as_me:6883 : $lt_compile\"" >&5)
6867
6884
(eval "$lt_compile" 2>conftest.err)
6868
6885
ac_status=$?
6869
6886
cat conftest.err >&5
6870
- echo "$as_me:6870 : \$? = $ac_status" >&5
6887
+ echo "$as_me:6887 : \$? = $ac_status" >&5
6871
6888
if (exit $ac_status) && test -s "$ac_outfile"; then
6872
6889
# The compiler can only warn and ignore the option if not recognized
6873
6890
# So say no if there are warnings other than the usual output.
@@ -7153,11 +7170,11 @@ else
7153
7170
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7154
7171
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7155
7172
-e 's:$: $lt_compiler_flag:'`
7156
- (eval echo "\"\$as_me:7156 : $lt_compile\"" >&5)
7173
+ (eval echo "\"\$as_me:7173 : $lt_compile\"" >&5)
7157
7174
(eval "$lt_compile" 2>conftest.err)
7158
7175
ac_status=$?
7159
7176
cat conftest.err >&5
7160
- echo "$as_me:7160 : \$? = $ac_status" >&5
7177
+ echo "$as_me:7177 : \$? = $ac_status" >&5
7161
7178
if (exit $ac_status) && test -s "$ac_outfile"; then
7162
7179
# The compiler can only warn and ignore the option if not recognized
7163
7180
# So say no if there are warnings other than the usual output.
@@ -7257,11 +7274,11 @@ else
7257
7274
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7258
7275
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7259
7276
-e 's:$: $lt_compiler_flag:'`
7260
- (eval echo "\"\$as_me:7260 : $lt_compile\"" >&5)
7277
+ (eval echo "\"\$as_me:7277 : $lt_compile\"" >&5)
7261
7278
(eval "$lt_compile" 2>out/conftest.err)
7262
7279
ac_status=$?
7263
7280
cat out/conftest.err >&5
7264
- echo "$as_me:7264 : \$? = $ac_status" >&5
7281
+ echo "$as_me:7281 : \$? = $ac_status" >&5
7265
7282
if (exit $ac_status) && test -s out/conftest2.$ac_objext
7266
7283
then
7267
7284
# The compiler can only warn and ignore the option if not recognized
@@ -9643,7 +9660,7 @@ else
9643
9660
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9644
9661
lt_status=$lt_dlunknown
9645
9662
cat > conftest.$ac_ext <<EOF
9646
- #line 9646 "configure"
9663
+ #line 9663 "configure"
9647
9664
#include "confdefs.h"
9648
9665
9649
9666
#if HAVE_DLFCN_H
@@ -9743,7 +9760,7 @@ else
9743
9760
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9744
9761
lt_status=$lt_dlunknown
9745
9762
cat > conftest.$ac_ext <<EOF
9746
- #line 9746 "configure"
9763
+ #line 9763 "configure"
9747
9764
#include "confdefs.h"
9748
9765
9749
9766
#if HAVE_DLFCN_H
@@ -12167,11 +12184,11 @@ else
12167
12184
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12168
12185
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12169
12186
-e 's:$: $lt_compiler_flag:'`
12170
- (eval echo "\"\$as_me:12170 : $lt_compile\"" >&5)
12187
+ (eval echo "\"\$as_me:12187 : $lt_compile\"" >&5)
12171
12188
(eval "$lt_compile" 2>conftest.err)
12172
12189
ac_status=$?
12173
12190
cat conftest.err >&5
12174
- echo "$as_me:12174 : \$? = $ac_status" >&5
12191
+ echo "$as_me:12191 : \$? = $ac_status" >&5
12175
12192
if (exit $ac_status) && test -s "$ac_outfile"; then
12176
12193
# The compiler can only warn and ignore the option if not recognized
12177
12194
# So say no if there are warnings other than the usual output.
@@ -12271,11 +12288,11 @@ else
12271
12288
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12272
12289
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12273
12290
-e 's:$: $lt_compiler_flag:'`
12274
- (eval echo "\"\$as_me:12274 : $lt_compile\"" >&5)
12291
+ (eval echo "\"\$as_me:12291 : $lt_compile\"" >&5)
12275
12292
(eval "$lt_compile" 2>out/conftest.err)
12276
12293
ac_status=$?
12277
12294
cat out/conftest.err >&5
12278
- echo "$as_me:12278 : \$? = $ac_status" >&5
12295
+ echo "$as_me:12295 : \$? = $ac_status" >&5
12279
12296
if (exit $ac_status) && test -s out/conftest2.$ac_objext
12280
12297
then
12281
12298
# The compiler can only warn and ignore the option if not recognized
@@ -13833,11 +13850,11 @@ else
13833
13850
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13834
13851
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13835
13852
-e 's:$: $lt_compiler_flag:'`
13836
- (eval echo "\"\$as_me:13836 : $lt_compile\"" >&5)
13853
+ (eval echo "\"\$as_me:13853 : $lt_compile\"" >&5)
13837
13854
(eval "$lt_compile" 2>conftest.err)
13838
13855
ac_status=$?
13839
13856
cat conftest.err >&5
13840
- echo "$as_me:13840 : \$? = $ac_status" >&5
13857
+ echo "$as_me:13857 : \$? = $ac_status" >&5
13841
13858
if (exit $ac_status) && test -s "$ac_outfile"; then
13842
13859
# The compiler can only warn and ignore the option if not recognized
13843
13860
# So say no if there are warnings other than the usual output.
@@ -13937,11 +13954,11 @@ else
13937
13954
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13938
13955
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13939
13956
-e 's:$: $lt_compiler_flag:'`
13940
- (eval echo "\"\$as_me:13940 : $lt_compile\"" >&5)
13957
+ (eval echo "\"\$as_me:13957 : $lt_compile\"" >&5)
13941
13958
(eval "$lt_compile" 2>out/conftest.err)
13942
13959
ac_status=$?
13943
13960
cat out/conftest.err >&5
13944
- echo "$as_me:13944 : \$? = $ac_status" >&5
13961
+ echo "$as_me:13961 : \$? = $ac_status" >&5
13945
13962
if (exit $ac_status) && test -s out/conftest2.$ac_objext
13946
13963
then
13947
13964
# The compiler can only warn and ignore the option if not recognized
@@ -16129,11 +16146,11 @@ else
16129
16146
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16130
16147
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16131
16148
-e 's:$: $lt_compiler_flag:'`
16132
- (eval echo "\"\$as_me:16132 : $lt_compile\"" >&5)
16149
+ (eval echo "\"\$as_me:16149 : $lt_compile\"" >&5)
16133
16150
(eval "$lt_compile" 2>conftest.err)
16134
16151
ac_status=$?
16135
16152
cat conftest.err >&5
16136
- echo "$as_me:16136 : \$? = $ac_status" >&5
16153
+ echo "$as_me:16153 : \$? = $ac_status" >&5
16137
16154
if (exit $ac_status) && test -s "$ac_outfile"; then
16138
16155
# The compiler can only warn and ignore the option if not recognized
16139
16156
# So say no if there are warnings other than the usual output.
@@ -16419,11 +16436,11 @@ else
16419
16436
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16420
16437
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16421
16438
-e 's:$: $lt_compiler_flag:'`
16422
- (eval echo "\"\$as_me:16422 : $lt_compile\"" >&5)
16439
+ (eval echo "\"\$as_me:16439 : $lt_compile\"" >&5)
16423
16440
(eval "$lt_compile" 2>conftest.err)
16424
16441
ac_status=$?
16425
16442
cat conftest.err >&5
16426
- echo "$as_me:16426 : \$? = $ac_status" >&5
16443
+ echo "$as_me:16443 : \$? = $ac_status" >&5
16427
16444
if (exit $ac_status) && test -s "$ac_outfile"; then
16428
16445
# The compiler can only warn and ignore the option if not recognized
16429
16446
# So say no if there are warnings other than the usual output.
@@ -16523,11 +16540,11 @@ else
16523
16540
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16524
16541
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16525
16542
-e 's:$: $lt_compiler_flag:'`
16526
- (eval echo "\"\$as_me:16526 : $lt_compile\"" >&5)
16543
+ (eval echo "\"\$as_me:16543 : $lt_compile\"" >&5)
16527
16544
(eval "$lt_compile" 2>out/conftest.err)
16528
16545
ac_status=$?
16529
16546
cat out/conftest.err >&5
16530
- echo "$as_me:16530 : \$? = $ac_status" >&5
16547
+ echo "$as_me:16547 : \$? = $ac_status" >&5
16531
16548
if (exit $ac_status) && test -s out/conftest2.$ac_objext
16532
16549
then
16533
16550
# The compiler can only warn and ignore the option if not recognized
@@ -26945,6 +26962,13 @@ echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
26945
26962
Usually this means the macro was only invoked conditionally." >&2;}
26946
26963
{ (exit 1); exit 1; }; }
26947
26964
fi
26965
+ if test -z "${WITH_ISAM_TRUE}" && test -z "${WITH_ISAM_FALSE}"; then
26966
+ { { echo "$as_me:$LINENO: error: conditional \"WITH_ISAM\" was never defined.
26967
+ Usually this means the macro was only invoked conditionally." >&5
26968
+ echo "$as_me: error: conditional \"WITH_ISAM\" was never defined.
26969
+ Usually this means the macro was only invoked conditionally." >&2;}
26970
+ { (exit 1); exit 1; }; }
26971
+ fi
26948
26972
if test -z "${I18N_UTF8_TRUE}" && test -z "${I18N_UTF8_FALSE}"; then
26949
26973
{ { echo "$as_me:$LINENO: error: conditional \"I18N_UTF8\" was never defined.
26950
26974
Usually this means the macro was only invoked conditionally." >&5
@@ -27548,6 +27572,8 @@ s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
27548
27572
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
27549
27573
s,@CPP@,$CPP,;t t
27550
27574
s,@EGREP@,$EGREP,;t t
27575
+ s,@WITH_ISAM_TRUE@,$WITH_ISAM_TRUE,;t t
27576
+ s,@WITH_ISAM_FALSE@,$WITH_ISAM_FALSE,;t t
27551
27577
s,@I18N_UTF8_TRUE@,$I18N_UTF8_TRUE,;t t
27552
27578
s,@I18N_UTF8_FALSE@,$I18N_UTF8_FALSE,;t t
27553
27579
s,@LN_S@,$LN_S,;t t
0 commit comments