-
Notifications
You must be signed in to change notification settings - Fork 52
/
configure.ac
774 lines (669 loc) · 21.2 KB
/
configure.ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
AC_PREREQ(2.59)
AC_REVISION($Id$)
#
# configure.ac
#
# The iODBC driver manager.
#
# Copyright (C) 1995 Ke Jin <[email protected]>
# Copyright (C) 1996-2024 OpenLink Software <[email protected]>
# All Rights Reserved.
#
# This software is released under the terms of either of the following
# licenses:
#
# - GNU Library General Public License (see LICENSE.LGPL)
# - The BSD License (see LICENSE.BSD).
#
# Note that the only valid version of the LGPL license as far as this
# project is concerned is the original GNU Library General Public License
# Version 2, dated June 1991.
#
# While not mandated by the BSD license, any patches you make to the
# iODBC source code may be contributed back into the iODBC project
# at your discretion. Contributions will benefit the Open Source and
# Data Access community as a whole. Submissions may be made at:
#
# http://www.iodbc.org
#
#
# GNU Library Generic Public License Version 2
# ============================================
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; only
# Version 2 of the License dated June 1991.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
# The BSD License
# ===============
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
# 3. Neither the name of OpenLink Software Inc. nor the names of its
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OPENLINK OR
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
##########################################################################
## ##
## Version info ##
## ##
##########################################################################
m4_define(V_iodbc_major, [3]) # ODBC Major version
m4_define(V_iodbc_minor, [52]) # ODBC Minor version
m4_define(V_iodbc_patch, [17]) # Increase every release
m4_define(V_iodbc_devel, [-dev]) # -dev, -rc1 or empty for stable
m4_define(V_iodbc_date, [230502]) # YYMMDD of release
m4_define(V_iodbc_shlib, [31]) # Increase every change
##########################################################################
## ##
## Initialization ##
## ##
##########################################################################
AC_INIT([iODBC Driver Manager],
V_iodbc_major.V_iodbc_minor.V_iodbc_patch[]V_iodbc_devel,
[libiodbc])
AC_CONFIG_SRCDIR([include/isql.h])
AC_CONFIG_AUX_DIR(admin)
AC_CONFIG_MACRO_DIR(admin)
AC_CONFIG_HEADERS(include/config.h)
AM_INIT_AUTOMAKE
AC_CANONICAL_HOST
AM_MAINTAINER_MODE
##########################################################################
## ##
## Version information ##
## ##
#########################################################################
#
# Version information for SQLGetInfo(SQL_DM_VER) call
#
BUILD_MAJOR="V_iodbc_patch" # last digit of version number
BUILD_MINOR="V_iodbc_date" # year/month/day of release
BUILD_VER="${BUILD_MAJOR}${BUILD_MINOR}"
#
# Library version numbers
#
lib3_version=3:V_iodbc_shlib:1 # ODBC 3.x mode
lib2_version=2:55:0 # ODBC 2.x mode (do not change)
##########################################################################
## ##
## Check whether config.cache belongs to this machine ##
## ##
##########################################################################
AC_MSG_CHECKING(cached information)
hostcheck="$host"
AC_CACHE_VAL(ac_cv_hostcheck, [ ac_cv_hostcheck="$hostcheck" ])
if test "$ac_cv_hostcheck" != "$hostcheck"; then
AC_MSG_RESULT(changed)
AC_MSG_WARN([Running on a different architecture.])
AC_MSG_WARN([Can't use cached values.])
AC_MSG_ERROR([Please remove the invalid config.cache file, then try again.])
else
AC_MSG_RESULT(ok)
fi
##########################################################################
## ##
## Save configuration for later reuse ##
## ##
##########################################################################
OPL_CONFIG_NICE([config.nice])
##########################################################################
## ##
## Set Layout for iODBC ##
## ##
##########################################################################
AC_PREFIX_DEFAULT(/usr/local)
AC_MSG_CHECKING(for iODBC installation layout)
AC_ARG_WITH(layout, [dnl
AS_HELP_STRING([--with-layout=LAYOUT], [Choose installation layout])dnl
],
[ case "${withval}" in
yes|no) IODBC_LAYOUT=unset ;;
*) IODBC_LAYOUT=${withval} ;;
esac
], [IODBC_LAYOUT=unset])
#
# Defaults for Layout
#
install_libodbc=true
case ${IODBC_LAYOUT} in
unset) # No Layout set
iodbc_layout="default"
inidir=/etc
;;
[[Gg]][[Nn]][[Uu]]) # GNU
iodbc_layout="GNU"
test "x$prefix" = xNONE && prefix=/usr/local
inidir=${prefix}/etc/iodbc
;;
[[Dd]][[Ee]][[Bb]][[Ii]][[Aa]][[Nn]]) # Debian
iodbc_layout="Debian"
test "x$prefix" = xNONE && prefix=/usr
inidir=/etc
install_libodbc=false
;;
[[Gg]][[Ee]][[Nn]][[Tt]][[Oo]][[Oo]]) # Gentoo
iodbc_layout="Gentoo"
test "x$prefix" = xNONE && prefix=/usr
includedir='${prefix}/include/iodbc'
inidir=/etc/iodbc
install_libodbc=false
;;
[[Rr]][[Ee]][[Dd]][[Hh]][[Aa]][[Tt]]) # RedHat
iodbc_layout=RedHat
test "x$prefix" = xNONE && prefix=/usr
inidir=/etc
;;
[[Ff]][[Rr]][[Ee]][[Ee]][[Bb]][[Ss]][[Dd]]) # FreeBSD
iodbc_layout=FreeBSD
test "x$prefix" = xNONE && prefix=/usr
inidir=/etc
;;
[[Oo]][[Pp]][[Tt]]) # /opt
iodbc_layout=opt
test "x$prefix" = xNONE && prefix=/opt/iodbc
inidir=/etc
;;
[[Oo]][[Pp]][[Ee]][[Nn]][[Ll]][[Ii]][[Nn]][[Kk]]) # OpenLink
iodbc_layout=openlink
prefix=/usr/local/iODBC
inidir=/etc
;;
*) # UNKNOWN
AC_MSG_RESULT(unknown)
echo ""
echo "Supported layouts: Debian FreeBSD GNU OpenLink opt RedHat"
echo ""
AC_MSG_ERROR([unable to continue])
;;
esac
AC_MSG_RESULT([${iodbc_layout}])
##########################################################################
## ##
## Check for C compiler ##
## ##
##########################################################################
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CC_STDC
AC_PROG_CPP
AC_LANG([C])
AC_C_CONST
##########################################################################
## ##
## Check for standard programs ##
## ##
##########################################################################
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
LT_INIT
##########################################################################
## ##
## Check for standard header files ##
## ##
##########################################################################
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(wchar.h)
##########################################################################
## ##
## Check for specific library functions ##
## ##
##########################################################################
AC_CHECK_FUNCS(strerror setenv asprintf snprintf gettimeofday localtime_r)
dnl Unicode
AC_CHECK_FUNCS(wcslen wcscpy wcsncpy wcschr wcscat wcscmp towlower wcsncasecmp)
##########################################################################
## ##
## Check if we want to build the GUI applications and libraries ##
## ##
##########################################################################
AC_ARG_ENABLE(gui, [dnl
AS_HELP_STRING([--enable-gui], [build GUI applications (default)])
AS_HELP_STRING([--disable-gui], [build GUI applications])dnl
],
[ case "${enableval}" in
yes) USE_GUI=true ;;
no) USE_GUI=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-gui) ;;
esac
],[USE_GUI=true])
##########################################################################
## ##
## Check for GTK library functions ##
## ##
##########################################################################
USE_GTK=false
if test x$USE_GUI = xtrue
then
no_gtk=""
# Check for GTK+ 2.x
AM_PATH_GTK_2_0(2.0.0)
if test x$no_gtk != x
then
# Try GTK 1.2.x instead
no_gtk=""
AM_PATH_GTK(1.2.3)
fi
if test x$no_gtk = x
then
USE_GTK=true
fi
fi
##########################################################################
## ##
## Now make the final checks whether we can use GUI extensions ##
## ##
##########################################################################
if test x$USE_GTK = xfalse
then
USE_GUI=false
fi
if test x$USE_GUI = xtrue
then
AC_DEFINE(GUI, 1, [Define if we detected a GUI library we can use])
fi
AM_CONDITIONAL(GUI, [test x$USE_GUI = xtrue])
AM_CONDITIONAL(GTK, [test x$USE_GTK = xtrue])
##########################################################################
## ##
## Check for dynamic load module ##
## ##
##########################################################################
AC_CHECK_HEADERS(dlfcn.h dl.h dld.h)
save_LIBS="$LIBS"
LIBADD_DL=""
AC_CHECK_LIB(dl, dlopen,
[
AC_DEFINE(HAVE_LIBDL, 1, [Define if you have the -ldl library])
LIBADD_DL="-ldl"
LIBS="$LIBS -ldl"
]
)
AC_CHECK_FUNCS(dlopen _dlopen dlsym dladdr)
AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
_LT_TRY_DLOPEN_SELF([
AC_MSG_RESULT(no)
], [
AC_MSG_RESULT(yes)
AC_DEFINE(NEED_USCORE, 1, [Define if dlsym() requires a leading underscore in symbol names. ])
], [
AC_MSG_RESULT(no)
], [])
##########################################################################
## Check if the dl library has the Dl_info structure ##
##########################################################################
AC_MSG_CHECKING([for Dl_info])
AC_TRY_COMPILE([
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <dlfcn.h>
],[
Dl_info* info = 0;
dladdr(0, info);
],[
AC_DEFINE(HAVE_DL_INFO, 1, [Define to 1 if you have the Dl_info structure])
AC_MSG_RESULT(yes)
],[
AC_MSG_RESULT(no)
])
##########################################################################
## Check for dynamic load module (hpux) ##
##########################################################################
AC_CHECK_FUNC(shl_load,
[AC_DEFINE(HAVE_SHL_LOAD, 1, [Define if you have the shl_load function])],
[AC_CHECK_LIB(dld, shl_load,
[AC_DEFINE(HAVE_SHL_LOAD, 1, [Define if you have the shl_load function]) LIBADD_DL="-ldld"])]
)
##########################################################################
## Check for dynamic load module (hpux) ##
##########################################################################
AC_CHECK_LIB(dld, dld_link,
[AC_DEFINE(HAVE_DLD, 1, [Define if you have the -ldld library])dnl
test "x$ac_cv_lib_dld_shl_load" = yes || LIBADD_DL="-ldld"])
##########################################################################
## Check for dynamic load module (macos) ##
##########################################################################
AC_CHECK_FUNC(NSCreateObjectFileImageFromFile,
[AC_DEFINE(HAVE_DYLD, 1, [Define if you have the DYLD library])])
AC_SUBST(LIBADD_DL)
LIBS="$save_LIBS"
##########################################################################
## ##
## Set version information ##
## ##
##########################################################################
AC_MSG_CHECKING(for iODBC mode)
AC_ARG_ENABLE(odbc3, [dnl
AS_HELP_STRING([--enable-odbc3], [build ODBC 3.x compatible driver manager (default)])
AS_HELP_STRING([--disable-odbc3], [build ODBC 2.x compatible driver manager])dnl
],
[
case "${enableval}" in
yes) odbcmode=3 ;;
no) odbcmode=2
AC_MSG_ERROR(--disable-odbc3 temporarily disabled)
;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-odbc3) ;;
esac
],
[
odbcmode=3 # set default to ODBC 3.x mode
])
if test "x$odbcmode" = "x3"
then
lib_version=$lib3_version
CFLAGS="$CFLAGS -DODBCVER=0x0350 -DIODBC_BUILD=$BUILD_VER"
AC_MSG_RESULT(ODBC 3.x compatible mode)
else
lib_version=$lib2_version
CFLAGS="$CFLAGS -DODBCVER=0x0250 -DIODBC_BUILD=$BUILD_VER"
AC_MSG_RESULT(ODBC 2.x compatible mode)
fi
AC_SUBST(odbcmode)
AC_SUBST(lib_version)
##########################################################################
## ##
## Where to find the system odbc.ini file **
## ##
##########################################################################
#
# First determine the systemwide default directory according
# to GNU specifications
#
AC_MSG_CHECKING(system config directory)
sysinidir=`eval echo $sysconfdir`
case "$sysinidir" in
NONE*)
sysinidir=$ac_default_prefix/etc
;;
/usr/etc)
sysinidir=/etc
;;
*)
sysinidir=`eval echo $sysconfdir`
;;
esac
AC_MSG_RESULT($sysinidir)
#
# Now allow to overrule this directory with a custom setting
#
AC_MSG_CHECKING(for iODBC ini directory)
AC_ARG_WITH(iodbc-inidir, [dnl
AS_HELP_STRING([--with-iodbc-inidir=DIR], [where the system odbc.ini file should be located])
AS_HELP_STRING([ ], [(default is /etc)])dnl
],
[
case "$withval" in
yes|no)
inidir=$sysinidir
;;
*)
inidir=$withval
;;
esac
])
AC_MSG_RESULT($inidir)
AC_SUBST(inidir)
AC_DEFINE_UNQUOTED(SYS_ODBC_INI, "$inidir/odbc.ini",
[Define path to systemwide odbc.ini file])
AC_DEFINE_UNQUOTED(SYS_ODBCINST_INI, "$inidir/odbcinst.ini",
[Define path to systemwide odbcinst.ini file])
#
# Now allow to override default FileDSN directory with a custom setting
#
filedsnpath=$inidir/ODBCDataSources
AC_MSG_CHECKING(for FILEDSN default directory)
AC_ARG_WITH(iodbc-filedsnpath, [dnl
AS_HELP_STRING([--with-iodbc-filedsnpath=DIR], [default location for FILEDSN data sources])
AS_HELP_STRING([ ], [(default is $inidir/ODBCDataSources)])dnl
],
[
case "$withval" in
yes|no)
filedsnpath=$inidir/ODBCDataSources
;;
*)
filedsnpath=$withval
;;
esac
])
AC_MSG_RESULT($filedsnpath)
AC_SUBST(filedsnpath)
AC_DEFINE_UNQUOTED(DEFAULT_FILEDSNPATH, "$filedsnpath",
[Default location for FILEDSN data sources])
##########################################################################
## ##
## Create libodbc.so if requested ##
## ##
##########################################################################
AC_MSG_CHECKING(for libodbc.so link)
AC_ARG_ENABLE(libodbc, [dnl
AS_HELP_STRING([--enable-libodbc], [install extra libodbc.so library (default)])
AS_HELP_STRING([--disable-libodbc], [do not install extra libodbc.so library ])dnl
],
[ case "${enableval}" in
yes) install_libodbc=true ;;
no) install_libodbc=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-libodbc) ;;
esac
],[])
AC_MSG_RESULT([$install_libodbc])
AM_CONDITIONAL(INSTALL_LIBODBC, [test x$install_libodbc = xtrue])
##########################################################################
## ##
## Checkout pthread situation ##
## ##
##########################################################################
# for backward compatibility
AC_ARG_WITH(pthreads,[],
[
AC_MSG_WARN([--with-pthreads flag is deprecated, use --enable-pthreads])
],[])
AC_MSG_CHECKING(for thread model)
AC_ARG_ENABLE(pthreads, [dnl
AS_HELP_STRING([--enable-pthreads], [build threaded libraries and applications (default)])
AS_HELP_STRING([--disable-pthreads], [build non-threaded libraries and applications])dnl
],
[ case "${enableval}" in
yes) USE_PTHREADS=true ;;
no) USE_PTHREADS=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-pthreads) ;;
esac
],[USE_PTHREADS=true])
if test x$USE_PTHREADS = xtrue
then
AC_MSG_RESULT(enabled pthread support)
CPPFLAGS="$CPPFLAGS -DWITH_PTHREADS -D_REENTRANT"
found_lib=false
AC_MSG_CHECKING(for OS dependent thread flags)
case $host in
*-aix*)
# Unless overruled by the user, we prefer this compiler
if test "x$CC" = "xcc"
then
CC=cc_r7
fi
AC_MSG_RESULT([using $CC for AIX])
;;
*UnixWare*)
CFLAGS="$CFLAGS -Kthread"
AC_MSG_RESULT([use -Kthread for UnixWare])
;;
i[3456]86-dg-dgux*)
CFLAGS="$CFLAGS -D_POSIX4A_DRAFT6_SOURCE"
LIBS="$LIBS -lthread"
AC_MSG_RESULT([use -lthread for DG/UX])
;;
*-freebsd*)
CFLAGS="$CFLAGS -pthread"
AC_MSG_RESULT([use -pthread for FreeBSD])
;;
*-hpux*)
LIBS="$LIBS -lpthread -lcl"
AC_MSG_RESULT([use -lpthread for HP/UX])
;;
*-osf3.*)
CPPFLAGS="$CPPFLAGS -DOLD_PTHREADS"
LIBS="$LIBS -lpthreads -lmach -lc_r"
AC_MSG_RESULT([use -lpthreads for OSF 3.2])
;;
*-osf4.*)
LIBS="$LIBS -lpthread"
AC_MSG_RESULT([use -lpthread for OSF 4.x])
;;
*)
AC_MSG_RESULT([none])
;;
esac
#
# Check headers
#
AC_CHECK_HEADER([pthread.h], , [AC_MSG_ERROR([pthreads header not found])])
#
# If mutex functions are in C library, we should not need to link
# with -lpthread
#
AC_CHECK_FUNC(pthread_mutex_lock, [found_lib=true])
#
# Check out the various libraries
#
if test x$found_lib = xfalse
then
IODBC_CHECK_PTHREAD_LIB(pthreads, pthread_mutex_lock,
[
LIBS="$LIBS -lpthreads"
found_lib=true
])
fi
if test x$found_lib = xfalse
then
IODBC_CHECK_PTHREAD_LIB(pthread, pthread_mutex_lock,
[
LIBS="$LIBS -lpthread"
found_lib=true
])
fi
else
AC_MSG_RESULT(no thread support)
fi
##########################################################################
## ##
## OS dependent libraries ##
## ##
##########################################################################
LIBADD_OS=""
AC_MSG_CHECKING(for OS dependent libraries and link flags)
AM_CONDITIONAL(DARWIN, false)
case $host in
*-hpux*)
LDFLAGS="$LDFLAGS -Wl,+s"
AC_MSG_RESULT([use -Wl,+s for HP/UX])
;;
*-darwin*)
AM_CONDITIONAL(DARWIN, true)
CFLAGS="$CFLAGS -DNO_FRAMEWORKS"
LIBADD_OS="-Wl,-framework,Carbon"
AC_MSG_RESULT([$LIBADD_OS])
;;
*)
AC_MSG_RESULT(none)
;;
esac
AC_SUBST(LIBADD_OS)
##########################################################################
## ##
## Generate Makefiles etc. ##
## ##
##########################################################################
AC_CONFIG_FILES([
Makefile
admin/Makefile
admin/libiodbc.spec
admin/libiodbc.pc
bin/Makefile
bin/iodbc-config
etc/Makefile
man/Makefile
man/iodbc-config.1
man/iodbctest.1
man/iodbctestw.1
man/iodbcadm-gtk.1
include/Makefile
iodbc/Makefile
iodbc/trace/Makefile
iodbcinst/Makefile
iodbcadm/Makefile
iodbcadm/gtk/Makefile
drvproxy/Makefile
drvproxy/gtk/Makefile
samples/Makefile
])
AC_CONFIG_COMMANDS([default],[
chmod 755 bin/iodbc-config
])
AC_OUTPUT
##########################################################################
## ##
## Display configuration information ##
## ##
##########################################################################
# ----------------------------------------------------------------------
# Color settings
# ----------------------------------------------------------------------
B=`tput bold 2>/dev/null`
N=`tput sgr0 2>/dev/null`
cat <<EOF
${B}${PACKAGE_STRING} configuration summary${N}
`echo "${PACKAGE_STRING} configuration summary" | sed 's/./=/g'`
${B}Installation variables${N}
layout ${iodbc_layout}
prefix ${prefix}
exec_prefix ${exec_prefix}
${B}Installation paths${N}
programs ${bindir}
include files ${includedir}
libraries ${libdir}
manual pages ${mandir}
${B}Configuration files${N}
odbc.ini ${inidir}/odbc.ini
odbcinst.ini ${inidir}/odbcinst.ini
default FILEDSN path ${filedsnpath}
${B}Extensions${N}
ODBC Version ${odbcmode}
GUI Extensions ${USE_GUI}
ThreadSafe ${USE_PTHREADS}
Install libodbc.so ${install_libodbc}
EOF