-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigure.ac
878 lines (783 loc) · 28.4 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
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
# Process this file with autoconf to produce a configure script.
AC_COPYRIGHT([Fix8 is released under the GNU LESSER GENERAL PUBLIC LICENSE Version 3.
Fix8 Open Source FIX Engine.
Copyright (C) 2010-16 David L. Dight <fix@fix8.org>
All rights reserved.])
AC_PREREQ(2.66)
AC_INIT([fix8], m4_esyscmd([./version.sh|tr -d '\n']),fix@fix8.org,fix8,http://www.fix8.org)
AM_INIT_AUTOMAKE
AH_TOP([//-----------------------------------------------------------------------------------------
/*
Fix8 is released under the GNU LESSER GENERAL PUBLIC LICENSE Version 3.
Fix8 Open Source FIX Engine.
Copyright (C) 2010-16 David L. Dight <fix@fix8.org>
Fix8 is free software: you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation, either version
3 of the License, or (at your option) any later version.
Fix8 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.
You should have received a copy of the GNU Lesser General Public License along with Fix8.
If not, see <http://www.gnu.org/licenses/>.
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO
THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT
HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
//-----------------------------------------------------------------------------------------])
AC_ENABLE_STATIC(no)
AC_CONFIG_MACRO_DIR([m4])
# generate major_version
VERSION_DASHED=`[echo $VERSION | tr . -]`
MAJOR_VERSION=`[echo $VERSION | sed 's/^\([0-9]*\.[0-9]*\)\..*/\1/']`
echo "checking version... $VERSION"
MAJOR_VERSION_NUM=`[echo $VERSION | sed 's/[^0-9]/ /g' | awk '{printf "%d",$1}']`
AC_DEFINE_UNQUOTED([MAJOR_VERSION_NUM], [$MAJOR_VERSION_NUM], [Major version number])
MINOR_VERSION_NUM=`[echo $VERSION | sed 's/[^0-9]/ /g' | awk '{printf "%d",$2}']`
AC_DEFINE_UNQUOTED([MINOR_VERSION_NUM], [$MINOR_VERSION_NUM], [Minor version number])
PATCH_VERSION_NUM=`[echo $VERSION | sed 's/[^0-9]/ /g' | awk '{printf "%d",$3}']`
AC_DEFINE_UNQUOTED([PATCH_VERSION_NUM], [$PATCH_VERSION_NUM], [Patch number])
# MAGIC_NUM=`[echo $MAJOR_VERSION_NUM $MINOR_VERSION_NUM $PATCH_VERSION_NUM | awk '{printf "%d",or(or(lshift($1,24),lshift($2,12)),$3)}']`
MAGIC_NUM=$(($MAJOR_VERSION_NUM << 24 | $MINOR_VERSION_NUM << 12 | $PATCH_VERSION_NUM))
AC_DEFINE_UNQUOTED([MAGIC_NUM], [$MAGIC_NUM], [Encode version])
AC_DEFINE_UNQUOTED([MAGIC_NUM_EXPR], [(FIX8_MAJOR_VERSION_NUM << 24 | FIX8_MINOR_VERSION_NUM << 12 | FIX8_PATCH_VERSION_NUM)], [Encoded Version as expresion])
AC_DEFINE_UNQUOTED([CONFIGURE_OPTIONS], ["$ac_configure_args"], [configure options])
AC_SUBST(libfix8_la_version_info, $MAJOR_VERSION_NUM:$MINOR_VERSION_NUM:0)
BRAND_SUMMARY='Fix8 Open Source FIX Framework'
BRAND_DESCRIPTION='Modern fast FIX Framework'
BRAND_COMPANY_SHORTNAME='fix8'
BRAND_COMPANY_LONGNAME='fix8 by David L. Dight'
# Check for C++11
AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
# Checks for programs.
LT_INIT
AC_PROG_CXX
AC_PROG_CC
AC_C_BIGENDIAN
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_C_LONG_DOUBLE
AC_TYPE_LONG_LONG_INT
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
AC_HEADER_TIME
AC_STRUCT_TM
AC_HEADER_STDBOOL
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_TYPE_OFF_T
AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
AC_CHECK_TYPES([ptrdiff_t])
AC_CHECK_SIZEOF(unsigned long)
# Checks for library functions.
# these are checked before the libraries are added to the compilation flags so that they will link
# properly
AC_PROG_GCC_TRADITIONAL
AC_LANG_CPLUSPLUS
AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_MKTIME
AC_TYPE_SIGNAL
AC_FUNC_ALLOCA
AC_HEADER_SYS_WAIT
AC_FUNC_FORK
AC_HEADER_STDC
AC_FUNC_MMAP
AC_FUNC_STAT
AC_FUNC_STRFTIME
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_REALLOC
AC_FUNC_STRCOLL
AC_CHECK_TOOL([STRIP],[strip])
AC_CHECK_TOOL([DOXYGEN],[doxygen])
# check what version of gcc we're using
# compiler specific settings
case "$CXX" in
*clang*)
LIBS="$LIBS -lstdc++ -lm " ;;
*g++*)
GCC_VERSION=`$CC -dumpversion`
gcc_major=`echo $GCC_VERSION | cut -d. -f1`
gcc_minor=`echo $GCC_VERSION | cut -d. -f2` ;;
*) ;;
esac
m4_include(m4/ax_check_compile_flag.m4)
has_assignmentvars=no
AX_CHECK_COMPILE_FLAG([-fno-var-tracking-assignments], [has_assignmentvars=yes])
oktotogglevar=yes
AC_ARG_ENABLE([toggleassignmentvars],
[AS_HELP_STRING([--enable-toggleassignmentvars],[enable toggleassignmentvars for gcc (default=yes if available)])],
[case "${enableval}" in
yes) ;;
no) oktotogglevar=no;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-toggleassignmentvars) ;;
esac])
# use -fvar-tracking-assignments
AM_CONDITIONAL(TOGGLETRACKINGASSIGNMENTS, [test x$has_assignmentvars = xyes && test x$oktotogglevar = xyes])
if test -z "$DOXYGEN";
then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
fi
oktodox=yes
AC_ARG_ENABLE([doxygen],
[AS_HELP_STRING([--enable-doxygen],[enable doxygen generation (default=yes if available)])],
[case "${enableval}" in
yes) ;;
no) oktodox=no;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-doxygen) ;;
esac])
AM_CONDITIONAL([USEDOXYGEN], [test -n "$DOXYGEN" && test $oktodox = yes])
AM_COND_IF([USEDOXYGEN],[AC_CONFIG_FILES([doc/Makefile])])
DOXYGEN_WARNINGS=YES
AC_ARG_ENABLE([doxygen-warnings],
[AS_HELP_STRING([--enable-doxygen-warnings],[permit doxygen to generate warnings (default=yes)])],
[case "${enableval}" in
no) DOXYGEN_WARNINGS=NO ;;
yes) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-doxygen-warnings) ;;
esac])
AC_CHECK_FUNCS([getopt_long sysconf popen getcwd gettimeofday localtime_r regcomp socket strcasecmp \
strerror strtol strtoul random srandom
])
AC_CHECK_DECLS([TCP_CORK], [], [], [[#include <netinet/tcp.h>]])
fillmetadata=yes
AC_ARG_ENABLE([fillmetadata],
[AS_HELP_STRING([--enable-fillmetadata],[enable metadata population (default=yes)])],
[case "${enableval}" in
yes) AC_DEFINE(POPULATE_METADATA, 1, [Define to 1 to enable metatdata population in encode/decodes]) ;;
no) fillmetadata=no;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-fillmetadata) ;;
esac])
AC_ARG_ENABLE([rdtsc],
[AS_HELP_STRING([--enable-rdtsc],[use rdtsc for interval timer if available])],
[case "${enableval}" in
yes) AC_DEFINE(USE_RDTSC, 1, [Define to 1 to enable rdtsc for interval timer if available]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-rdtsc) ;;
esac])
oktolinkrt=yes
AC_CHECK_LIB(rt, clock_gettime, [AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define if you have clock_gettime()])], oktolinkrt=no)
AC_CHECK_LIB(rt, clock_nanosleep, [AC_DEFINE(HAVE_CLOCK_NANOSLEEP, 1, [Define if you have clock_nanosleep()])], oktolinkrt=no)
AM_CONDITIONAL(LINK_RT, [test x$oktolinkrt = xyes])
AC_CHECK_HEADERS([getopt.h fcntl.h netdb.h regex.h signal.h string.h sys/time.h \
arpa/inet.h sys/stat.h sys/types.h select.h \
sys/wait.h netinet/in.h getopt.h limits.h sys/ioctl.h unistd.h \
sys/socket.h time.h syslog.h termios.h alloca.h], [], [],
[[
#ifdef HAVE_GETOPT_H
# include <getop.h>
#endif
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif
#ifdef HAVE_REGEX_H
# include <regex.h>
#endif
#ifdef HAVE_SIGNAL_H
# include <signal.h>
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_TIME_H
# include <time.h>
#endif
#ifdef HAVE_SYSLOG_H
# include <syslog.h>
#endif
#ifdef HAVE_TERMIOS_H
# include <termios.h>
#endif
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
]])
AC_DEFINE_UNQUOTED(RESERVE_PERCENT, 30, [Percentage of message fields to reserve for additional fields])
AC_ARG_WITH(reservepercent,
AS_HELP_STRING([--with-reservepercent=VALUE],[Percentage of message fields to reserve for additional fields]),
[
AC_DEFINE_UNQUOTED(RESERVE_PERCENT, ${withval},[Percentage of message fields to reserve for additional fields])
],[])
AC_DEFINE_UNQUOTED(MAX_MSG_LENGTH, 8192, [Maximum length of a FIX message in bytes])
AC_ARG_WITH(maxmsglen,
AS_HELP_STRING([--with-maxmsglen=VALUE],[Maximum length of a FIX message (default=8192)]),
[
AC_DEFINE_UNQUOTED(MAX_MSG_LENGTH, ${withval}, [Maximum length of a FIX message (default=8192)])
],[])
AC_DEFINE_UNQUOTED(MAX_FLD_LENGTH, 2048, [Maximum length of a FIX field in bytes])
AC_ARG_WITH(maxfldlen,
AS_HELP_STRING([--with-maxfldlen=VALUE],[Maximum length of a FIX field (default=2048)]),
[
AC_DEFINE_UNQUOTED(MAX_FLD_LENGTH, ${withval}, [Maximum length of a FIX field (default=2048)])
],[])
AC_DEFINE_UNQUOTED(DEFAULT_PRECISION, 2, [Default number of precision digits for floating point fields])
AC_ARG_WITH(precision-digits,
AS_HELP_STRING([--with-precision-digits=VALUE],[Default number of precision digits for floating point fields (default=2)]),
[
AC_DEFINE_UNQUOTED(DEFAULT_PRECISION, ${withval}, [Default number of precision digits for floating point fields (default=2)])
],[])
AC_ARG_WITH(tbb,
AS_HELP_STRING([--with-tbb=DIR],[location of TBB]),
[
CPPFLAGS="$CPPFLAGS -I${withval}/include"
LDFLAGS="$LDFLAGS -L${withval}/lib"
],[])
AC_ARG_WITH(gtest,
AS_HELP_STRING([--with-gtest=DIR],[location of gtest]),
[
CPPFLAGS="$CPPFLAGS -I${withval}/include"
LDFLAGS="$LDFLAGS -L${withval}/lib -L${withval}/lib/.libs"
],[])
usetcmalloc=yes
AC_ARG_ENABLE([tcmalloc],
[AS_HELP_STRING([--enable-tcmalloc],[enable gperftools tcmalloc (default=yes)])],
[case "${enableval}" in
yes) ;;
no) usetcmalloc=no;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-tcmalloc) ;;
esac])
usetbbmalloc=no
AC_ARG_ENABLE([tbbmalloc],
[AS_HELP_STRING([--enable-tbbmalloc],[enable TBB tbbmalloc (default=no)])],
[case "${enableval}" in
yes) usetbbmalloc=yes;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-tbbmalloc) ;;
esac])
AC_ARG_WITH(gperf,
AS_HELP_STRING([--with-gperf=DIR],[location of gperf libraries]),
[
CPPFLAGS="$CPPFLAGS -I${withval}/include"
LDFLAGS="$LDFLAGS -L${withval}/lib"
],[])
AC_DEFINE(MPMC_TBB, 1, [FIX8_TBB MPMC])
AC_DEFINE(MPMC_FF, 2, [FIX8_FF MPMC])
AC_MSG_CHECKING(for precision)
using_double_precision=yes
AC_ARG_WITH([precision],
[AS_HELP_STRING([--with-precision=VAL],[select whether to use single or double precision (single|double, default=double)])],
[case "${withval}" in
single) using_double_precision=no
AC_MSG_RESULT(single)
AC_DEFINE(USE_SINGLE_PRECISION, 1, [Define to 1 if using float precision]) ;;
double) AC_MSG_RESULT(double)
using_double_precision=yes ;;
*) echo
echo "ERROR: Unknown value ${withval} for precision given."
echo
exit 1
esac])
mpmc_set=no
using_ff=no
AC_ARG_WITH([mpmc],
[AS_HELP_STRING([--with-mpmc=VAL],[select which mpmc system will be used (tbb|ff, default=ff)])],
[case "${withval}" in
tbb) AC_MSG_CHECKING(for TBB)
AC_TRY_COMPILE([
#include <tbb/atomic.h>
#include <tbb/mutex.h>
#include <tbb/concurrent_queue.h>
],,
have_tbb=yes, have_tbb=no)
if test "$have_tbb" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(MPMC_SYSTEM, FIX8_MPMC_TBB, [MPMC system used])
else
AC_MSG_RESULT(no)
echo
echo "ERROR: TBB development libraries not found. Install and try again."
echo
exit 1
fi
mpmc_set=yes ;;
ff) using_ff=yes;;
*) echo
echo "ERROR: Unknown value ${withval} for MPMC given."
echo
exit 1
esac])
if test "$mpmc_set" = no; then
using_ff=yes
AC_DEFINE(MPMC_SYSTEM, FIX8_MPMC_FF, [MPMC system used])
fi
AM_CONDITIONAL(TBBSUPPORT, [test x$have_tbb = xyes])
AC_CHECK_LIB(tcmalloc_minimal, malloc, have_tcmalloc_minimal_lib=yes)
AC_CHECK_LIB(tcmalloc, malloc, have_tcmalloc_lib=yes)
AC_DEFINE(MALLOC_TBB, 1, [TBB malloc])
AC_DEFINE(MALLOC_TCMALLOC, 2, [tcmalloc])
AC_DEFINE(MALLOC_STD, 3, [std malloc])
AC_DEFINE(MALLOC_SYSTEM, MALLOC_STD, [malloc system to use])
if test "$have_tbb" = yes && test x$usetbbmalloc = xyes; then
LIBS="$LIBS -ltbbmalloc -ltbbmalloc_proxy"
AC_DEFINE(MALLOC_SYSTEM, FIX8_MALLOC_TBB, [malloc system to use])
else if test "$have_tcmalloc_minimal_lib" = yes && test x$usetcmalloc = xyes; then
LIBS="$LIBS -ltcmalloc_minimal"
AC_DEFINE(MALLOC_SYSTEM, FIX8_MALLOC_TCMALLOC, [malloc system to use])
else if test "$have_tcmalloc_lib" = yes && test x$usetcmalloc = xyes; then
LIBS="$LIBS -ltcmalloc"
AC_DEFINE(MALLOC_SYSTEM, FIX8_MALLOC_TCMALLOC, [malloc system to use])
fi
fi
fi
AC_ARG_WITH(sleep,
AS_HELP_STRING([--with-sleep=VAL],[If using fastflow, sleep for VAL ns instead of yield when waiting for input(default=no)]),
[
AC_DEFINE_UNQUOTED(SLEEP_NO_YIELD, ${withval}, [Define to 1 if when using fastflow, sleep for VAL ns instead of yield when waiting for input])
],[])
AC_ARG_WITH(poco,
AS_HELP_STRING([--with-poco=DIR],[location of Poco]),
[
CPPFLAGS="$CPPFLAGS -I${withval}/include"
LDFLAGS="$LDFLAGS -L${withval}/lib"
],[])
AC_MSG_CHECKING(for Poco)
AC_TRY_COMPILE([
#include <Poco/Net/ServerSocket.h>
#include <Poco/Net/StreamSocket.h>
#include <Poco/Timestamp.h>
#include <Poco/DateTime.h>
#include <Poco/DateTimeParser.h>
#include <Poco/DateTimeFormatter.h>
#include <Poco/Net/NetException.h>
],,
have_poco=yes, have_poco=no)
if test "$have_poco" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAS_POCO, 1, [Define to 1 if Poco available])
else
AC_MSG_RESULT(no)
echo
echo "ERROR: Poco development libraries are required. Install and try again (see wiki:prerequisites)."
echo
exit 1
fi
#Check for OSX
AC_MSG_CHECKING([for OSX/Darwin])
have_osx=no
case `uname -s` in
Darwin) LIBTOOLIZE=glibtoolize
have_osx=yes;;
*) LIBTOOLIZE=libtoolize;;
esac
AC_MSG_RESULT([$have_osx])
AM_CONDITIONAL(USEOSX, [test x$have_osx = xyes])
regex_set=no
using_poco_regex=no
AC_ARG_WITH([regex],
[AS_HELP_STRING([--with-regex=VAL],[select which regex system will be used (regex|poco, default=regex)])],
[case "${withval}" in
regex) AC_MSG_CHECKING(for regex)
AC_TRY_COMPILE([
#include <regex.h>
],,
have_regex=yes, have_regex=no)
if test "$have_regex" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(REGEX_SYSTEM, FIX8_REGEX_REGEX_H, [regex.h system used])
else
AC_MSG_RESULT(no)
echo
echo "ERROR: regex.h header not found. Install and try again."
echo
exit 1
fi
regex_set=yes ;;
poco) using_poco_regex=yes;;
*) echo
echo "ERROR: Unknown value ${withval} for REGEX given."
echo
exit 1
esac])
AC_DEFINE(REGEX_POCO, 1, [Poco regex system])
AC_DEFINE(REGEX_REGEX_H, 2, [regex.h regex system])
if test "$using_poco_regex" = yes; then
AC_DEFINE(REGEX_SYSTEM, FIX8_REGEX_POCO, [POCO system used])
else
AC_DEFINE(REGEX_SYSTEM, FIX8_REGEX_REGEX_H, [regex.h system used])
fi
thread_set=no
using_std_thread=no
AC_ARG_WITH([thread],
[AS_HELP_STRING([--with-thread=VAL],[select which thread system will be used (pthread|stdthread, default=pthread)])],
[case "${withval}" in
pthread) AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS"
CXXFLAGS="$PTHREAD_CFLAGS $CXXFLAGS"
CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
CC="$PTHREAD_CC"],
[AC_MSG_ERROR([Pthread API support is required.])])
thread_set=yes
AC_DEFINE(THREAD_SYSTEM, FIX8_THREAD_PTHREAD, [pthread system used])
;;
stdthread) AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS"
CXXFLAGS="$PTHREAD_CFLAGS $CXXFLAGS"
CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
CC="$PTHREAD_CC"],
[AC_MSG_ERROR([Pthread API support is required.])])
using_std_thread=yes
thread_set=yes
AC_DEFINE(THREAD_SYSTEM, FIX8_THREAD_STDTHREAD, [std::thread system used])
;;
*) echo
echo "ERROR: Unknown value ${withval} for REGEX given."
echo
exit 1
esac])
AC_DEFINE(THREAD_PTHREAD, 2, [pthread thread system])
AC_DEFINE(THREAD_STDTHREAD, 4, [std::thread thread system])
if test "$thread_set" = no; then
using_std_thread=no
AC_DEFINE(THREAD_SYSTEM, FIX8_THREAD_PTHREAD, [pthread used for threading])
fi
oktogtest=yes
AC_ARG_ENABLE([gtest],
[AS_HELP_STRING([--enable-gtest],[enable gtest unit test case building if available (default=yes if available)])],
[case "${enableval}" in
yes) ;;
no) oktogtest=no;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-gtest) ;;
esac])
AC_MSG_CHECKING(for gtest)
AC_TRY_COMPILE([
#include <gtest/gtest.h>
],[;],
have_gtest=yes, have_gtest=no)
if test "$have_gtest" = yes && test "$oktogtest" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAS_GTEST, 1, [Define to 1 if gtest available])
else
AC_MSG_RESULT(no)
fi
AM_CONDITIONAL(USEGTEST, [test x$have_gtest = xyes && test "$oktogtest" = yes])
AC_CHECK_LIB(crypt, crypt, [
AC_CHECK_HEADERS([crypt.h],
[
AC_DEFINE([HAVE_CRYPT], [1], [Define to 1 if crypt is present in -lcrypt])
havecrypt=yes
])
])
AM_CONDITIONAL(USECCRYPT, [test x$havecrypt = xyes])
m4_include(m4/ax_compare_version.m4)
m4_include(m4/ax_path_bdb.m4)
oktof8test=yes
AC_ARG_ENABLE([f8test],
[AS_HELP_STRING([--enable-f8test],[permit f8test client/server to be built (default=yes)])],
[case "${enableval}" in
no) oktof8test=no ;;
yes) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-f8test) ;;
esac])
AM_CONDITIONAL(F8TEST, [test x$oktof8test = xyes])
oktoextendmetadata=no
AC_ARG_ENABLE([extended-metadata],
[AS_HELP_STRING([--enable-extended-metadata],[enable extended metadata generation and support (default=no)])],
[case "${enableval}" in
yes) oktoextendmetadata=yes
AC_DEFINE(HAVE_EXTENDED_METADATA, 1, [Define to 1 if you have extended Fix8 metadata enabled]);;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-extended-metadata) ;;
esac])
AM_CONDITIONAL(F8TESTSTATIC, [test x$oktof8test = xyes && test x$oktoextendmetadata = xyes])
oktomemcached=no
AC_ARG_ENABLE([libmemcached],
[AS_HELP_STRING([--enable-libmemcached],[enable memcached C API support via libmemcached (default=no)])],
[case "${enableval}" in
yes) oktomemcached=yes
AC_MSG_CHECKING(for libmemcached)
AC_TRY_COMPILE([
#include <libmemcached/memcached.h>
],,
have_libmemcached=yes,have_libmemcached=no)
if test "$have_libmemcached" = yes && test "$oktomemcached" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_LIBMEMCACHED, 1, [Define to 1 if you have libmemcached])
else
AC_MSG_RESULT(no)
fi ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-libmemcached) ;;
esac])
AM_CONDITIONAL(LIBMEMCACHEDSUPPORT, [test x$oktomemcached = xyes])
oktohiredis=no
AC_ARG_ENABLE([libhiredis],
[AS_HELP_STRING([--enable-libhiredis],[enable redis C API support via libhiredis (default=no)])],
[case "${enableval}" in
yes) oktohiredis=yes
AC_MSG_CHECKING(for libhiredis)
AC_TRY_COMPILE([
#include <hiredis/hiredis.h>
],,
have_libhiredis=yes,have_libhiredis=no)
if test "$have_libhiredis" = yes && test "$oktohiredis" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_LIBHIREDIS, 1, [Define to 1 if you have libhiredis])
else
AC_MSG_RESULT(no)
fi ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-libhiredis) ;;
esac])
AM_CONDITIONAL(LIBHIREDISSUPPORT, [test x$oktohiredis = xyes])
oktobdb=no
AC_ARG_ENABLE([bdb],
[AS_HELP_STRING([--enable-bdb],[enable support for Oracle Berkeley DB persistence (default=no)])],
[case "${enableval}" in
yes) oktobdb=yes
AX_PATH_BDB([3],[ LIBS="$BDB_LIBS $LIBS" LDFLAGS="$BDB_LDFLAGS $LDFLAGS" CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS"
AC_DEFINE(HAVE_BDB, 1, [Define to 1 if you have berkeley DB])]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-bdb) ;;
esac])
AM_CONDITIONAL(BDBSUPPORT, [test x$oktobdb = xyes])
oktozeromq=no
AC_ARG_ENABLE([zeromq],
[AS_HELP_STRING([--enable-zeromq],[enable zeromq messagebus support (default=no)])],
[case "${enableval}" in
yes) oktozeromq=yes
AC_MSG_CHECKING(for zeromq)
AC_TRY_COMPILE([
#include <zmq.hpp>
],,
have_zeromq=yes,have_zeromq=no)
if test "$have_zeromq" = yes && test "$oktozeromq" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAS_ZEROMQ_MBUS, 1, [Define to 1 if you have zeromq])
else
AC_MSG_RESULT(no)
fi ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-zeromq) ;;
esac])
AM_CONDITIONAL(ZEROMQSUPPORT, [test x$oktozeromq = xyes])
AC_CHECK_LIB(z, deflate, [
AC_CHECK_HEADERS([zlib.h],
[
Z_LIB=-lz
AC_DEFINE([HAVE_LIBZ], [1], [Define to 1 if libz is present])
AC_DEFINE([HAVE_ZLIB_H], [1])
AC_DEFINE(HAVE_COMPRESSION, 1, [Define to 1 if zlib headers and library were found])
havecompression=yes
])
])
AM_CONDITIONAL(USECOMPRESSION, [test x$havecompression = xyes])
AC_SUBST(Z_LIB)
if test "$havecompression" != "yes"; then
echo
echo "ERROR: zlib (libz) development libraries are required. Install and try again."
echo
exit 1
fi
if test x"$GCC" != x"yes"; then
case x"$build" in
xsparc-sun-solaris*)
CFLAGS="$CFLAGS -xCC"
AC_TRY_COMPILE(
[ // a comment ],
[],
[],
AC_MSG_ERROR([-xCC does not allow compilation of C++ comments])
)
esac
else
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
fi
AC_ARG_ENABLE([xmlstrictbool],
[AS_HELP_STRING([--enable-xmlstrictbool],[enable xml strict bool behaviour (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(XMLENTITY_STRICT_BOOL, 1, [Define to 1 if you wish to enforce strict bool ]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-xmlstrictbool) ;;
esac])
AC_ARG_ENABLE([rawmsgsupport],
[AS_HELP_STRING([--enable-rawmsgsupport],[enable raw FIX message support (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(RAW_MSG_SUPPORT, 1, [Define to 1 if you wish to enable raw FIX message support]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-rawmsgsupport) ;;
esac])
AC_ARG_ENABLE([preencode],
[AS_HELP_STRING([--enable-preencode],[enable pre-encode (prepare) message support (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(PREENCODE_MSG_SUPPORT, 1, [Define to 1 if you wish to pre-encode (prepare) message support]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-preencode) ;;
esac])
AC_ARG_ENABLE([bufgloblogging],
[AS_HELP_STRING([--enable-bufgloblogging],[enable buffered global logging behaviour (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(BUFFERED_GLOBAL_LOGGING, 1, [Define to 1 if you wish to enable buffered global logging]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-bufgloblogging) ;;
esac])
AC_ARG_ENABLE([valgrind],
[AS_HELP_STRING([--enable-valgrind],[enable internal support for valgrind (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(HAVE_VALGRIND, 1, [Define to 1 for valgrind support ])
AC_CHECK_HEADERS([valgrind/valgrind.h]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;;
esac])
AC_ARG_ENABLE([gprof],
[AS_HELP_STRING([--enable-gprof],[enable internal support for gprof (default=no)])],
[case "${enableval}" in
yes) AC_CHECK_HEADERS([sys/gmon.h],[ have_gprof_headers=yes ])
if test "$have_gprof_headers" = yes; then
AC_DEFINE(PROFILING_BUILD, 1,
[Define to 1 if your os supports gprof and you wish to enable profiling])
CFLAGS="$CFLAGS -pg"
CXXFLAGS="$CXXFLAGS -pg"
fi ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-gprof) ;;
esac])
AC_ARG_ENABLE([codectiming],
[AS_HELP_STRING([--enable-codectiming],[enable CODEC timing testing code (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(CODECTIMING, 1, [Define to 1 to enable CODEC timing testing code]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-codectiming) ;;
esac])
AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug],[enable DEBUG support (FIX8_DEBUG) (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(DEBUG, 1, [Define to 1 for debugging support]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
esac])
AC_ARG_ENABLE([ssl],
[AS_HELP_STRING([--enable-ssl],[enable SSL support (through OpenSSL, default=no)])],
[case "${enableval}" in
yes) openssl=yes ;;
no) openssl=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-https) ;;
esac],[openssl=no])
if test "$openssl" = yes; then
unset openssl_path ac_cv_lib_ssl_SSL_new ac_cv_header_openssl_ssl_h
if test "$openssl" != yes; then
openssl_path=$openssl
fi
openssl=no
SAVED_LIBS=$LIBS
LIBS="$LIBS -lcrypto"
if test -n "$openssl_path"; then
LIBS="-L$openssl_path/lib $LIBS"
fi
AC_CHECK_LIB(ssl, SSL_new, have_openssl=yes)
AC_CHECK_HEADERS(openssl/ssl.h, have_openssl_h=yes)
LIBS=$SAVED_LIBS
AC_MSG_CHECKING(if we can enable OpenSSL support)
if test "$have_openssl" = yes; then
SAVED_CPPFLAGS=$CPPFLAGS
if test -n "$openssl_path"; then
CPPFLAGS="-I$openssl_path/include $CPPFLAGS"
fi
if test "$have_openssl_h" = yes; then
AC_MSG_RESULT(yes)
openssl=yes
AC_DEFINE(HAVE_OPENSSL, 1, [Define to 1 if you have openssl])
LIBS="$LIBS -lssl -lcrypto"
if test -n "$openssl_path"; then
LIBS="-L$openssl_path/lib $LIBS"
fi
else
CPPFLAGS=$SAVED_CPPFLAGS
AC_MSG_RESULT(no)
fi
else
AC_MSG_RESULT(no)
echo
echo "ERROR: SSL not supported in your build environment. Install and retry."
echo
exit 1
fi
fi
AM_CONDITIONAL(USESSL, [test x$have_openssl = xyes])
AC_ARG_ENABLE([experimental-buffered-socket-read],
[AS_HELP_STRING([--enable-experimental-buffered-socket-read],[enable experimental buffered socket read (default=no)])],
[case "${enableval}" in
yes) AC_DEFINE(EXPERIMENTAL_BUFFERED_SOCKET_READ, 1, [Define to 1 to enable experimental socket read]) ;;
no) ;;
*) AC_MSG_ERROR(bad value ${enableval} for --experimental-buffered-socket-read) ;;
esac])
AC_MSG_CHECKING(checking for /var/run/)
if test -d /var/run; then
AC_DEFINE(HAVE_VAR_RUN, 1, [Define to 1 if you have /var/run])
AC_MSG_RESULT(yes)
PIDDIR=/var/run
else
PIDDIR=/tmp
AC_MSG_RESULT([no, using (${PIDDIR})])
fi
AC_DEFINE_UNQUOTED([CONFIGURE_TIME],["`date`"],[Date system was configured])
CONFIGURE_SDATE=`date +%Y/%m/%d`
BUILD_NUMBER_DATE=`date +%d%m%y`
AC_DEFINE_UNQUOTED([CONFIGURE_SDATE],["$CONFIGURE_SDATE"],[Short Date system was configured])
AC_DEFINE_UNQUOTED([CONFIGURE_TIME_NUM],[`date +%s`],[date/time as seconds since start epoch])
AC_DEFINE_UNQUOTED([HOST_SYSTEM],["$host_cpu-$host_vendor-$host_os"],[Default system])
AC_DEFINE_UNQUOTED([CPPFLAGS],["$CPPFLAGS"],[compiler spec])
AC_DEFINE_UNQUOTED([LDFLAGS],["$LDFLAGS"],[Additional library flags])
AC_DEFINE_UNQUOTED([LIBS],["$LIBS"],[Library spec])
INTSYSCONF=`eval echo $sysconfdir`
if test $prefix/etc = $INTSYSCONF; then
INTSYSCONF=/etc
fi
AC_DEFINE_UNQUOTED(SYSCONFDIR, "$INTSYSCONF", [Location of the system config directory])
AM_CONDITIONAL(ISSUN, [test x$sunos = xyes])
# substitutions
#
AC_SUBST(PIDDIR)
AC_SUBST(INTSYSCONF)
AC_SUBST(CONFIGURE_TIME)
AC_SUBST(CONFIGURE_SDATE)
AC_SUBST(DOXYGEN_WARNINGS)
AC_SUBST(CONFIGURE_TIME_NUM)
AC_SUBST(BUILD_NUMBER_DATE)
AC_SUBST(LIBS)
AC_SUBST(VERSION_DASHED)
AC_SUBST(MAJOR_VERSION)
AC_SUBST(MAJOR_VERSION_DASHED)
AC_SUBST(PROJ_RELEASE_VERSION)
AC_SUBST(CONFIGURE_OPTIONS)
AC_SUBST(MAJOR_VERSION_NUM)
AC_SUBST(MINOR_VERSION_NUM)
AC_SUBST(PATCH_VERSION_NUM)
AC_SUBST(BRAND_SUMMARY)
AC_SUBST(BRAND_DESCRIPTION)
AC_SUBST(BRAND_COMPANY_SHORTNAME)
AC_SUBST(BRAND_COMPANY_LONGNAME)
AC_SUBST_FILE([CHANGELOG])
CHANGELOG=$srcdir/ChangeLog
AC_CONFIG_FILES([Makefile runtime/Makefile compiler/Makefile test/Makefile utests/Makefile util/Makefile doc/fix8.doxygen \
stocklib/Makefile fix8.spec doc/man/f8c.1.xml doc/man/seqedit.1.xml])
AC_CONFIG_HEADERS(intermediate_config.h)
AX_PREFIX_CONFIG_H(include/fix8/f8config.h)
AC_OUTPUT
AC_SUBST(CONFIG_SHELL)
AM_CONDITIONAL(HAVE_OPENSSL, test "x$openssl" = "xyes")