]> git.proxmox.com Git - mirror_frr.git/blame - configure.ac
Bugzilla #384.
[mirror_frr.git] / configure.ac
CommitLineData
7ea487bc 1##
e8f2984c 2## Configure template file for Quagga.
7ea487bc 3## autoconf will generate configure script.
4##
5## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
e8f2984c 6## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
7ea487bc 7##
105b8239 8## $Id$
e8f2984c 9AC_PREREQ(2.53)
7ea487bc 10
e6a01955 11AC_INIT(Quagga, 0.99.8, [http://bugzilla.quagga.net])
fa1253d0 12AC_CONFIG_SRCDIR(lib/zebra.h)
dfb9a545 13
14dnl -----------------------------------
15dnl Get hostname and other information.
16dnl -----------------------------------
17AC_CANONICAL_BUILD()
18AC_CANONICAL_HOST()
19AC_CANONICAL_TARGET()
20
81b81822 21AM_INIT_AUTOMAKE(1.6)
7ea487bc 22AM_CONFIG_HEADER(config.h)
23
1bbaa8cf
GT
24dnl GNU awk is required for lib/memtype.h made by memtypes.awk.
25dnl BSD awk complains: awk: gensub doesn't support backreferences (subst "\1")
03ecfb67 26AC_CHECK_PROG([GAWK],[gawk],[gawk],[/bin/false])
27AC_ARG_VAR([GAWK],[GNU AWK])
28
d6b72f7a 29dnl default is to match previous behavior
c4f0efe6 30exampledir=${sysconfdir}
d6b72f7a 31AC_ARG_ENABLE([exampledir],
32 AC_HELP_STRING([--enable-exampledir],
33 [specify alternate directory for examples]),
34 exampledir="$enableval",)
c4f0efe6 35dnl XXX add --exampledir to autoconf standard directory list somehow
d6b72f7a 36AC_SUBST(exampledir)
37
cbd04084 38dnl default is to match previous behavior
39pkgsrcrcdir=""
40pkgsrcdir=""
41AC_ARG_ENABLE([pkgsrcrcdir],
42 AC_HELP_STRING([--enable-pkgsrcrcdir],
43 [specify directory for rc.d scripts]),
44 pkgsrcrcdir="$enableval"; pkgsrcdir="pkgsrc",)
45dnl XXX add --pkgsrcrcdir to autoconf standard directory list somehow
46AC_SUBST(pkgsrcdir)
47AC_SUBST(pkgsrcrcdir)
48
7ea487bc 49dnl ------------
50dnl Check CFLAGS
51dnl ------------
52AC_ARG_WITH(cflags,
53[ --with-cflags Set CFLAGS for use in compilation.])
54if test "x$with_cflags" != "x" ; then
55 CFLAGS="$with_cflags" ; cflags_specified=yes ;
56elif test -n "$CFLAGS" ; then
57 cflags_specified=yes ;
58fi
59
1969e4b9 60dnl --------------------
61dnl Check CC and friends
62dnl --------------------
7ea487bc 63AC_PROG_CC
1969e4b9 64AC_PROG_CPP
0750e810 65
1969e4b9 66AC_PROG_EGREP
553bdfe3
GT
67
68dnl autoconf 2.59 appears not to support AC_PROG_SED
69dnl AC_PROG_SED
70AC_CHECK_PROG([SED],[sed],[sed],[/bin/false])
1969e4b9 71
72dnl ------------------------------------------------------------------
73dnl Intel compiler check. Although Intel tries really hard to make icc
74dnl look like gcc, there are some differences. It's very verbose with
75dnl -Wall and it doesn't support the individual -W options.
76dnl ------------------------------------------------------------------
6a4b8832 77if test "x${GCC}" = "xyes" ; then
78 COMPILER="GCC"
79 AC_MSG_CHECKING([whether we are using the Intel compiler])
80 AC_EGREP_CPP([^__INTEL_COMPILER], [__INTEL_COMPILER],
81 [AC_MSG_RESULT([no])],
82 [COMPILER="ICC"
83 AC_MSG_RESULT([yes])]
84 )
85else
86 AC_MSG_CHECKING([whether we are using SunPro compiler])
87 AC_EGREP_CPP([^__SUNPRO_C.*0x5(7|8|9)], ["__SUNPRO_C" __SUNPRO_C],
88 [AC_MSG_RESULT([no])],
89 [COMPILER="SUNPRO"
90 AC_MSG_RESULT([yes])]
91 )
92fi
7ea487bc 93
a49c0ff6 94dnl ---------------------------------------------
7ea487bc 95dnl If CLFAGS doesn\'t exist set default value
a49c0ff6 96dnl AC_PROG_CC will have set minimal default
97dnl already, eg "-O2 -g" for gcc, "-g" for others
27eebb3e 98dnl (Wall is gcc specific... have to make sure
99dnl gcc is being used before setting it)
100dnl
6a4b8832 101dnl Intel icc 8.0 also sets __GNUC__,
102dnl but doesn't support all these fancy -W options.
1969e4b9 103dnl Intel compiler warnings we ignore:
104dnl 279: controlling expression is constant.
105dnl 869: parameter "xxx" was never referenced - to avoid massive warnings
106dnl about "self", "vty", "argc" and "argv" never referenced in DEFUN
107dnl macro.
108dnl 981: operands are evaluated in unspecified order.
6a4b8832 109dnl
110dnl Sun Studio 10 / SunPro 5.7 is also supported,
111dnl so lets set some sane CFLAGS for it.
112dnl ---------------------------------------------
1969e4b9 113
6a4b8832 114AC_MSG_CHECKING([whether to set a default CFLAGS])
115if test "x${cflags_specified}" = "x" ; then
116 case ${COMPILER} in
117 "ICC")
118 CFLAGS="-Os -g -Wall -wd 279,869,981"
119 AC_MSG_RESULT([Intel default])
120 ;;
121 "GCC")
5fa05099 122 CFLAGS="-Os -fno-omit-frame-pointer -g -std=gnu99 -Wall"
6a4b8832 123 CFLAGS="${CFLAGS} -Wsign-compare -Wpointer-arith"
124 CFLAGS="${CFLAGS} -Wbad-function-cast -Wwrite-strings"
125 CFLAGS="${CFLAGS} -Wmissing-prototypes -Wmissing-declarations"
126 CFLAGS="${CFLAGS} -Wchar-subscripts -Wcast-qual"
127 # TODO: conditionally addd -Wpacked if handled
128 AC_MSG_RESULT([gcc default])
129 ;;
130 "SUNPRO")
105b8239 131 CFLAGS="-xO4 -v -g -xspace -xcode=pic32 -xstrconst -xc99"
6a4b8832 132 AC_MSG_RESULT([SunPro default])
133 ;;
134 *)
135 AC_MSG_RESULT([unknown compiler])
136 ;;
137 esac
138else
139 AC_MSG_RESULT([CFLAGS supplied by user])
1969e4b9 140fi
141
7ea487bc 142dnl --------------
143dnl Check programs
144dnl --------------
7ea487bc 145AC_PROG_INSTALL
6f0e3f6e 146AC_PROG_LN_S
7ea487bc 147AC_PROG_MAKE_SET
148AC_CHECK_TOOL(AR, ar)
7ea487bc 149
105b8239
PJ
150dnl ---------------------------
151dnl We, perhaps unfortunately,
152dnl depend on GNU Make specific
153dnl constructs.
154dnl Give the user a warning if
155dnl not GNU Make.
156dnl ---------------------------
157AC_CACHE_CHECK([if ${MAKE-make} is GNU make], [quagga_cv_gnu_make],
158 [quagga_cv_gnu_make=no
159 if ${MAKE-make} --version 2>/dev/null | \
160 grep '^GNU Make ' >/dev/null ; then
161 quagga_cv_gnu_make=yes;
162 fi
163 ]
164)
165
d46d2a24
PJ
166dnl -----------------
167dnl System extensions
168dnl -----------------
7ea487bc 169AC_AIX
d46d2a24 170AC_GNU_SOURCE
7ea487bc 171
87efd646 172dnl -------
173dnl libtool
174dnl -------
0fc42949 175AC_PROG_LIBTOOL
87efd646 176
7ea487bc 177dnl ----------------------
178dnl Packages configuration
179dnl ----------------------
180AC_ARG_ENABLE(vtysh,
fc9d0745 181[ --enable-vtysh include integrated vty shell for Quagga])
7ea487bc 182AC_ARG_ENABLE(ipv6,
183[ --disable-ipv6 turn off IPv6 related features and daemons])
184AC_ARG_ENABLE(zebra,
185[ --disable-zebra do not build zebra daemon])
186AC_ARG_ENABLE(bgpd,
187[ --disable-bgpd do not build bgpd])
188AC_ARG_ENABLE(ripd,
189[ --disable-ripd do not build ripd])
190AC_ARG_ENABLE(ripngd,
191[ --disable-ripngd do not build ripngd])
192AC_ARG_ENABLE(ospfd,
193[ --disable-ospfd do not build ospfd])
7ea487bc 194AC_ARG_ENABLE(ospf6d,
195[ --disable-ospf6d do not build ospf6d])
d0199430 196AC_ARG_ENABLE(watchquagga,
197[ --disable-watchquagga do not build watchquagga])
9e867fe6 198AC_ARG_ENABLE(isisd,
ae399ab0 199[ --enable-isisd build isisd])
97cee877
GT
200AC_ARG_ENABLE(solaris,
201[ --enable-solaris build solaris])
7ea487bc 202AC_ARG_ENABLE(bgp-announce,
203[ --disable-bgp-announce, turn off BGP route announcement])
204AC_ARG_ENABLE(netlink,
205[ --enable-netlink force to use Linux netlink interface])
206AC_ARG_ENABLE(broken-aliases,
207[ --enable-broken-aliases enable aliases as distinct interfaces for Linux 2.2.X])
208AC_ARG_ENABLE(snmp,
209[ --enable-snmp enable SNMP support])
210AC_ARG_WITH(libpam,
211[ --with-libpam use libpam for PAM support in vtysh])
71c0fb50 212AC_ARG_ENABLE(tcp-zebra,
7ea487bc 213[ --enable-tcp-zebra enable TCP/IP socket connection between zebra and protocol daemon])
7ea487bc 214AC_ARG_ENABLE(opaque-lsa,
1ef74ef7 215[ --enable-opaque-lsa enable OSPF Opaque-LSA with OSPFAPI support (RFC2370)])
216AC_ARG_ENABLE(ospfapi,
217[ --disable-ospfapi do not build OSPFAPI to access the OSPF LSA Database,
218 (this is the default if --enable-opaque-lsa is not set)])
219AC_ARG_ENABLE(ospfclient,
220[ --disable-ospfclient do not build OSPFAPI client for OSPFAPI,
221 (this is the default if --disable-ospfapi is set)])
7ea487bc 222AC_ARG_ENABLE(ospf-te,
223[ --enable-ospf-te enable Traffic Engineering Extension to OSPF])
224AC_ARG_ENABLE(multipath,
225[ --enable-multipath=ARG enable multipath function, ARG must be digit])
e8f2984c 226AC_ARG_ENABLE(quagga_user,
227[ --enable-user=ARG user to run Quagga suite as (default quagga)])
228AC_ARG_ENABLE(quagga_group,
229[ --enable-group=ARG group to run Quagga suite as (default quagga)])
edd7c245 230AC_ARG_ENABLE(vty_group,
6b6942f9 231[ --enable-vty-group=ARG set vty sockets to have specified group as owner])
aa593d5e 232AC_ARG_ENABLE(configfile_mask,
233[ --enable-configfile-mask=ARG set mask for config files])
234AC_ARG_ENABLE(logfile_mask,
235[ --enable-logfile-mask=ARG set mask for log files])
edd7c245 236
71c0fb50 237AC_ARG_ENABLE(rtadv,
6b6942f9 238[ --disable-rtadv disable IPV6 router advertisement feature])
ca776988 239AC_ARG_ENABLE(irdp,
6b6942f9 240[ --enable-irdp enable IRDP server support in zebra])
f695b01f 241AC_ARG_ENABLE(isis_topology,
242[ --enable-isis-topology enable IS-IS topology generator])
41d3fc96 243AC_ARG_ENABLE(capabilities,
244[ --disable-capabilities disable using POSIX capabilities])
6b6942f9 245AC_ARG_ENABLE(gcc_ultra_verbose,
246[ --enable-gcc-ultra-verbose enable ultra verbose GCC warnings])
3cade26f 247AC_ARG_ENABLE(gcc-rdynamic,
248[ --enable-gcc-rdynamic enable gcc linking with -rdynamic for better backtraces])
924b9229 249AC_ARG_ENABLE(time-check,
250[ --disable-time-check disable slow thread warning messages])
6b6942f9 251
252if test x"${enable_gcc_ultra_verbose}" = x"yes" ; then
253 CFLAGS="${CFLAGS} -W -Wcast-qual -Wstrict-prototypes"
254 CFLAGS="${CFLAGS} -Wmissing-declarations -Wmissing-noreturn"
255 CFLAGS="${CFLAGS} -Wmissing-format-attribute -Wunreachable-code"
256 CFLAGS="${CFLAGS} -Wpacked -Wpadded"
257fi
7ea487bc 258
3cade26f 259if test x"${enable_gcc_rdynamic}" = x"yes" ; then
260 LDFLAGS="${LDFLAGS} -rdynamic"
261fi
262
924b9229 263if test x"${enable_time_check}" != x"no" ; then
264 if test x"${enable_time_check}" = x"yes" -o x"${enable_time_check}" = x ; then
265 AC_DEFINE(CONSUMED_TIME_CHECK,5000000,Consumed Time Check)
266 else
267 AC_DEFINE_UNQUOTED(CONSUMED_TIME_CHECK,$enable_time_check,Consumed Time Check)
268 fi
269fi
270
7ea487bc 271if test "${enable_broken_aliases}" = "yes"; then
272 if test "${enable_netlink}" = "yes"
273 then
6f0e3f6e 274 AC_MSG_FAILURE([Sorry you can not use netlink with broken aliases])
7ea487bc 275 fi
276 AC_DEFINE(HAVE_BROKEN_ALIASES,,Broken Alias)
277 enable_netlink=no
278fi
279
280if test "${enable_tcp_zebra}" = "yes"; then
281 AC_DEFINE(HAVE_TCP_ZEBRA,,Use TCP for zebra communication)
282fi
283
7ea487bc 284if test "${enable_opaque_lsa}" = "yes"; then
285 AC_DEFINE(HAVE_OPAQUE_LSA,,OSPF Opaque LSA)
286fi
287
288if test "${enable_ospf_te}" = "yes"; then
289 AC_DEFINE(HAVE_OPAQUE_LSA,,OSPF Opaque LSA)
290 AC_DEFINE(HAVE_OSPF_TE,,OSPF TE)
291fi
292
d2a0ccc6 293AC_MSG_CHECKING(if zebra should be configurable to send Route Advertisements)
294if test "${enable_rtadv}" != "no"; then
71c0fb50 295 AC_MSG_RESULT(yes)
d2a0ccc6 296 AC_DEFINE(HAVE_RTADV,,Enable IPv6 Routing Advertisement support)
2487bea1 297else
298 AC_MSG_RESULT(no)
71c0fb50 299fi
7ea487bc 300
ca776988 301if test "${enable_irdp}" = "yes"; then
302 AC_DEFINE(HAVE_IRDP,, IRDP )
303fi
304
f695b01f 305if test "${enable_isisd}" = "yes" && test "${enable_isis_topology}" = yes; then
306 AC_DEFINE(TOPOLOGY_GENERATE,,Enable IS-IS topology generator code)
307 ISIS_TOPOLOGY_INCLUDES="-I./topology"
308 ISIS_TOPOLOGY_DIR="topology"
309 ISIS_TOPOLOGY_LIB="./topology/libtopology.a"
310fi
311
312AC_SUBST(ISIS_TOPOLOGY_INCLUDES)
313AC_SUBST(ISIS_TOPOLOGY_DIR)
314AC_SUBST(ISIS_TOPOLOGY_LIB)
315
79cb2169 316if test "${enable_user}" = "yes" || test x"${enable_user}" = x""; then
e8f2984c 317 enable_user="quagga"
edd7c245 318elif test "${enable_user}" = "no"; then
319 enable_user="root"
320fi
edd7c245 321
79cb2169 322if test "${enable_group}" = "yes" || test x"${enable_group}" = x""; then
e8f2984c 323 enable_group="quagga"
edd7c245 324elif test "${enable_group}" = "no"; then
325 enable_group="root"
326fi
edd7c245 327
328if test x"${enable_vty_group}" = x"yes" ; then
8d4aee5d 329 AC_MSG_ERROR([--enable-vty-group requires a group as argument, not yes])
79cb2169 330elif test x"${enable_vty_group}" != x""; then
8d4aee5d 331 if test x"${enable_vty_group}" != x"no"; then
edd7c245 332 AC_DEFINE_UNQUOTED(VTY_GROUP, "${enable_vty_group}", VTY Sockets Group)
333 fi
334fi
26275b05 335AC_SUBST([enable_user])
336AC_SUBST([enable_group])
337AC_SUBST([enable_vty_group])
338AC_DEFINE_UNQUOTED(QUAGGA_USER, "${enable_user}", Quagga User)
339AC_DEFINE_UNQUOTED(QUAGGA_GROUP, "${enable_group}", Quagga Group)
edd7c245 340
aa593d5e 341enable_configfile_mask=${enable_configfile_mask:-0600}
342AC_DEFINE_UNQUOTED(CONFIGFILE_MASK, ${enable_configfile_mask}, Mask for config files)
343
344enable_logfile_mask=${enable_logfile_mask:-0600}
345AC_DEFINE_UNQUOTED(LOGFILE_MASK, ${enable_logfile_mask}, Mask for log files)
346
7ea487bc 347MULTIPATH_NUM=1
348
349case "${enable_multipath}" in
6f0e3f6e 350 [[0-9]|[1-9][0-9]])
7ea487bc 351 MULTIPATH_NUM="${enable_multipath}"
352 ;;
353 "")
354 ;;
355 *)
6f0e3f6e 356 AC_MSG_FAILURE([Please specify digit to enable multipath ARG])
7ea487bc 357 ;;
358esac
359
7ea487bc 360AC_SUBST(MULTIPATH_NUM)
361
6f0e3f6e
PJ
362dnl ------------------------------------
363dnl Check C keywords and standard types
364dnl ------------------------------------
365AC_C_CONST
366AC_C_INLINE
367AC_C_RESTRICT
368AC_C_VOLATILE
dc7a2bf1 369AC_HEADER_STDC
6f0e3f6e
PJ
370AC_HEADER_TIME
371AC_HEADER_SYS_WAIT
372dnl AC_TYPE_PID_T
373AC_TYPE_UID_T
374AC_TYPE_MODE_T
375AC_TYPE_SIZE_T
376AC_TYPE_SIGNAL
377AC_STRUCT_TM
dc7a2bf1 378
6f0e3f6e
PJ
379dnl -------------------------
380dnl Check other header files.
381dnl -------------------------
382AC_CHECK_HEADERS([stropts.h sys/ksym.h sys/times.h sys/select.h \
383 sys/types.h linux/version.h netdb.h asm/types.h \
384 sys/param.h limits.h signal.h libutil.h \
385 sys/socket.h netinet/in.h])
386
387dnl Utility macro to avoid retyping includes all the time
388m4_define([QUAGGA_INCLUDES],
389[#ifdef SUNOS_5
390#define _XPG4_2
391#define __EXTENSIONS__
392#endif
393#include <stdio.h>
394#if STDC_HEADERS
395# include <stdlib.h>
396# include <stddef.h>
397#else
398# if HAVE_STDLIB_H
399# include <stdlib.h>
400# endif
401#endif
402#if HAVE_SYS_TYPES_H
403# include <sys/types.h>
404#endif
405/* sys/conf.h depends on param.h on FBSD at least */
406#if HAVE_SYS_PARAM_H
407# include <sys/param.h>
408#endif
409/* Required for MAXSIG */
410#if HAVE_SIGNAL_H
411# include <signal.h>
412#endif
413#if HAVE_SYS_SOCKET_H
414# include <sys/socket.h>
415#endif
416#if HAVE_NETINET_IN_H
417# include <netinet/in.h>
418#endif
419])dnl
420
421AC_CHECK_HEADERS([sys/un.h net/if.h netinet/in_systm.h netinet/in_var.h \
422 net/if_dl.h net/if_var.h net/netopt.h net/route.h \
11770e10 423 inet/nd.h arpa/inet.h netinet/ip_icmp.h \
6f0e3f6e
PJ
424 fcntl.h stddef.h sys/ioctl.h syslog.h wchar.h wctype.h \
425 sys/sysctl.h sys/sockio.h kvm.h sys/conf.h],
426 [], [], QUAGGA_INCLUDES)
427
428AC_CHECK_HEADERS([ucontext.h], [], [],
429[#ifndef __USE_GNU
430#define __USE_GNU
431#endif /* __USE_GNU */
432QUAGGA_INCLUDES
433])
434
435m4_define([QUAGGA_INCLUDES],
436QUAGGA_INCLUDES
437[#if HAVE_NET_IF_H
438# include <net/if.h>
439#endif
440#if HAVE_SYS_UN_H
441# include <sys/un.h>
442#endif
443#if HAVE_NETINET_IN_SYSTM_H
444# include <netinet/in_systm.h>
445#endif
446#if HAVE_NETINET_IN_VAR_H
447# include <netinet/in_var.h>
448#endif
449#if HAVE_NET_IF_DL_H
450# include <net/if_dl.h>
451#endif
452#if HAVE_NET_IF_VAR_H
453# include <net/if_var.h>
454#endif
455#if HAVE_NET_NETOPT_H
456# include <net/netopt.h>
457#endif
458#if HAVE_NET_ROUTE_H
459# include <net/route.h>
460#endif
461#if HAVE_INET_ND_H
462# include <inet/nd.h>
463#endif
464#if HAVE_ARPA_INET_H
465# include <arpa/inet.h>
466#endif
11770e10
PJ
467/* Required for IDRP */
468#if HAVE_NETINET_IP_ICMP_H
469# include <netinet/ip_icmp.h>
470#endif
6f0e3f6e 471])dnl
dc7a2bf1 472
fa3232e1 473dnl V6 headers are checked below, after we check for v6
7ea487bc 474
7ea487bc 475dnl Some systems (Solaris 2.x) require libnsl (Network Services Library)
476case "$host" in
afd8a129 477 [*-sunos5.[6-7]*] | [*-solaris2.[6-7]*])
7ea487bc 478 opsys=sol2-6
afd8a129 479 AC_DEFINE(SUNOS_56, 1, SunOS 5.6 to 5.7)
19877dd2 480 AC_DEFINE(SUNOS_5, 1, SunOS 5)
7ea487bc 481 AC_CHECK_LIB(xnet, main)
482 CURSES=-lcurses
483 ;;
1b73de8b 484 [*-sunos5.[8-9]] \
485 | [*-sunos5.1[0-9]] \
486 | [*-sunos5.1[0-9].[0-9]] \
487 | [*-solaris2.[8-9]] \
488 | [*-solaris2.1[0-9]] \
489 | [*-solaris2.1[0-9].[0-9]])
afd8a129 490 opsys=sol8
fb66b29c
PJ
491 AC_DEFINE(SUNOS_59, 1, [SunOS 5.8 up])
492 AC_DEFINE(SUNOS_5, 1, [SunOS 5])
19877dd2 493 AC_CHECK_LIB(socket, main)
494 AC_CHECK_LIB(nsl, main)
1b73de8b 495 AC_CHECK_LIB(umem, main)
fb66b29c
PJ
496 AC_CHECK_FUNCS([printstack],
497 [AC_DEFINE([HAVE_PRINTSTACK],1,[Solaris printstack])
498 AC_DEFINE([HAVE_STACK_TRACE],1,[Stack symbols decode functionality])
499 ])
19877dd2 500 CURSES=-lcurses
501 ;;
7ea487bc 502 *-sunos5* | *-solaris2*)
19877dd2 503 AC_DEFINE(SUNOS_5,,SunOS 5, Unknown SunOS)
7ea487bc 504 AC_CHECK_LIB(socket, main)
505 AC_CHECK_LIB(nsl, main)
506 CURSES=-lcurses
507 ;;
c45eb839 508 *-linux*)
7ea487bc 509 opsys=gnu-linux
510 AC_DEFINE(GNU_LINUX,,GNU Linux)
511 ;;
512 *-nec-sysv4*)
513 AC_CHECK_LIB(nsl, gethostbyname)
514 AC_CHECK_LIB(socket, socket)
515 ;;
7ea487bc 516 *-openbsd*)
517 opsys=openbsd
518 AC_DEFINE(OPEN_BSD,,OpenBSD)
519 ;;
520 *-bsdi*)
521 opsys=bsdi
522 OTHER_METHOD="mtu_kvm.o"
523 AC_CHECK_LIB(kvm, main)
524 ;;
49e3b3c0 525 *-irix6.5)
dc7a2bf1 526 opsys=irix
527 AC_DEFINE(IRIX_65,,IRIX 6.5)
528 ;;
7ea487bc 529esac
530
531dnl ---------------------
532dnl Integrated VTY option
533dnl ---------------------
534case "${enable_vtysh}" in
535 "yes") VTYSH="vtysh";
536 AC_DEFINE(VTYSH,,VTY shell)
fc9d0745 537 AC_PATH_PROG(PERL, perl)
538dnl Vtysh uses libreadline, which looks for termcap functions at
6f0e3f6e 539dnl configure time. We follow readlines search order.
fc9d0745 540dnl The required procedures are in libtermcap on NetBSD, in
541dnl [TODO] on Linux, and in [TODO] on Solaris.
c0689394 542 AC_CHECK_LIB(termcap, tputs, LIBREADLINE="$LIBREADLINE -ltermcap",
a969459c 543 [AC_CHECK_LIB(tinfo, tputs, LIBREADLINE="$LIBREADLINE -ltinfo",
544 [AC_CHECK_LIB(curses, tputs, LIBREADLINE="$LIBREADLINE -lcurses",
545 [AC_CHECK_LIB(ncurses, tputs,
546 LIBREADLINE="$LIBREADLINE -lncurses")]
547 )]
548 )]
549 )
550 AC_CHECK_LIB(readline, main, LIBREADLINE="$LIBREADLINE -lreadline",,
551 "$LIBREADLINE")
7ea487bc 552 if test $ac_cv_lib_readline_main = no; then
fc9d0745 553 AC_MSG_ERROR([vtysh needs libreadline but was not found and usable on your system.])
7ea487bc 554 fi
555 AC_CHECK_HEADER(readline/history.h)
556 if test $ac_cv_header_readline_history_h = no;then
557 AC_MSG_ERROR([readline is too old to have readline/history.h, please update to the latest readline library.])
558 fi
a969459c 559 AC_CHECK_LIB(readline, rl_completion_matches,
560 LIBREADLINE="$LIBREADLINE",, "$LIBREADLINE")
3d3de8c4 561 if test $ac_cv_lib_readline_rl_completion_matches = no; then
562 AC_DEFINE(rl_completion_matches,completion_matches,Old readline)
563 fi
564 ;;
7ea487bc 565 "no" ) VTYSH="";;
566 * ) ;;
567esac
c0689394 568AC_SUBST(LIBREADLINE)
7ea487bc 569
570dnl ----------
571dnl PAM module
572dnl ----------
24cd435b 573if test "$with_libpam" = "yes"; then
6f0e3f6e
PJ
574 AC_CHECK_HEADER([security/pam_misc.h],
575 [AC_DEFINE(HAVE_PAM_MISC_H,,Have pam_misc.h)
576 AC_DEFINE(PAM_CONV_FUNC,misc_conv,Have misc_conv)
577 pam_conv_func="misc_conv"
578 ],
579 [], QUAGGA_INCLUDES)
580 AC_CHECK_HEADER([security/openpam.h],
581 [AC_DEFINE(HAVE_OPENPAM_H,,Have openpam.h)
582 AC_DEFINE(PAM_CONV_FUNC,openpam_ttyconv,Have openpam_ttyconv)
583 pam_conv_func="openpam_ttyconv"
584 ],
585 [], QUAGGA_INCLUDES)
24cd435b 586 if test -z "$ac_cv_header_security_pam_misc_h$ac_cv_header_security_openpam_h" ; then
587 AC_MSG_WARN([*** pam support will not be built ***])
588 with_libpam="no"
589 fi
590fi
591
7ea487bc 592if test "$with_libpam" = "yes"; then
6f0e3f6e 593dnl took this test from proftpds configure.in and suited to our needs
7ea487bc 594dnl -------------------------------------------------------------------------
595dnl
596dnl This next check looks funky due to a linker problem with some versions
597dnl of the PAM library. Prior to 0.72 release, the Linux PAM shared library
598dnl omitted requiring libdl linking information. PAM-0.72 or better ships
599dnl with RedHat 6.2 and Debian 2.2 or better.
600AC_CHECK_LIB(pam, pam_start,
24cd435b 601 [AC_CHECK_LIB(pam, $pam_conv_func,
7ea487bc 602 [AC_DEFINE(USE_PAM,,Use PAM for authentication)
603 LIBPAM="-lpam"],
604 [AC_DEFINE(USE_PAM,,Use PAM for authentication)
605 LIBPAM="-lpam -lpam_misc"]
606 )
607 ],
608
609 [AC_CHECK_LIB(pam, pam_end,
24cd435b 610 [AC_CHECK_LIB(pam, $pam_conv_func,
a159ed93 611 [AC_DEFINE(USE_PAM,,Use PAM for authentication)
7ea487bc 612 LIBPAM="-lpam -ldl"],
a159ed93 613 [AC_DEFINE(USE_PAM,,Use PAM for authentication)
7ea487bc 614 LIBPAM="-lpam -ldl -lpam_misc"]
615 )
616 ],AC_MSG_WARN([*** pam support will not be built ***]),
617 [-ldl])
618 ]
619)
620fi
621AC_SUBST(LIBPAM)
622
623dnl -------------------------------
624dnl Endian-ness check
625dnl -------------------------------
626AC_WORDS_BIGENDIAN
627
628dnl -------------------------------
629dnl check the size in byte of the C
630dnl -------------------------------
631dnl AC_CHECK_SIZEOF(char)
632dnl AC_CHECK_SIZEOF(int)
633dnl AC_CHECK_SIZEOF(short)
634dnl AC_CHECK_SIZEOF(long)
635
636dnl ----------------------------
637dnl check existance of functions
638dnl ----------------------------
6f0e3f6e
PJ
639AC_FUNC_CHOWN
640AC_FUNC_FNMATCH
641AC_FUNC_FORK
642AC_FUNC_MALLOC
643AC_FUNC_MEMCMP
644AC_FUNC_MKTIME
645AC_FUNC_STRFTIME
646AC_FUNC_REALLOC
647AC_FUNC_STAT
648AC_FUNC_SELECT_ARGTYPES
649AC_FUNC_STRFTIME
d46d2a24
PJ
650dnl Avoid AC_FUNC_STRNLEN because it pulls in AC_SYSTEM_EXTENSIONS which
651dnl can lead to strange side effects. So we just check for strnlen
652dnl directly, see below.
2b5cb411 653dnl AC_FUNC_STRNLENdnl
6f0e3f6e
PJ
654AC_FUNC_VPRINTF
655
656dnl -------------------------------
657dnl bgpd needs pow() and hence libm
658dnl -------------------------------
659TMPLIBS="$LIBS"
660AC_CHECK_HEADER([math.h],
661 [AC_CHECK_LIB([m], [pow],
662 [LIBM="-lm"
663 LIBS="$LIBS $LIBM"
664 AC_DEFINE(HAVE_LIBM,, Have libm)
665 AC_CHECK_FUNCS(pow,[],[LIBM=""])
666 ])
667])
668if test x"$LIBM" = x ; then
669 AC_MSG_WARN([Unable to find working pow function - bgpd may not link])
670fi
671LIBS="$TMPLIBS"
672AC_SUBST(LIBM)
673
674dnl ---------------
675dnl other functions
676dnl ---------------
677AC_CHECK_FUNCS([dup2 ftruncate getcwd gethostbyname getpagesize gettimeofday \
d46d2a24 678 inet_ntoa inet_aton strnlen \
6f0e3f6e
PJ
679 memchr memmove memset select socket \
680 strcasecmp strchr strcspn strdup strerror \
681 strncasecmp strndup strrchr strspn strstr \
682 strtol strtoul strlcat strlcpy \
683 daemon snprintf vsnprintf \
684 if_nametoindex if_indextoname getifaddrs \
685 uname fcntl])
686
a159ed93 687AC_CHECK_FUNCS(setproctitle, ,
688 [AC_CHECK_LIB(util, setproctitle,
689 [LIBS="$LIBS -lutil"
690 AC_DEFINE(HAVE_SETPROCTITLE,, Have setproctitle)
691 ]
692 )
693 ]
694)
7ea487bc 695
696dnl ------------------------------------
697dnl Determine routing get and set method
698dnl ------------------------------------
699AC_MSG_CHECKING(zebra between kernel interface method)
700if test x"$opsys" = x"gnu-linux"; then
701 if test "${enable_netlink}" = "yes";then
702 AC_MSG_RESULT(netlink)
703 RT_METHOD=rt_netlink.o
704 AC_DEFINE(HAVE_NETLINK,,netlink)
705 netlink=yes
706 elif test "${enable_netlink}" = "no"; then
707 AC_MSG_RESULT(ioctl)
708 RT_METHOD=rt_ioctl.o
709 netlink=no
710 else
711 AC_MSG_RESULT(netlink)
712 RT_METHOD=rt_netlink.o
713 AC_DEFINE(HAVE_NETLINK,,netlink)
714 netlink=yes
715 fi
19877dd2 716elif test x"$opsys" = x"sol2-6";then
717 AC_MSG_RESULT(Route socket)
718 KERNEL_METHOD="kernel_socket.o"
719 RT_METHOD="rt_socket.o"
afd8a129 720elif test x"$opsys" = x"sol8";then
19877dd2 721 AC_MSG_RESULT(Route socket)
722 KERNEL_METHOD="kernel_socket.o"
723 RT_METHOD="rt_socket.o"
724elif test "$opsys" = "irix" ; then
725 AC_MSG_RESULT(Route socket)
726 KERNEL_METHOD="kernel_socket.o"
727 RT_METHOD="rt_socket.o"
7ea487bc 728else
19877dd2 729 AC_TRY_RUN([#include <errno.h>
7ea487bc 730#include <sys/types.h>
731#include <sys/socket.h>
732
733main ()
734{
735 int ac_sock;
736
737 ac_sock = socket (AF_ROUTE, SOCK_RAW, 0);
738 if (ac_sock < 0 && errno == EINVAL)
739 exit (1);
740 exit (0);
741}],
742 [KERNEL_METHOD=kernel_socket.o
743 RT_METHOD=rt_socket.o
744 AC_MSG_RESULT(socket)],
745 [RT_METHOD=rt_ioctl.o
746 AC_MSG_RESULT(ioctl)],
747 [KERNEL_METHOD=kernel_socket.o
748 RT_METHOD=rt_socket.o
749 AC_MSG_RESULT(socket)])
7ea487bc 750fi
751AC_SUBST(RT_METHOD)
752AC_SUBST(KERNEL_METHOD)
753AC_SUBST(OTHER_METHOD)
754
b99760ab 755dnl ------------------------------------
756dnl check for broken CMSG_FIRSTHDR macro
757dnl ------------------------------------
6c20046f 758AC_MSG_CHECKING(for broken CMSG_FIRSTHDR)
5b087528 759AC_RUN_IFELSE([AC_LANG_SOURCE([[
b99760ab 760#ifdef SUNOS_5
761#define _XPG4_2
762#define __EXTENSIONS__
763#endif
6f0e3f6e
PJ
764#ifdef HAVE_STDLIB_H
765# include <stdlib.h>
766#endif
767#ifdef HAVE_SYS_TYPES_H
b99760ab 768#include <sys/types.h>
6f0e3f6e
PJ
769#endif
770#ifdef HAVE_SYS_SOCKET_H
b99760ab 771#include <sys/socket.h>
6f0e3f6e 772#endif
b99760ab 773
774main()
775{
776 struct msghdr msg;
777 char buf[4];
778
779 msg.msg_control = buf;
780 msg.msg_controllen = 0;
781
782 if (CMSG_FIRSTHDR(&msg) != NULL)
783 exit(0);
784 exit (1);
5b087528 785}]])],[AC_MSG_RESULT(yes - using workaround) AC_DEFINE(HAVE_BROKEN_CMSG_FIRSTHDR,,Broken CMSG_FIRSTHDR)],
d33e8d7b 786[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
b99760ab 787
7ea487bc 788dnl ------------------------------
789dnl check kernel route read method
790dnl ------------------------------
791AC_CACHE_CHECK(route read method check, zebra_rtread,
792[if test "$netlink" = yes; then
793 RTREAD_METHOD="rtread_netlink.o"
794 zebra_rtread="netlink"
795else
796for zebra_rtread in /proc/net/route /dev/ip /dev/null;
797do
798 test x`ls $zebra_rtread 2>/dev/null` = x"$zebra_rtread" && break
799done
800case $zebra_rtread in
801 "/proc/net/route") RTREAD_METHOD="rtread_proc.o"
802 zebra_rtread="proc";;
9c30ab6b 803 "/dev/ip")
804 case "$host" in
805 *-freebsd*) RTREAD_METHOD=rtread_sysctl.o
806 zebra_rtread="sysctl";;
807 *) RTREAD_METHOD="rtread_getmsg.o"
808 zebra_rtread="getmsg";;
809 esac;;
7ea487bc 810 *) RTREAD_METHOD="rtread_sysctl.o"
811 zebra_rtread="sysctl";;
812esac
813fi])
814AC_SUBST(RTREAD_METHOD)
815
816dnl -----------------------------
817dnl check interface lookup method
818dnl -----------------------------
19877dd2 819IOCTL_METHOD=ioctl.o
7ea487bc 820AC_MSG_CHECKING(interface looking up method)
821if test "$netlink" = yes; then
822 AC_MSG_RESULT(netlink)
823 IF_METHOD=if_netlink.o
19877dd2 824elif test "$opsys" = "sol2-6";then
825 AC_MSG_RESULT(Solaris GIF)
826 IF_METHOD=if_ioctl.o
afd8a129 827elif test "$opsys" = "sol8";then
19877dd2 828 AC_MSG_RESULT(Solaris GLIF)
829 IF_METHOD=if_ioctl_solaris.o
830 IOCTL_METHOD=ioctl_solaris.o
831elif test "$opsys" = "irix" ; then
832 AC_MSG_RESULT(IRIX)
833 IF_METHOD=if_ioctl.o
834elif test "$opsys" = "openbsd";then
835 AC_MSG_RESULT(openbsd)
836 IF_METHOD=if_ioctl.o
837elif grep NET_RT_IFLIST /usr/include/sys/socket.h >/dev/null 2>&1; then
838 AC_MSG_RESULT(sysctl)
7ea487bc 839 IF_METHOD=if_sysctl.o
840 AC_DEFINE(HAVE_NET_RT_IFLIST,,NET_RT_IFLIST)
19877dd2 841else
7ea487bc 842 AC_MSG_RESULT(ioctl)
843 IF_METHOD=if_ioctl.o
7ea487bc 844fi
845AC_SUBST(IF_METHOD)
19877dd2 846AC_SUBST(IOCTL_METHOD)
7ea487bc 847
42c98199 848dnl ---------------------------------------------------------------
849dnl figure out how to specify an interface in multicast sockets API
850dnl ---------------------------------------------------------------
6f0e3f6e 851AC_CHECK_MEMBERS([struct ip_mreqn.imr_ifindex], [], [], QUAGGA_INCLUDES)
42c98199 852
853AC_MSG_CHECKING([for BSD struct ip_mreq hack])
854AC_TRY_COMPILE([#ifdef HAVE_SYS_PARAM_H
855#include <sys/param.h>
856#endif],[#if (defined(__FreeBSD__) && (__FreeBSD_version >= 500022 || (__FreeBSD_version < 500000 && __FreeBSD_version >= 440000))) || (defined(__NetBSD__) && defined(__NetBSD_Version__) && __NetBSD_Version__ >= 106010000)
857 return (0);
858#else
859 #error No support for BSD struct ip_mreq hack detected
860#endif],[AC_MSG_RESULT(yes)
861AC_DEFINE(HAVE_BSD_STRUCT_IP_MREQ_HACK,,[Can pass ifindex in struct ip_mreq])],
862AC_MSG_RESULT(no))
863
7ea487bc 864dnl -----------------------
865dnl check proc file system.
866dnl -----------------------
867if test -r /proc/net/dev; then
868 AC_DEFINE(HAVE_PROC_NET_DEV,,/proc/net/dev)
869 IF_PROC=if_proc.o
870fi
871
872if test -r /proc/net/if_inet6; then
873 AC_DEFINE(HAVE_PROC_NET_IF_INET6,,/proc/net/if_inet6)
874 IF_PROC=if_proc.o
875fi
876AC_SUBST(IF_PROC)
877
878dnl -----------------------------
879dnl check ipforward detect method
880dnl -----------------------------
881AC_CACHE_CHECK(ipforward method check, zebra_ipforward_path,
882[for zebra_ipforward_path in /proc/net/snmp /dev/ip /dev/null;
883do
884 test x`ls $zebra_ipforward_path 2>/dev/null` = x"$zebra_ipforward_path" && break
885done
886case $zebra_ipforward_path in
887 "/proc/net/snmp") IPFORWARD=ipforward_proc.o
888 zebra_ipforward_path="proc";;
889 "/dev/ip")
890 case "$host" in
891 *-nec-sysv4*) IPFORWARD=ipforward_ews.o
892 zebra_ipforward_path="ews";;
9c30ab6b 893 *-freebsd*) IPFORWARD=ipforward_sysctl.o
894 zebra_ipforward_path="sysctl";;
7ea487bc 895 *) IPFORWARD=ipforward_solaris.o
896 zebra_ipforward_path="solaris";;
897 esac;;
898 *) IPFORWARD=ipforward_sysctl.o
899 zebra_ipforward_path="sysctl";;
900esac])
901AC_SUBST(IPFORWARD)
902
903AC_CHECK_FUNCS(getaddrinfo, [have_getaddrinfo=yes], [have_getaddrinfo=no])
904
905dnl ----------
906dnl IPv6 check
907dnl ----------
908AC_MSG_CHECKING(whether does this OS have IPv6 stack)
909if test "${enable_ipv6}" = "no"; then
910 AC_MSG_RESULT(disabled)
911else
912dnl ----------
913dnl INRIA IPv6
914dnl ----------
a159ed93 915 if grep IPV6_INRIA_VERSION /usr/include/netinet/in.h >/dev/null 2>&1; then
916 zebra_cv_ipv6=yes
917 AC_DEFINE(HAVE_IPV6,1,INRIA IPv6)
918 AC_DEFINE(INRIA_IPV6,1,INRIA IPv6)
919 RIPNGD="ripngd"
920 OSPF6D="ospf6d"
921 LIB_IPV6=""
922 AC_MSG_RESULT(INRIA IPv6)
7ea487bc 923dnl ---------
924dnl KAME IPv6
925dnl ---------
a159ed93 926 elif grep WIDE /usr/include/netinet6/in6.h >/dev/null 2>&1; then
927 zebra_cv_ipv6=yes
928 AC_DEFINE(HAVE_IPV6,1,KAME IPv6)
929 AC_DEFINE(KAME,1,KAME IPv6)
930 RIPNGD="ripngd"
931 OSPF6D="ospf6d"
932 if test -d /usr/local/v6/lib -a -f /usr/local/v6/lib/libinet6.a; then
7ea487bc 933 LIB_IPV6="-L/usr/local/v6/lib -linet6"
a159ed93 934 fi
935 AC_MSG_RESULT(KAME)
71c0fb50 936dnl -------------------------
937dnl MUSICA IPv6
938dnl default host check
939dnl It is not used by Kheops
940dnl -------------------------
a159ed93 941 elif grep MUSICA /usr/include6/netinet6/in6.h >/dev/null 2>&1; then
942 zebra_cv_ipv6=yes
943 AC_DEFINE(HAVE_IPV6,1,Musicia IPv6)
944 AC_DEFINE(MUSICA,1,Musica IPv6 stack)
945 AC_DEFINE(KAME,1,KAME IPv6 stack)
946 RIPNGD="ripngd"
947 OSPF6D="ospf6d"
948 if test -d /usr/local/v6/lib -a -f /usr/local/v6/lib/libinet6.a; then
71c0fb50 949 LIB_IPV6="-L/usr/local/v6/lib -linet6"
a159ed93 950 fi
951 AC_MSG_RESULT(MUSICA)
7ea487bc 952dnl ---------
953dnl NRL check
954dnl ---------
a159ed93 955 elif grep NRL /usr/include/netinet6/in6.h >/dev/null 2>&1; then
956 zebra_cv_ipv6=yes
957 AC_DEFINE(HAVE_IPV6,1,NRL IPv6)
958 AC_DEFINE(NRL,1,NRL)
959 RIPNGD="ripngd"
960 OSPF6D="ospf6d"
961 if test x"$opsys" = x"bsdi";then
7ea487bc 962 AC_DEFINE(BSDI_NRL,,BSDI)
963 AC_MSG_RESULT(BSDI_NRL)
a159ed93 964 else
7ea487bc 965 AC_MSG_RESULT(NRL)
a159ed93 966 fi
19877dd2 967dnl ------------------------------------
968dnl Solaris 9, 10 and potentially higher
969dnl ------------------------------------
afd8a129 970 elif test x"$opsys" = x"sol8"; then
19877dd2 971 zebra_cv_ipv6=yes;
972 AC_DEFINE(HAVE_IPV6, 1, IPv6)
973 AC_DEFINE(SOLARIS_IPV6, 1, Solaris IPv6)
974 RIPNGD="ripngd"
975 OSPF6D="ospf6d"
976 AC_MSG_RESULT(Solaris IPv6)
7ea487bc 977dnl ----------
978dnl Linux IPv6
979dnl ----------
a159ed93 980 elif test "${enable_ipv6}" = "yes"; then
981 AC_EGREP_CPP(yes, [
982 #include <linux/version.h>
983 /* 2.1.128 or later */
984 #if LINUX_VERSION_CODE >= 0x020180
985 yes
986 #endif],
987 [zebra_cv_ipv6=yes
988 zebra_cv_linux_ipv6=yes
989 AC_MSG_RESULT(Linux IPv6)])
990 else
991 if test x`ls /proc/net/ipv6_route 2>/dev/null` = x"/proc/net/ipv6_route"
992 then
7ea487bc 993 zebra_cv_ipv6=yes
994 zebra_cv_linux_ipv6=yes
995 AC_MSG_RESULT(Linux IPv6)
a159ed93 996 fi
997 fi
7ea487bc 998
850d39f3 999 if test "$zebra_cv_linux_ipv6" = "yes";then
1000 AC_MSG_CHECKING(whether libc has IPv6 support)
1001 AC_TRY_LINK([#include <netinet/in.h>
1002 ],[ int a; a = (int) in6addr_any.s6_addr[0]; if (a != 12345) return a; ],
1003 [AC_MSG_RESULT(yes)
1004 zebra_cv_ipv6=yes
1005 zebra_cv_linux_ipv6=yes],
1006 [AC_MSG_RESULT(no)
1007 zebra_cv_ipv6=no
1008 zebra_cv_linux_ipv6=no])
1009 fi
1010
a159ed93 1011 if test "$zebra_cv_linux_ipv6" = "yes";then
1012 AC_MSG_CHECKING(for GNU libc >= 2.1)
1013 AC_DEFINE(HAVE_IPV6,1,Linux IPv6)
1014 AC_EGREP_CPP(yes, [
7ea487bc 1015#include <features.h>
1016#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
1017 yes
a159ed93 1018#endif],
1019 [glibc=yes
1020 AC_DEFINE(LINUX_IPV6,1,Linux IPv6 stack)
1021 AC_MSG_RESULT(yes)],
1022 AC_MSG_RESULT(no)
1023 )
1024 RIPNGD="ripngd"
1025 OSPF6D="ospf6d"
1026 if test "$glibc" != "yes"; then
7ea487bc 1027 INCLUDES="-I/usr/inet6/include"
1028 if test x`ls /usr/inet6/lib/libinet6.a 2>/dev/null` != x;then
1029 LIB_IPV6="-L/usr/inet6/lib -linet6"
1030 fi
a159ed93 1031 fi
1032 fi
7ea487bc 1033
1034dnl -----------------------
1035dnl Set IPv6 related values
1036dnl -----------------------
a159ed93 1037 LIBS="$LIB_IPV6 $LIBS"
1038 AC_SUBST(LIB_IPV6)
7ea487bc 1039
a159ed93 1040 if test x"$RIPNGD" = x""; then
1041 AC_MSG_RESULT(IPv4 only)
1042 fi
7ea487bc 1043fi
1044
fa3232e1 1045dnl ------------------
1046dnl IPv6 header checks
1047dnl ------------------
1048if test "x${zebra_cv_ipv6}" = "xyes"; then
1049AC_CHECK_HEADERS([netinet6/in6.h netinet/in6_var.h netinet/icmp6.h \
6f0e3f6e
PJ
1050 netinet6/in6_var.h netinet6/nd6.h], [], [],
1051 QUAGGA_INCLUDES)
fa3232e1 1052fi
1053
6f0e3f6e
PJ
1054m4_define([QUAGGA_INCLUDES],dnl
1055QUAGGA_INCLUDES
1056[#if HAVE_NETINET6_IN6_H
1057#include <netinet6/in6.h>
1058#endif
1059#if HAVE_NETINET_IN6_VAR_H
1060#include <netinet/in6_var.h>
1061#endif
1062#if HAVE_NETINET_ICMP6_H
1063# include <netinet/icmp6.h>
1064#endif
1065#if HAVE_NETINET6_IN6_VAR_H
1066# include <netinet6/in6_var.h>
1067#endif
1068#if HAVE_NETINET6_ND6_H
fbf24544 1069# include <netinet6/nd6.h>
6f0e3f6e
PJ
1070#endif
1071])dnl
1072
7ea487bc 1073dnl --------------------
1074dnl Daemon disable check
1075dnl --------------------
1076if test "${enable_zebra}" = "no";then
1077 ZEBRA=""
1078else
1079 ZEBRA="zebra"
1080fi
1081
1082if test "${enable_bgpd}" = "no";then
1083 BGPD=""
1084else
1085 BGPD="bgpd"
1086fi
1087
1088if test "${enable_ripd}" = "no";then
1089 RIPD=""
1090else
1091 RIPD="ripd"
1092fi
1093
1094if test "${enable_ospfd}" = "no";then
1095 OSPFD=""
1096else
1097 OSPFD="ospfd"
1098fi
1099
d0199430 1100if test "${enable_watchquagga}" = "no";then
1101 WATCHQUAGGA=""
1102else
1103 WATCHQUAGGA="watchquagga"
1104fi
1105
1ef74ef7 1106OSPFCLIENT=""
1107if test "${enable_opaque_lsa}" = "yes"; then
1108 if test "${enable_ospfapi}" != "no";then
9a569848 1109 AC_DEFINE(SUPPORT_OSPF_API,,OSPFAPI)
1ef74ef7 1110
1111 if test "${enable_ospfclient}" != "no";then
1112 OSPFCLIENT="ospfclient"
1113 fi
1114 fi
1115
7ea487bc 1116fi
1117
1118case "${enable_ripngd}" in
1119 "yes") RIPNGD="ripngd";;
1120 "no" ) RIPNGD="";;
1121 * ) ;;
1122esac
1123
1124case "${enable_ospf6d}" in
1125 "yes") OSPF6D="ospf6d";;
1126 "no" ) OSPF6D="";;
1127 * ) ;;
1128esac
1129
9e867fe6 1130case "${enable_isisd}" in
1131 "yes") ISISD="isisd";;
1132 "no" ) ISISD="";;
ae399ab0 1133 * ) ;;
9e867fe6 1134esac
1135
97cee877
GT
1136# XXX Perhaps auto-enable on Solaris, but that's messy for cross builds.
1137case "${enable_solaris}" in
1138 "yes") SOLARIS="solaris";;
1139 "no" ) SOLARIS="";;
1140 * ) ;;
1141esac
1142
7ea487bc 1143if test "${enable_bgp_announce}" = "no";then
1144 AC_DEFINE(DISABLE_BGP_ANNOUNCE,,Disable BGP installation to zebra)
1145fi
1146
1147AC_SUBST(ZEBRA)
1148AC_SUBST(BGPD)
1149AC_SUBST(RIPD)
1150AC_SUBST(RIPNGD)
1151AC_SUBST(OSPFD)
1152AC_SUBST(OSPF6D)
d0199430 1153AC_SUBST(WATCHQUAGGA)
9e867fe6 1154AC_SUBST(ISISD)
97cee877 1155AC_SUBST(SOLARIS)
7ea487bc 1156AC_SUBST(VTYSH)
1157AC_SUBST(INCLUDES)
1158AC_SUBST(CURSES)
1159AC_SUBST(OSPFCLIENT)
1ef74ef7 1160AC_SUBST(OSPFAPI)
7ea487bc 1161AC_CHECK_LIB(c, inet_ntop, [AC_DEFINE(HAVE_INET_NTOP,,inet_ntop)])
1162AC_CHECK_LIB(c, inet_pton, [AC_DEFINE(HAVE_INET_PTON,,inet_pton)])
1163AC_CHECK_LIB(crypt, crypt)
1164AC_CHECK_LIB(resolv, res_init)
7ea487bc 1165
1166dnl ---------------------------------------------------
1167dnl BSD/OS 4.1 define inet_XtoY function as __inet_XtoY
1168dnl ---------------------------------------------------
a159ed93 1169AC_CHECK_FUNC(__inet_ntop, AC_DEFINE(HAVE_INET_NTOP,,__inet_ntop))
1170AC_CHECK_FUNC(__inet_pton, AC_DEFINE(HAVE_INET_PTON,,__inet_pton))
1171AC_CHECK_FUNC(__inet_aton, AC_DEFINE(HAVE_INET_ATON,,__inet_aton))
7ea487bc 1172
1173dnl ---------------------------
1174dnl check system has GNU regexp
1175dnl ---------------------------
1176dnl AC_MSG_CHECKING(whether system has GNU regex)
1177AC_CHECK_LIB(c, regexec,
1178[AC_DEFINE(HAVE_GNU_REGEX,,GNU regexp library)
1179 LIB_REGEX=""],
1180[LIB_REGEX="regex.o"])
1181AC_SUBST(LIB_REGEX)
1182
1183dnl ------------------
b1fc9acb 1184dnl check Net-SNMP library
7ea487bc 1185dnl ------------------
b1fc9acb 1186if test "${enable_snmp}" = "yes"; then
1187 LIBS="${LIBS} -lcrypto"
1188 AC_CHECK_LIB(netsnmp, asn_parse_int,
1189 [AC_DEFINE(HAVE_NETSNMP,,Net SNMP)
1190 AC_DEFINE(HAVE_SNMP,,SNMP)
1191 LIBS="${LIBS} -lnetsnmp"],
1192 [AC_MSG_ERROR([--enable-snmp given, but cannot find support for SNMP])])
1193
1194 for ac_snmp in /usr/include \
1195 /usr/local/include \
1196 /dev/null; do
1197 test -f "${ac_snmp}/net-snmp/library/asn1.h" && break
7ea487bc 1198 done
b1fc9acb 1199
7ea487bc 1200 case ${ac_snmp} in
b1fc9acb 1201 /dev/null)
1202 AC_MSG_ERROR([--enable-snmp given, but can not find header])
1203 ;;
1204 *)
1205 SNMP_INCLUDES="-I${ac_snmp}/net-snmp"
1206 SNMP_INCLUDES="${SNMP_INCLUDES} -I${ac_snmp}/net-snmp/library"
1207 ;;
7ea487bc 1208 esac
b1fc9acb 1209
1210 AC_SUBST(SNMP_INCLUDES)
6cf9df08 1211fi
1212
7ea487bc 1213dnl ---------------------------
6f0e3f6e 1214dnl sockaddr and netinet checks
7ea487bc 1215dnl ---------------------------
6f0e3f6e
PJ
1216AC_CHECK_TYPES([struct sockaddr, struct sockaddr_in,
1217 struct sockaddr_in6, struct sockaddr_un, struct sockaddr_dl,
1218 socklen_t,
1219 struct ifaliasreq, struct if6_aliasreq, struct in6_aliasreq,
1220 struct nd_opt_adv_interval, struct rt_addrinfo,
11770e10 1221 struct nd_opt_homeagent_info, struct nd_opt_adv_interval],
6f0e3f6e
PJ
1222 [], [], QUAGGA_INCLUDES)
1223
1224AC_CHECK_MEMBERS([struct sockaddr.sa_len,
1225 struct sockaddr_in.sin_len, struct sockaddr_un.sun_len,
1226 struct sockaddr_in6.sin6_scope_id,
1227 struct if6_aliasreq.ifra_lifetime,
1228 struct nd_opt_adv_interval.nd_opt_ai_type],
1229 [], [], QUAGGA_INCLUDES)
29c4c9bd 1230
6f0e3f6e 1231dnl ---------------------------
11770e10 1232dnl IRDP/pktinfo/icmphdr checks
6f0e3f6e
PJ
1233dnl ---------------------------
1234AC_CHECK_TYPES([struct in_pktinfo],
11770e10
PJ
1235 [AC_CHECK_TYPES([struct icmphdr],
1236 [if test "${enable_irdp}" != "no"; then
1237 AC_DEFINE(HAVE_IRDP,, IRDP)
1238 fi],
1239 [if test "${enable_irdp}" = "yes"; then
1240 AC_MSG_ERROR(['IRDP requires in_pktinfo at the moment!'])
1241 fi], [QUAGGA_INCLUDES])],
6f0e3f6e
PJ
1242 [if test "${enable_irdp}" = "yes"; then
1243 AC_MSG_ERROR(['IRDP requires in_pktinfo at the moment!'])
1244 fi], [QUAGGA_INCLUDES])
29c4c9bd 1245
7ea487bc 1246dnl --------------------------------------
1247dnl checking for getrusage struct and call
1248dnl --------------------------------------
1249AC_MSG_CHECKING(whether getrusage is available)
1250AC_TRY_COMPILE([#include <sys/resource.h>
1251],[struct rusage ac_x; getrusage (RUSAGE_SELF, &ac_x);],
1252[AC_MSG_RESULT(yes)
1253 AC_DEFINE(HAVE_RUSAGE,,rusage)],
1254 AC_MSG_RESULT(no))
1255
edd7c245 1256dnl -------------------
1257dnl capabilities checks
1258dnl -------------------
41d3fc96 1259if test "${enable_capabilities}" != "no"; then
1260 AC_MSG_CHECKING(whether prctl PR_SET_KEEPCAPS is available)
1261 AC_TRY_COMPILE([#include <sys/prctl.h>],[prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);],
1262 [AC_MSG_RESULT(yes)
1263 AC_DEFINE(HAVE_PR_SET_KEEPCAPS,,prctl)
1264 quagga_ac_keepcaps="yes"],
1265 AC_MSG_RESULT(no)
edd7c245 1266 )
41d3fc96 1267 if test x"${quagga_ac_keepcaps}" = x"yes"; then
1268 AC_CHECK_HEADERS(sys/capability.h)
1269 fi
1270 if test x"${ac_cv_header_sys_capability_h}" = x"yes"; then
1271 AC_CHECK_LIB(cap, cap_init,
1272 [AC_DEFINE(HAVE_LCAPS,1,Capabilities)
1273 LIBCAP="-lcap"
ceacedba 1274 quagga_ac_lcaps="yes"]
41d3fc96 1275 )
ceacedba 1276 else
1277 AC_CHECK_HEADERS(priv.h,
1278 [AC_MSG_CHECKING(Solaris style privileges are available)
1279 AC_TRY_COMPILE([#include <priv.h>],[getpflags(PRIV_AWARE);],
1280 [AC_MSG_RESULT(yes)
1281 AC_DEFINE(HAVE_SOLARIS_CAPABILITIES,1,getpflags)
1282 quagga_ac_scaps="yes"],
1283 AC_MSG_RESULT(no)
1284 )
1285 ]
1286 )
1287 fi
1288 if test x"${quagga_ac_scaps}" = x"yes" \
1289 -o x"${quagga_ac_lcaps}" = x"yes"; then
1290 AC_DEFINE(HAVE_CAPABILITIES,1,capabilities)
41d3fc96 1291 fi
edd7c245 1292fi
1293AC_SUBST(LIBCAP)
1294
fb2d1502 1295dnl ---------------------------
1296dnl check for glibc 'backtrace'
1297dnl ---------------------------
1298if test "${glibc}" = "yes"; then
fb66b29c
PJ
1299 AC_CHECK_HEADER([execinfo.h],
1300 [AC_CHECK_FUNC([backtrace],
1301 [AC_DEFINE(HAVE_GLIBC_BACKTRACE,,[Glibc backtrace])
1302 AC_DEFINE(HAVE_STACK_TRACE,,[Stack symbol decoding])
1303 ])
1304 ])
fb2d1502 1305fi
1306
41be32bf
PJ
1307dnl -----------------------------------------
1308dnl check for malloc mallinfo struct and call
1309dnl this must try and link using LIBS, in
1310dnl order to check no alternative allocator
1311dnl has been specified, which might not provide
1312dnl mallinfo, e.g. such as Umem on Solaris.
1313dnl -----------------------------------------
6f0e3f6e 1314AC_CHECK_HEADER([malloc.h],
41be32bf
PJ
1315 [AC_MSG_CHECKING(whether mallinfo is available)
1316 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <malloc.h>]],
1317 [[struct mallinfo ac_x; ac_x = mallinfo ();]])],
1318 [AC_MSG_RESULT(yes)
1319 AC_DEFINE(HAVE_MALLINFO,,mallinfo)],
1320 AC_MSG_RESULT(no)
1321 )
6f0e3f6e 1322 ], [], QUAGGA_INCLUDES)
41be32bf 1323
408ad943 1324dnl ----------
1325dnl configure date
1326dnl ----------
1327CONFDATE=`date '+%Y%m%d'`
1328AC_SUBST(CONFDATE)
1329
7ea487bc 1330dnl ------------------------------
a159ed93 1331dnl set paths for state directory
23bd12c3 1332dnl ------------------------------
1333if test "${prefix}" = "NONE"; then
e8f2984c 1334 quagga_statedir_prefix="";
23bd12c3 1335else
e8f2984c 1336 quagga_statedir_prefix=${prefix}
23bd12c3 1337fi
1338if test "${localstatedir}" = '${prefix}/var'; then
a159ed93 1339 AC_CACHE_CHECK(state directory,ac_statedir,
e8f2984c 1340 [for QUAGGA_STATE_DIR in ${quagga_statedir_prefix}/var/run dnl
1341 ${quagga_statedir_prefix}/var/adm dnl
1342 ${quagga_statedir_prefix}/etc dnl
a159ed93 1343 /var/run dnl
1344 /var/adm dnl
1345 /etc dnl
1346 /dev/null;
23bd12c3 1347 do
e8f2984c 1348 test -d $QUAGGA_STATE_DIR && break
23bd12c3 1349 done
e8f2984c 1350 quagga_statedir=$QUAGGA_STATE_DIR])
23bd12c3 1351else
e8f2984c 1352 quagga_statedir=${localstatedir}
a159ed93 1353 AC_MSG_CHECKING(directory to use for state file)
e8f2984c 1354 AC_MSG_RESULT(${quagga_statedir})
26275b05 1355 AC_SUBST(quagga_statedir)
a159ed93 1356fi
e8f2984c 1357if test $quagga_statedir = "/dev/null"; then
a159ed93 1358 AC_MSG_ERROR('STATE DIRECTORY NOT FOUND! FIX OR SPECIFY --localstatedir!')
1359fi
1360
e8f2984c 1361AC_DEFINE_UNQUOTED(PATH_ZEBRA_PID, "$quagga_statedir/zebra.pid",zebra PID)
1362AC_DEFINE_UNQUOTED(PATH_RIPD_PID, "$quagga_statedir/ripd.pid",ripd PID)
1363AC_DEFINE_UNQUOTED(PATH_RIPNGD_PID, "$quagga_statedir/ripngd.pid",ripngd PID)
1364AC_DEFINE_UNQUOTED(PATH_BGPD_PID, "$quagga_statedir/bgpd.pid",bgpd PID)
1365AC_DEFINE_UNQUOTED(PATH_OSPFD_PID, "$quagga_statedir/ospfd.pid",ospfd PID)
1366AC_DEFINE_UNQUOTED(PATH_OSPF6D_PID, "$quagga_statedir/ospf6d.pid",ospf6d PID)
9e867fe6 1367AC_DEFINE_UNQUOTED(PATH_ISISD_PID, "$quagga_statedir/isisd.pid",isisd PID)
d0199430 1368AC_DEFINE_UNQUOTED(PATH_WATCHQUAGGA_PID, "$quagga_statedir/watchquagga.pid",watchquagga PID)
e8f2984c 1369AC_DEFINE_UNQUOTED(ZEBRA_SERV_PATH, "$quagga_statedir/zserv.api",zebra api socket)
1370AC_DEFINE_UNQUOTED(ZEBRA_VTYSH_PATH, "$quagga_statedir/zebra.vty",zebra vty socket)
1371AC_DEFINE_UNQUOTED(RIP_VTYSH_PATH, "$quagga_statedir/ripd.vty",rip vty socket)
1372AC_DEFINE_UNQUOTED(RIPNG_VTYSH_PATH, "$quagga_statedir/ripngd.vty",ripng vty socket)
1373AC_DEFINE_UNQUOTED(BGP_VTYSH_PATH, "$quagga_statedir/bgpd.vty",bgpd vty socket)
1374AC_DEFINE_UNQUOTED(OSPF_VTYSH_PATH, "$quagga_statedir/ospfd.vty",ospfd vty socket)
1375AC_DEFINE_UNQUOTED(OSPF6_VTYSH_PATH, "$quagga_statedir/ospf6d.vty",ospf6d vty socket)
9e867fe6 1376AC_DEFINE_UNQUOTED(ISIS_VTYSH_PATH, "$quagga_statedir/isisd.vty",isisd vty socket)
515210bd 1377AC_DEFINE_UNQUOTED(DAEMON_VTY_DIR, "$quagga_statedir",daemon vty directory)
7ea487bc 1378
1eb8ef25 1379dnl -------------------------------
1380dnl Quagga sources should always be
1381dnl current wrt interfaces. Dont
1382dnl allow deprecated interfaces to
1383dnl be exposed.
1384dnl -------------------------------
1385AC_DEFINE(QUAGGA_NO_DEPRECATED_INTERFACES, 1, Hide deprecated interfaces)
1386
7ea487bc 1387dnl ---------------------------
1388dnl Check htonl works correctly
1389dnl ---------------------------
1390AC_MSG_CHECKING(for working htonl)
6f0e3f6e
PJ
1391AC_CACHE_VAL(ac_cv_htonl_works,
1392 [AC_LINK_IFELSE([AC_LANG_PROGRAM([QUAGGA_INCLUDES],[htonl (0);])],
1393 [ac_cv_htonl_works=yes], [ac_cv_htonl_works=no])
1394 ]
1395)
7ea487bc 1396AC_MSG_RESULT($ac_cv_htonl_works)
1397
14c17fd8 1398AC_CONFIG_FILES([Makefile lib/Makefile zebra/Makefile ripd/Makefile
d0199430 1399 ripngd/Makefile bgpd/Makefile ospfd/Makefile watchquagga/Makefile
9e867fe6 1400 ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile
14c17fd8 1401 ospfclient/Makefile tests/Makefile m4/Makefile redhat/Makefile
69f1fc22 1402 pkgsrc/Makefile
670bbf19 1403 redhat/quagga.spec
b7a97f82 1404 lib/version.h
14c17fd8 1405 doc/defines.texi
f695b01f 1406 isisd/topology/Makefile
cbd04084 1407 pkgsrc/bgpd.sh pkgsrc/ospf6d.sh pkgsrc/ospfd.sh
f31293af 1408 pkgsrc/ripd.sh pkgsrc/ripngd.sh pkgsrc/zebra.sh])
26275b05 1409AC_CONFIG_FILES([solaris/Makefile])
1410
670bbf19 1411AC_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl])
48577196 1412## Hack, but working solution to avoid rebuilding of quagga.info.
1413## It's already in CVS until texinfo 4.7 is more common.
14c17fd8 1414AC_OUTPUT
7ea487bc 1415
1416echo "
c89f6494 1417Quagga configuration
1418--------------------
1419quagga version : ${PACKAGE_VERSION}
7ea487bc 1420host operationg system : ${host_os}
1421source code location : ${srcdir}
1422compiler : ${CC}
1423compiler flags : ${CFLAGS}
6f0e3f6e 1424make : ${MAKE-make}
2d58228e 1425includes : ${INCLUDES} ${SNMP_INCLUDES}
6f0e3f6e 1426linker flags : ${LDFLAGS} ${LIBS} ${LIBCAP} ${LIBREADLINE} ${LIBM}
e8f2984c 1427state file directory : ${quagga_statedir}
dc7a2bf1 1428config file directory : `eval echo \`echo ${sysconfdir}\``
d6b72f7a 1429example directory : `eval echo \`echo ${exampledir}\``
8d4aee5d 1430user to run as : ${enable_user}
1431group to run as : ${enable_group}
1432group for vty sockets : ${enable_vty_group}
aa593d5e 1433config file mask : ${enable_configfile_mask}
1434log file mask : ${enable_logfile_mask}
dc7a2bf1 1435
1436The above user and group must have read/write access to the state file
105b8239
PJ
1437directory and to the config files in the config file directory."
1438
1439if test x"$quagga_cv_gnu_make" = x"no"; then echo "
1440Warning: The ${MAKE-make} programme detected, either in your path or
1441via the MAKE variable, is not GNU Make. GNU make may be installed as
1442gmake on some systems. and is required to complete a build of Quagga
1443" > /dev/stderr
1444fi