Ticket #52489: config.log

File config.log, 17.8 KB (added by Polyergic (Shad Sterling), 8 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by bashdb configure 4.3-0.91, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = laconic
14uname -m = x86_64
15uname -r = 15.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 16.00 gigabytes
33Default processor set: 366 tasks, 1827 threads, 4 processors
34Load average: 4.03, Mach factor: 0.90
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3614: checking build system type
52configure:3628: result: x86_64-apple-darwin15.6.0
53configure:3648: checking host system type
54configure:3661: result: x86_64-apple-darwin15.6.0
55configure:3702: checking how to print strings
56configure:3729: result: printf
57configure:3750: checking for a sed that does not truncate output
58configure:3814: result: /opt/local/bin/gsed
59configure:3832: checking for fgrep
60configure:3894: result: /usr/bin/fgrep
61configure:3962: checking for non-GNU ld
62configure:3996: result: /opt/local/bin/ld
63configure:4003: checking if the linker (/opt/local/bin/ld) is GNU ld
64configure:4018: result: no
65configure:4030: checking for BSD- or MS-compatible name lister (nm)
66configure:4079: result: /usr/bin/nm -B
67configure:4209: checking the name lister (/usr/bin/nm -B) interface
68configure:4216: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
69configure:4219: /usr/bin/nm -B "conftest."
70/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: conftest.: No such file or directory.
71configure:4222: output
72configure:4229: result: BSD nm
73configure:4232: checking whether ln -s works
74configure:4236: result: yes
75configure:4244: checking the maximum length of command line arguments
76configure:4374: result: 196608
77configure:4391: checking whether the shell understands some XSI constructs
78configure:4401: result: yes
79configure:4405: checking whether the shell understands "+="
80configure:4411: result: yes
81configure:4446: checking how to convert x86_64-apple-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format
82configure:4486: result: func_convert_file_noop
83configure:4493: checking how to convert x86_64-apple-darwin15.6.0 file names to toolchain format
84configure:4513: result: func_convert_file_noop
85configure:4520: checking for /opt/local/bin/ld option to reload object files
86configure:4527: result: -r
87configure:4601: checking for objdump
88configure:4631: result: no
89configure:4660: checking how to recognize dependent libraries
90configure:4862: result: pass_all
91configure:4947: checking for dlltool
92configure:4977: result: no
93configure:5007: checking how to associate runtime and link libraries
94configure:5034: result: printf %s\n
95configure:5094: checking for ar
96configure:5110: found /opt/local/bin/ar
97configure:5121: result: ar
98configure:5158: checking for archiver @FILE support
99configure:5175: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
100configure:5175: $? = 0
101configure: failed program was:
102| /* confdefs.h */
103| #define PACKAGE_NAME "bashdb"
104| #define PACKAGE_TARNAME "bashdb"
105| #define PACKAGE_VERSION "4.3-0.91"
106| #define PACKAGE_STRING "bashdb 4.3-0.91"
107| #define PACKAGE_BUGREPORT "bashdb-devel@lists.sourceforge.net"
108| #define PACKAGE_URL ""
109| /* end confdefs.h.  */
110|
111| int
112| main ()
113| {
114|
115|   ;
116|   return 0;
117| }
118configure:5201: result: no
119configure:5259: checking for strip
120configure:5275: found /opt/local/bin/strip
121configure:5286: result: strip
122configure:5358: checking for ranlib
123configure:5374: found /opt/local/bin/ranlib
124configure:5385: result: ranlib
125configure:5462: checking for gawk
126configure:5492: result: no
127configure:5462: checking for mawk
128configure:5492: result: no
129configure:5462: checking for nawk
130configure:5492: result: no
131configure:5462: checking for awk
132configure:5478: found /usr/bin/awk
133configure:5489: result: awk
134configure:5529: checking command to parse /usr/bin/nm -B output from /usr/bin/clang object
135configure:5649: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
136configure:5652: $? = 0
137configure:5656: /usr/bin/nm -B conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
138/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: conftest.: No such file or directory.
139configure:5659: $? = 0
140cannot run sed -n -e 's/^.*[     ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d'
141configure:5649: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
142configure:5652: $? = 0
143configure:5656: /usr/bin/nm -B conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
144/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: conftest.: No such file or directory.
145configure:5659: $? = 0
146cannot run sed -n -e 's/^.*[     ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d'
147configure:5763: result: failed
148configure:5803: checking for sysroot
149configure:5833: result: no
150configure:6089: checking for mt
151configure:6119: result: no
152configure:6139: checking if : is a manifest tool
153configure:6145: : '-?'
154configure:6153: result: no
155configure:6209: checking for dsymutil
156configure:6225: found /usr/bin/dsymutil
157configure:6236: result: dsymutil
158configure:6301: checking for nmedit
159configure:6317: found /opt/local/bin/nmedit
160configure:6328: result: nmedit
161configure:6393: checking for lipo
162configure:6409: found /opt/local/bin/lipo
163configure:6420: result: lipo
164configure:6485: checking for otool
165configure:6501: found /opt/local/bin/otool
166configure:6512: result: otool
167configure:6577: checking for otool64
168configure:6607: result: no
169configure:6652: checking for -single_module linker flag
170/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
171configure:6685: result: yes
172configure:6688: checking for -exported_symbols_list linker flag
173configure:6708: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
174configure:6708: $? = 0
175configure:6718: result: yes
176configure:6721: checking for -force_load linker flag
177/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
178ar cru libconftest.a conftest.o
179ranlib libconftest.a
180/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
181configure:6753: result: yes
182configure:6792: checking for dlfcn.h
183configure:6792: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
184configure:6792: $? = 0
185configure: failed program was:
186| /* confdefs.h */
187| #define PACKAGE_NAME "bashdb"
188| #define PACKAGE_TARNAME "bashdb"
189| #define PACKAGE_VERSION "4.3-0.91"
190| #define PACKAGE_STRING "bashdb 4.3-0.91"
191| #define PACKAGE_BUGREPORT "bashdb-devel@lists.sourceforge.net"
192| #define PACKAGE_URL ""
193| /* end confdefs.h.  */
194| #include <stdio.h>
195| #ifdef HAVE_SYS_TYPES_H
196| # include <sys/types.h>
197| #endif
198| #ifdef HAVE_SYS_STAT_H
199| # include <sys/stat.h>
200| #endif
201| #ifdef STDC_HEADERS
202| # include <stdlib.h>
203| # include <stddef.h>
204| #else
205| # ifdef HAVE_STDLIB_H
206| #  include <stdlib.h>
207| # endif
208| #endif
209| #ifdef HAVE_STRING_H
210| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
211| #  include <memory.h>
212| # endif
213| # include <string.h>
214| #endif
215| #ifdef HAVE_STRINGS_H
216| # include <strings.h>
217| #endif
218| #ifdef HAVE_INTTYPES_H
219| # include <inttypes.h>
220| #endif
221| #ifdef HAVE_STDINT_H
222| # include <stdint.h>
223| #endif
224| #ifdef HAVE_UNISTD_H
225| # include <unistd.h>
226| #endif
227|
228| #include <dlfcn.h>
229configure:6792: result: no
230configure:6998: checking for objdir
231configure:7013: result: .libs
232configure:7646: checking for /usr/bin/clang option to produce PIC
233configure:7653: result:  -DPIC
234configure:7661: checking if /usr/bin/clang PIC flag  -DPIC works
235configure:7679: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  -DPIC -DPIC conftest.c >&5
236configure:7683: $? = 0
237configure:7696: result: yes
238configure:7725: checking if /usr/bin/clang static flag  works
239configure:7753: result: yes
240configure:7768: checking if /usr/bin/clang supports -c -o file.o
241configure:7789: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
242configure:7793: $? = 0
243configure:7815: result: yes
244configure:7823: checking if /usr/bin/clang supports -c -o file.o
245configure:7870: result: yes
246configure:7903: checking whether the /usr/bin/clang linker (/opt/local/bin/ld) supports shared libraries
247configure:9060: result: no
248configure:9300: checking dynamic linker characteristics
249configure:10045: result: darwin15.6.0 dyld
250configure:10152: checking how to hardcode library paths into programs
251configure:10177: result: immediate
252configure:10717: checking whether stripping libraries is possible
253configure:10731: result: yes
254configure:10757: checking if libtool supports shared libraries
255configure:10759: result: no
256configure:10762: checking whether to build shared libraries
257configure:10783: result: no
258configure:10786: checking whether to build static libraries
259configure:10790: result: yes
260configure:10835: checking for perl
261configure:10853: found /opt/local/bin/perl
262configure:10866: result: /opt/local/bin/perl
263configure:10874: checking for grep that handles long lines and -e
264configure:10932: result: grep
265configure:10937: checking for a sed that does not truncate output
266configure:11001: result: /opt/local/bin/gsed
267configure:11011: checking whether to enable maintainer-specific portions of Makefiles
268configure:11020: result: no
269configure:11070: checking for a BSD-compatible install
270configure:11138: result: /usr/bin/install -c
271configure:11149: checking whether build environment is sane
272configure:11204: result: yes
273configure:11229: WARNING: 'missing' script is too old or missing
274configure:11342: checking for a thread-safe mkdir -p
275configure:11381: result: /opt/local/bin/gmkdir -p
276configure:11384: checking whether make sets $(MAKE)
277configure:11406: result: yes
278configure:11436: checking for style of include used by make
279configure:11464: result: GNU
280configure:11498: checking whether make supports nested variables
281configure:11515: result: yes
282configure:11591: checking dependency style of /usr/bin/clang
283configure:11702: result: gcc3
284configure:11794: checking whether ln -s works
285configure:11798: result: yes
286configure:11807: checking for rm
287configure:11825: found /bin/rm
288configure:11838: result: /bin/rm
289configure:11861: checking for bash
290configure:11879: found /opt/local/bin/bash
291configure:11892: result: /opt/local/bin/bash
292configure:11916: WARNING: You have Bash GNU bash, version 4.4.0(1)-release (x86_64-apple-darwin15.6.0)
293Copyright (C) 2016 Free Software Foundation, Inc.
294License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
295
296This is free software; you are free to change and redistribute it.
297There is NO WARRANTY, to the extent permitted by law. installed.
298configure:11918: error: This package is only known to work with Bash 4.1-4.3.
299
300## ---------------- ##
301## Cache variables. ##
302## ---------------- ##
303
304ac_cv_build=x86_64-apple-darwin15.6.0
305ac_cv_env_ALT_PACKAGE_NAME_set=
306ac_cv_env_ALT_PACKAGE_NAME_value=
307ac_cv_env_CC_set=set
308ac_cv_env_CC_value=/usr/bin/clang
309ac_cv_env_CFLAGS_set=set
310ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
311ac_cv_env_CPPFLAGS_set=set
312ac_cv_env_CPPFLAGS_value=-I/opt/local/include
313ac_cv_env_CPP_set=
314ac_cv_env_CPP_value=
315ac_cv_env_LDFLAGS_set=set
316ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
317ac_cv_env_LIBS_set=
318ac_cv_env_LIBS_value=
319ac_cv_env_build_alias_set=
320ac_cv_env_build_alias_value=
321ac_cv_env_host_alias_set=
322ac_cv_env_host_alias_value=
323ac_cv_env_target_alias_set=
324ac_cv_env_target_alias_value=
325ac_cv_header_dlfcn_h=no
326ac_cv_host=x86_64-apple-darwin15.6.0
327ac_cv_path_FGREP=/usr/bin/fgrep
328ac_cv_path_GREP=grep
329ac_cv_path_PERL=/opt/local/bin/perl
330ac_cv_path_RM=/bin/rm
331ac_cv_path_SED=/opt/local/bin/gsed
332ac_cv_path_SH_PROG=/opt/local/bin/bash
333ac_cv_path_mkdir=/opt/local/bin/gmkdir
334ac_cv_prog_AWK=awk
335ac_cv_prog_ac_ct_AR=ar
336ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
337ac_cv_prog_ac_ct_LIPO=lipo
338ac_cv_prog_ac_ct_NMEDIT=nmedit
339ac_cv_prog_ac_ct_OTOOL=otool
340ac_cv_prog_ac_ct_RANLIB=ranlib
341ac_cv_prog_ac_ct_STRIP=strip
342ac_cv_prog_make_make_set=yes
343am_cv_CC_dependencies_compiler_type=gcc3
344am_cv_make_support_nested_variables=yes
345lt_cv_apple_cc_single_mod=yes
346lt_cv_ar_at_file=no
347lt_cv_deplibs_check_method=pass_all
348lt_cv_file_magic_cmd='$MAGIC_CMD'
349lt_cv_file_magic_test_file=
350lt_cv_ld_exported_symbols_list=yes
351lt_cv_ld_force_load=yes
352lt_cv_ld_reload_flag=-r
353lt_cv_nm_interface='BSD nm'
354lt_cv_objdir=.libs
355lt_cv_path_LD=/opt/local/bin/ld
356lt_cv_path_NM='/usr/bin/nm -B'
357lt_cv_path_mainfest_tool=no
358lt_cv_prog_compiler_c_o=yes
359lt_cv_prog_compiler_pic=' -DPIC'
360lt_cv_prog_compiler_pic_works=yes
361lt_cv_prog_compiler_static_works=yes
362lt_cv_prog_gnu_ld=no
363lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
364lt_cv_sys_global_symbol_pipe=
365lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
366lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
367lt_cv_sys_global_symbol_to_cdecl=
368lt_cv_sys_max_cmd_len=196608
369lt_cv_to_host_file_cmd=func_convert_file_noop
370lt_cv_to_tool_file_cmd=func_convert_file_noop
371
372## ----------------- ##
373## Output variables. ##
374## ----------------- ##
375
376ACLOCAL='aclocal-1.14'
377ALT_PACKAGE_NAME='bashdb'
378AMDEPBACKSLASH='\'
379AMDEP_FALSE='#'
380AMDEP_TRUE=''
381AMTAR='$${TAR-tar}'
382AM_BACKSLASH='\'
383AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
384AM_DEFAULT_VERBOSITY='1'
385AM_V='$(V)'
386AR='ar'
387AUTOCONF='autoconf'
388AUTOHEADER='autoheader'
389AUTOMAKE='automake-1.14'
390AWK='awk'
391BASHVERS='4.3'
392BASH_SRC=''
393BUILD_BUILTINS_FALSE=''
394BUILD_BUILTINS_TRUE='#'
395CC='/usr/bin/clang'
396CCDEPMODE='depmode=gcc3'
397CFLAGS='-pipe -Os -arch x86_64'
398CMDLINE_INVOKED='$0 == ${BASH_SOURCE}'
399CPP=''
400CPPFLAGS='-I/opt/local/include'
401CYGPATH_W='echo'
402DBGR_MAIN=''
403DEFS=''
404DEPDIR='.deps'
405DIFF=''
406DIFF_OPTS=''
407DLLTOOL='false'
408DSYMUTIL='dsymutil'
409DUMPBIN=''
410ECHO_C='\c'
411ECHO_N=''
412ECHO_T=''
413EGREP=''
414EXEEXT=''
415FGREP='/usr/bin/fgrep'
416GIT2CL='git2cl'
417GREP='grep'
418INSTALL_DATA='${INSTALL} -m 644'
419INSTALL_PROGRAM='${INSTALL}'
420INSTALL_SCRIPT='${INSTALL}'
421INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
422INTERPRETER_NAME=''
423LD='/opt/local/bin/ld'
424LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
425LIBOBJS=''
426LIBS=''
427LIBTOOL='$(SHELL) $(top_builddir)/libtool'
428LIPO='lipo'
429LN_S='ln -s'
430LTLIBOBJS=''
431MAINT='#'
432MAINTAINER_MODE_FALSE=''
433MAINTAINER_MODE_TRUE='#'
434MAKEINFO='makeinfo'
435MANIFEST_TOOL=':'
436MKDIR_P='/opt/local/bin/gmkdir -p'
437NM='/usr/bin/nm -B'
438NMEDIT='nmedit'
439OBJDUMP='false'
440OBJEXT=''
441OTOOL64=':'
442OTOOL='otool'
443PACKAGE='bashdb'
444PACKAGE_BUGREPORT='bashdb-devel@lists.sourceforge.net'
445PACKAGE_NAME='bashdb'
446PACKAGE_STRING='bashdb 4.3-0.91'
447PACKAGE_TARNAME='bashdb'
448PACKAGE_URL=''
449PACKAGE_VERSION='4.3-0.91'
450PATH_SEPARATOR=':'
451PERL='/opt/local/bin/perl'
452PIC=' -DPIC'
453PKGDATADIR=''
454RANLIB='ranlib'
455RELSTATUS='0.91'
456RM='/bin/rm'
457SED='/opt/local/bin/gsed'
458SET_MAKE=''
459SHELL='/bin/sh'
460SH_PROG='/opt/local/bin/bash'
461STRIP='strip'
462VERSION='4.3-0.91'
463WL=''
464ac_ct_AR='ar'
465ac_ct_CC=''
466ac_ct_DUMPBIN=''
467am__EXEEXT_FALSE=''
468am__EXEEXT_TRUE=''
469am__fastdepCC_FALSE='#'
470am__fastdepCC_TRUE=''
471am__include='include'
472am__isrc=''
473am__leading_dot='.'
474am__nodep='_no'
475am__quote=''
476am__tar='$${TAR-tar} chof - "$$tardir"'
477am__untar='$${TAR-tar} xf -'
478bindir='${exec_prefix}/bin'
479build='x86_64-apple-darwin15.6.0'
480build_alias=''
481build_cpu='x86_64'
482build_os='darwin15.6.0'
483build_vendor='apple'
484datadir='${datarootdir}'
485datarootdir='${prefix}/share'
486docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
487dvidir='${docdir}'
488exec_prefix='NONE'
489host='x86_64-apple-darwin15.6.0'
490host_alias=''
491host_cpu='x86_64'
492host_os='darwin15.6.0'
493host_vendor='apple'
494htmldir='${docdir}'
495includedir='${prefix}/include'
496infodir='${datarootdir}/info'
497install_sh='${SHELL} /install-sh'
498libdir='${exec_prefix}/lib'
499libexecdir='${exec_prefix}/libexec'
500localedir='${datarootdir}/locale'
501localstatedir='${prefix}/var'
502mandir='${datarootdir}/man'
503mkdir_p='$(MKDIR_P)'
504oldincludedir='/usr/include'
505pdfdir='${docdir}'
506prefix='/opt/local'
507program_transform_name='s,x,x,'
508psdir='${docdir}'
509sbindir='${exec_prefix}/sbin'
510sharedstatedir='${prefix}/com'
511sysconfdir='${prefix}/etc'
512target_alias=''
513
514## ----------- ##
515## confdefs.h. ##
516## ----------- ##
517
518/* confdefs.h */
519#define PACKAGE_NAME "bashdb"
520#define PACKAGE_TARNAME "bashdb"
521#define PACKAGE_VERSION "4.3-0.91"
522#define PACKAGE_STRING "bashdb 4.3-0.91"
523#define PACKAGE_BUGREPORT "bashdb-devel@lists.sourceforge.net"
524#define PACKAGE_URL ""
525#define LT_OBJDIR ".libs/"
526#define PACKAGE bashdb
527#define VERSION 4.3-0.91
528#define PACKAGE bashdb
529#define VERSION 4.3-0.91
530
531configure: exit 1