]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/configure.in
Remove bimagemgr
[bacula/bacula] / bacula / autoconf / configure.in
1 lal#
2 dnl#
3 dnl# Process this file with autoconf to produce a configure script.
4 dnl#
5 AC_INIT(src/version.h)
6 BUILD_DIR=`pwd`
7 cd ..
8 TOP_DIR=`pwd`
9 cd ${BUILD_DIR}
10 AC_SUBST(BUILD_DIR)
11 AC_CONFIG_AUX_DIR(${BUILD_DIR}/autoconf)
12 AC_CONFIG_HEADER(src/config.h:autoconf/config.h.in)
13
14 dnl require a recent autoconf
15 AC_PREREQ(2.13)
16
17
18 dnl search for true and false programs.
19 AC_PATH_PROGS(TRUEPRG, true, :)
20 AC_PATH_PROGS(FALSEPRG, false, :)
21
22 #AC_CANONICAL_HOST
23
24 dnl bacula version
25 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
26 DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
27 LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
28 AC_SUBST(VERSION)dnl 
29 AC_SUBST(DATE)dnl 
30 AC_SUBST(LSMDATE)dnl 
31 echo "configuring for bacula $VERSION ($DATE)"
32
33
34 dnl -------------------------------------------------------
35 dnl# Check for compiler.
36 dnl ------------------------------------------------------
37
38 AC_PROG_CC
39 AC_PROG_CXX
40 AC_PROG_CC_C_O                  dnl Determine if C compiler support -c -o.
41 AC_PROG_GCC_TRADITIONAL         dnl Determine if ioctl() need -traditional.
42
43 if test "x$CC" = xgcc; then
44    AC_DEFINE(HAVE_GCC)
45 fi
46 AC_PATH_PROG(CXX, $CXX, $CXX)
47 if test ! -e $CXX; then
48    AC_MSG_ERROR(Unable to find C++ compiler)
49 fi
50
51 dnl -------------------------------------------------------
52 dnl# Check for programs.
53 dnl ------------------------------------------------------
54 AC_PROG_INSTALL
55 AC_PROG_RANLIB
56 AC_PATH_PROG(MV, mv, mv)
57 AC_PATH_PROG(RM, rm, rm)
58 AC_PATH_PROG(CP, cp, cp)
59 AC_PATH_PROG(SED, sed, sed)
60 AC_PATH_PROG(ECHO, echo, echo)
61 AC_PATH_PROG(CMP, cmp, cmp)
62 AC_PATH_PROG(TBL, tbl, tbl)
63 AC_PATH_PROG(AR, ar, ar)
64 dnl AC_PATH_PROG(RANLIB, ranlib, ranlib)
65 AC_PATH_PROG(OPENSSL, openssl, none)
66 AC_PATH_PROG(MTX, mtx, mtx)
67 AC_PATH_PROG(MKISOFS, mkisofs, mkisofs)
68 AC_PATH_PROG(PYTHON, python, python)
69 AC_PATH_PROG(GROWISOFS, growisofs, growisofs)
70 AC_PATH_PROG(DVDRWMEDIAINFO, dvd+rw-mediainfo, dvd+rw-mediainfo)
71 AC_PATH_PROG(PKGCONFIG, pkg-config, pkg-config)
72 AC_ARG_VAR(WXCONFIG, [wx-config command. On some systems, you must set it to wx-config-2.6 to use wxWidgets 2.6.])
73 if test "x$WXCONFIG" = x; then
74   WXCONFIG=wx-config
75 fi
76 AC_PATH_PROG(WXCONFIG, ${WXCONFIG}, ${WXCONFIG})
77 AC_ARG_VAR(WXFLAGS, [Parameters to pass to wx-config (e.g. --unicode=no).])
78 AC_PATH_PROG(CDRECORD, cdrecord, cdrecord)
79 AC_PATH_PROG(PIDOF, pidof, pidof)
80 AC_PROG_AWK
81 # Some AWK programs fail, so test it and warn the user
82 if echo xfoo | $AWK 'BEGIN { prog=ARGV[1]; ARGC=1 } 
83       { if ((prog == $2) || (("(" prog ")") == $2) ||
84            (("[" prog "]") == $2) ||
85            ((prog ":") == $2)) { print $1 ; exit 0 } }' xfoo>/dev/null; then :;
86 else
87   AC_MSG_ERROR([!!!!!!!!! WARNING !!!!!!!!!!!!!!
88    The regex engine of $AWK is too broken to be used you 
89    might want to install GNU AWK.
90    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!])
91 fi
92 THE_AWK=$AWK
93 AC_PATH_PROG(AWK, $THE_AWK, $THE_AWK)
94
95 test -n "$ARFLAG" || ARFLAGS="cr"
96 AC_SUBST(ARFLAGS)
97
98 MAKE_SHELL=/bin/sh
99 AC_SUBST(MAKE_SHELL)
100
101 AC_SUBST(LOCAL_LIBS)
102 AC_SUBST(LOCAL_CFLAGS)
103 AC_SUBST(LOCAL_LDFLAGS)
104 AC_SUBST(LOCAL_DEFS)
105
106
107
108 dnl --------------------------------------------------
109 dnl Bacula OP Sys determination (see aclocal.m4)
110 dnl --------------------------------------------------
111 BA_CHECK_OPSYS
112
113 # -----------------------------------------------------------
114 dnl Bacula OPSys Distribution determination (see aclocal.m4)
115 # ----------------------------------------------------------
116 BA_CHECK_OPSYS_DISTNAME
117
118 # -----------------------------------------------------------
119 dnl Check for gnome stuff for gnome-console
120 # ----------------------------------------------------------
121 AM_ACLOCAL_INCLUDE(gnome-macros)
122
123 # ------------------------------------------------------------------
124 #  If the user has not set --prefix, we set our default to nothing.
125 #  In this case, if the user has not set --sysconfdir, we set it
126 #  to the package default of /etc/bacula.  If either --prefix or
127 #  --sysconfdir is set, we leave sysconfdir alone except to eval it.
128 # ------------------------------------------------------------------
129 if test x${prefix} = xNONE ; then
130     if test `eval echo ${sysconfdir}` = NONE/etc ; then
131         sysconfdir=/etc/bacula
132     fi
133     prefix=
134 fi
135 sysconfdir=`eval echo ${sysconfdir}`
136
137 # -------------------------------------------------------------------------
138 #  If the user has not set --exec-prefix, we default to ${prefix}
139 # -------------------------------------------------------------------------
140 if test x${exec_prefix} = xNONE ; then
141     exec_prefix=${prefix}
142 fi
143
144 # ------------------------------------------------------------------
145 # If the user has not set --sbindir, we set our default as /sbin
146 # ------------------------------------------------------------------
147 if test x$sbindir = x'${exec_prefix}/sbin' ; then
148     sbindir=${exec_prefix}/sbin
149 fi
150 sbindir=`eval echo ${sbindir}`
151
152 # -------------------------------------------------------------------------
153 #  If the user has not set --mandir, we default to /usr/share/man
154 # -------------------------------------------------------------------------
155 if test x$mandir = x'${prefix}/man' ; then
156    mandir=/usr/share/man
157 fi
158
159                       
160 # ------------------------------------------------------------------
161 # All list of languages for which a translation exist. Each
162 #  language is separated by a space.
163 # ------------------------------------------------------------------
164 ALL_LINGUAS=""
165
166 AC_PATH_PROGS(MSGFMT, msgfmt, no)
167 if test "$MSGFMT" = "no"
168 then
169    echo 'msgfmt program not found, disabling NLS !'
170    USE_NLS=no
171    USE_INCLUDED_LIBINTL=no
172 #else
173 #   AM_GNU_GETTEXT
174 fi
175
176
177 support_mysql=no
178 support_sqlite=no
179 support_sqlite3=no
180 support_postgresql=no
181 support_smartalloc=yes
182 support_readline=yes
183 support_conio=yes
184 support_gnome=no
185 support_wx_console=no
186 support_tls=no
187 gnome_version=
188 wx_version=
189 support_static_tools=no
190 support_static_fd=no
191 support_static_sd=no
192 support_static_dir=no
193 support_static_cons=no
194 support_python=no
195 build_client_only=no
196 cats=
197 db_name=Internal
198 DB_NAME=bdb
199
200 dnl# --------------------------------------------------------------------------
201 dnl# CHECKING COMMAND LINE OPTIONS
202 dnl# --------------------------------------------------------------------------
203
204 # -------------------------------------------
205 # gnome (default off)
206 # -------------------------------------------
207 AC_ARG_ENABLE(gnome,
208   [  --enable-gnome       enable build of gnome-console GUI [disabled]],
209   [if test x$enableval = xyes; then
210     support_gnome=yes
211   fi])
212
213 GNOME_DIR=
214 if test x$support_gnome = xyes; then
215   abc=`$PKGCONFIG --exists libgnomeui-2.0`
216   pkg=$?
217   if test $pkg = 0; then
218      GNOME_INCLUDEDIR=`$PKGCONFIG --cflags-only-I libgnomeui-2.0`
219      GNOMEUI_LIBS=`$PKGCONFIG --libs-only-l libgnomeui-2.0`
220      GNOME_LIBDIR=`$PKGCONFIG --libs libgnomeui-2.0`
221      GNOME_LIBS=`$PKGCONFIG --libs-only-l libgnomeui-2.0`
222      AC_SUBST(GNOME_INCLUDEDIR)
223      AC_SUBST(GNOMEUI_LIBS)
224      AC_SUBST(GNOME_LIBDIR)
225      AC_SUBST(GNOME_LIBS)
226      GNOME_DIR=src/gnome2-console
227      gnome_version="Version 2.x"
228   else
229      AC_MSG_ERROR(Unable to find Gnome 2 installation)
230   fi
231 fi
232 AC_SUBST(GNOME_DIR)
233
234
235 # -------------------------------------------
236 # wx-console (default off)
237 # -------------------------------------------
238 AC_ARG_ENABLE(wx-console,
239   [  --enable-wx-console     enable build of wxWidgets console [disabled]],
240   [if test x$enableval = xyes; then
241     support_wx_console=yes
242   fi])
243
244 WX_DIR=
245 if test x$support_wx_console = xyes; then
246   abc=`$WXCONFIG $WXFLAGS --cppflags`
247   pkg=$?
248   if test $pkg = 0; then
249      wx_version="wxWidgets `$WXCONFIG $WXFLAGS --release`"
250      WXCONS_CPPFLAGS=`$WXCONFIG $WXFLAGS --cppflags`
251      WXCONS_LDFLAGS=`$WXCONFIG $WXFLAGS --libs`
252
253      AC_SUBST(WXCONS_CPPFLAGS)
254      AC_SUBST(WXCONS_LDFLAGS)
255      WX_DIR=src/wx-console
256   else
257      echo " "
258      echo "wx-config program not found. wx-console disabled."
259      echo " "
260      support_wx_console=no
261   fi
262 fi
263 AC_SUBST(WX_DIR)
264
265
266 # -------------------------------------------
267 # tray-monitor (default off)
268 # -------------------------------------------
269 AC_ARG_ENABLE(tray-monitor,
270   [  --enable-tray-monitor   enable build of Gnome tray monitor (compatible with KDE) [disabled]],
271   [if test x$enableval = xyes; then
272     support_tray_monitor=yes
273   fi])
274
275 TRAY_MONITOR_DIR=
276 if test x$support_tray_monitor = xyes; then
277   abc=`$PKGCONFIG --exists gtk+-2.0`
278   pkg=$?
279   if test $pkg = 0; then
280      TRAY_MONITOR_CPPFLAGS=`$PKGCONFIG --cflags gtk+-2.0`
281      TRAY_MONITOR_LDFLAGS=`$PKGCONFIG --libs gtk+-2.0`
282      AC_SUBST(TRAY_MONITOR_CPPFLAGS)
283      AC_SUBST(TRAY_MONITOR_LDFLAGS)
284      TRAY_MONITOR_DIR=src/tray-monitor
285      abc=`$PKGCONFIG --atleast-version=2.4 gtk+-2.0`
286      pkg=$?
287      if test $pkg = 0; then
288         AC_DEFINE(HAVE_GTK_2_4)
289      fi
290   fi
291 fi
292 AC_SUBST(TRAY_MONITOR_DIR)
293
294 # -------------------------------------------
295 # smartalloc (default off)
296 # -------------------------------------------
297 AC_ARG_ENABLE(smartalloc,
298   [  --enable-smartalloc     enable smartalloc debugging support [disabled]],
299   [if test x$enableval = xno; then
300     support_smartalloc=no
301   fi])
302
303 if test x$support_smartalloc = xyes; then
304    AC_DEFINE(SMARTALLOC)
305 fi
306
307 # -------------------------------------------
308 # static-tools (default off)
309 # -------------------------------------------
310 AC_ARG_ENABLE(static-tools,
311    [  --enable-static-tools   enable static tape tools [disabled]],
312    [if test x$enableval = xyes; then
313      support_static_tools=yes
314    fi])
315
316 TTOOL_LDFLAGS=
317 if test x$support_static_tools = xyes; then
318    TTOOL_LDFLAGS="-static"
319 fi
320 AC_SUBST(TTOOL_LDFLAGS)
321
322 # -------------------------------------------
323 # static-fd    (default off)
324 # -------------------------------------------
325 AC_ARG_ENABLE(static-fd,
326    [  --enable-static-fd      enable static File daemon [disabled]],
327    [if test x$enableval = xyes; then
328      support_static_fd=yes
329    fi])
330
331 STATIC_FD=
332 if test x$support_static_fd = xyes; then
333    STATIC_FD="static-bacula-fd"
334 fi
335 AC_SUBST(STATIC_FD)
336
337 # -------------------------------------------
338 # static-sd    (default off)
339 # -------------------------------------------
340 AC_ARG_ENABLE(static-sd,
341    [  --enable-static-sd      enable static Storage daemon [disabled]],
342    [if test x$enableval = xyes; then
343      support_static_sd=yes
344    fi])
345
346 STATIC_SD=
347 if test x$support_static_sd = xyes; then
348    STATIC_SD="static-bacula-sd"
349 fi
350 AC_SUBST(STATIC_SD)
351
352 # -------------------------------------------
353 # static-dir   (default off)
354 # -------------------------------------------
355 AC_ARG_ENABLE(static-dir,
356    [  --enable-static-dir     enable static Director [disabled]],
357    [if test x$enableval = xyes; then
358      support_static_dir=yes
359    fi])
360
361 STATIC_DIR=
362 if test x$support_static_dir = xyes; then
363    STATIC_DIR="static-bacula-dir"
364 fi
365 AC_SUBST(STATIC_DIR)
366
367 # -------------------------------------------
368 # static-cons  (default off)
369 # -------------------------------------------
370 AC_ARG_ENABLE(static-cons,
371    [  --enable-static-cons    enable static Console [disabled]],
372    [if test x$enableval = xyes; then
373      support_static_cons=yes
374    fi])
375
376 STATIC_CONS=
377 STATIC_GNOME_CONS=
378 STATIC_WX_CONS=
379 if test x$support_static_cons = xyes; then
380    STATIC_CONS="static-bconsole"
381    STATIC_GNOME_CONS="static-gnome-console"
382    STATIC_WX_CONS="static-wx-console"
383 fi
384 AC_SUBST(STATIC_CONS)
385 AC_SUBST(STATIC_GNOME_CONS)
386 AC_SUBST(STATIC_WX_CONS)
387
388 # -------------------------------------------
389 # client_only  (default off)
390 # -------------------------------------------
391 AC_ARG_ENABLE(client-only,
392    [  --enable-client-only    build client (File daemon) only [disabled]],
393    [if test x$enableval = xyes; then
394      build_client_only=yes
395     db_name=None
396     DB_NAME=none
397    fi])
398 if test x$build_client_only = xno; then
399    ALL_DIRS="subdirs"
400 else
401    ALL_DIRS=""
402 fi
403 AC_SUBST(ALL_DIRS)
404
405 # ---------------------------------------------------
406 # Check for conio (Bacula readline substitute)(
407 # ---------------------------------------------------
408 # this allows you to turn it completely off
409 AC_ARG_ENABLE(conio,   
410   [  --disable-conio         disable conio support [enabled]
411                                                       ],
412   [if test x$enableval = xno; then
413     support_conio=no
414   fi])
415
416 got_conio="no"
417 if test x$support_conio = xyes; then
418    AC_CHECK_HEADER(termcap.h, 
419      [ AC_CHECK_LIB(termcap, tgetent, 
420        [ CONS_LIBS="-ltermcap"
421          CONS_OBJ="conio.o"
422          CONS_SRC="conio.c"
423          got_conio="yes"
424          support_readline=no
425          AC_DEFINE(HAVE_CONIO, 1, [Set if Bacula conio support enabled]) 
426        ],   
427        [ AC_CHECK_LIB(ncurses, tgetent,
428          [ CONS_LIBS="-lncurses"
429            CONS_OBJ="conio.o"
430            CONS_SRC="conio.c"
431            got_conio="yes"
432            support_readline=no
433            AC_DEFINE(HAVE_CONIO, 1, [Set if Bacula conio support enabled]) 
434          ])
435        ])
436      ],
437      [
438          AC_CHECK_HEADERS(curses.h)
439          AC_CHECK_HEADER(term.h,
440                [ AC_CHECK_LIB(curses, tgetent, 
441                  [ CONS_LIBS="-lcurses"
442                    CONS_OBJ="conio.o"
443                    CONS_SRC="conio.c"
444                    got_conio="yes"
445                    support_readline=no
446                    AC_DEFINE(HAVE_CONIO, 1, [Set if Bacula conio support enabled]) 
447                  ])
448                ],
449                [ echo " "; echo "Required libraries not found. CONIO turned off ..."; echo " "],
450 [#if HAVE_CURSES_H
451 #include <curses.h>
452 #endif
453 ])
454      ])
455 fi
456
457
458 # ---------------------------------------------------
459 # Check for readline support/directory (default off)
460 # ---------------------------------------------------
461 # this allows you to turn it completely off
462 AC_ARG_ENABLE(readline,
463   [  --disable-readline      disable readline support [disable]
464                                                       ],
465   [if test x$enableval = xno; then
466     support_readline=no
467   fi])
468
469 got_readline="no"
470 READLINE_SRC=
471 if test x$support_readline = xyes; then
472    AC_ARG_WITH(readline,
473      [ --with-readline=DIR               specify readline library directory],
474      [
475         case "$with_readline" in
476         no) : ;;
477         yes|*)
478           if test "$with_readline" != "yes"; then
479             CONS_INC="-I${with_readline}"
480             CONS_LDFLAGS="-L$with_readline"
481           else
482              with_readline="/usr/include/readline" 
483           fi
484           AC_CHECK_HEADER(${with_readline}/readline.h, 
485              [ AC_DEFINE(HAVE_READLINE) 
486                CONS_LIBS="-lreadline -ltermcap"
487                got_readline="yes"   
488              ],
489              [ echo " "
490                echo "readline.h not found. readline turned off ..."
491                echo " "
492              ]
493           )
494           ;;
495         esac
496      ],[
497        # check for standard readline library
498        AC_CHECK_HEADER(/usr/include/readline/readline.h, 
499          [ AC_DEFINE(HAVE_READLINE)
500            got_readline="yes"
501            CONS_INC="-I/usr/include/readline"
502            CONS_LIBS="-lreadline -ltermcap"
503          ], [
504            # Did not find standard library, so try Bacula's default
505             AC_CHECK_HEADER(${TOP_DIR}/depkgs/readline/readline.h, 
506               [ AC_DEFINE(HAVE_READLINE) 
507                  got_readline="yes"   
508                  CONS_INC="-I${TOP_DIR}/depkgs/readline"
509                  CONS_LIBS="-lreadline -lhistory -ltermcap"
510                  CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
511                  PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
512               ],
513               [ echo " "
514                 echo "readline.h not found. readline turned off ..."
515                 echo " "
516               ]
517             )
518          ]
519        )
520      ]   
521    )
522 fi
523
524
525
526 AC_SUBST(CONS_INC)
527 AC_SUBST(CONS_OBJ)
528 AC_SUBST(CONS_SRC)
529 AC_SUBST(CONS_LIBS)
530 AC_SUBST(CONS_LDFLAGS)
531 AC_SUBST(READLINE_SRC)
532
533 # Minimal stuff for readline Makefile configuration
534 MAKE_SHELL=/bin/sh
535 AC_SUBST(MAKE_SHELL)
536 AC_HEADER_STAT
537 AC_HEADER_DIRENT
538 AC_CHECK_FUNCS(strcasecmp select setenv putenv tcgetattr setlocale lstat lchown)
539 AC_CHECK_FUNCS(nanosleep nl_langinfo)
540 AC_CHECK_HEADERS(varargs.h)
541
542 # End of readline/conio stuff
543 # -----------------------------------------------------------------------
544
545 # -----------------------------------------------------------------------
546 #  Check for Python support
547 #
548 AC_MSG_CHECKING(for Python support)
549 AC_ARG_WITH(python,
550 [
551   --with-python[=DIR]     Include Python support.  DIR is the Python base
552                           install directory, default is to search through
553                           a number of common places for the Python files.],
554 [
555   PYTHON_INCDIR= 
556   PYTHON_LIBS=
557   if test "$withval" != "no"; then
558      if test "$withval" = "yes"; then
559         if test -f /usr/include/python2.2/Python.h; then
560            PYTHON_INCDIR=-I/usr/include/python2.2
561            PYTHON_LIBS="-L/usr/lib/python2.2/config -lpython2.2 -lutil -ldl"
562         elif test -f /usr/include/python2.3/Python.h; then
563            PYTHON_INCDIR=-I/usr/include/python2.3
564            PYTHON_LIBS="-L/usr/lib/python2.3/config -lpython2.3 -lutil -ldl"
565         elif test -f /usr/include/python2.4/Python.h; then
566            PYTHON_INCDIR=-I/usr/include/python2.4
567            PYTHON_LIBS="-L/usr/lib/python2.4/config -lpython2.4 -lutil -ldl"
568         elif test -f $prefix/include/Python.h; then
569            PYTHON_INCDIR=-I$prefix/include
570            PYTHON_LIBS="-L$prefix/lib/config -lpython -lutil -ldl"
571         else
572            AC_MSG_RESULT(no)
573            AC_MSG_ERROR(Unable to find Python.h in standard locations)
574         fi
575      else
576         if test -f $withval/Python.h; then
577            PYTHON_INCDIR=-I$withval
578            PYTHON_LIBS="-L$withval/config -lpython -lutil -ldl"
579         elif test -f $withval/include/Python.h; then
580            PYTHON_INCDIR=-I$withval/include
581            PYTHON_LIBS="-L$withval/lib/config -lpython -lutil -ldl"
582         else
583            AC_MSG_RESULT(no)
584            AC_MSG_ERROR(Invalid Python directory $withval - unable to find Python.h under $withval)
585         fi
586      fi
587      AC_DEFINE([HAVE_PYTHON], 1)
588      AC_MSG_RESULT(yes)
589      support_python=yes
590
591   else
592      AC_MSG_RESULT(no)
593   fi
594 ],[
595   AC_MSG_RESULT(no)
596 ])
597 AC_SUBST(PYTHON_LIBS)
598 AC_SUBST(PYTHON_INCDIR)
599   
600
601 #
602 # Find where sockets are (especially for Solaris)
603 # Do this before the TCP Wrappers test since tcp wrappers
604 # uses the socket library and some linkers are stupid.
605 #
606 AC_CHECK_FUNC(socket,
607     AC_MSG_RESULT(using libc's socket),
608     AC_CHECK_LIB(xnet,socket)
609     AC_CHECK_LIB(socket,socket)
610     AC_CHECK_LIB(inet,socket))
611
612
613 # -----------------------------------------------------------
614 # Check whether user wants TCP wrappers support (default off)
615 # -----------------------------------------------------------
616 TCPW_MSG="no" 
617 AC_ARG_WITH(tcp-wrappers,
618   [  --with-tcp-wrappers=DIR     enable tcpwrappers support],
619   [
620     if test "x$withval" != "xno" ; then
621        saved_LIBS="$LIBS"
622        LIBS="$saved_LIBS -lwrap"
623        AC_MSG_CHECKING(for libwrap)
624        AC_TRY_LINK(
625           [ #include <tcpd.h>
626              int deny_severity = 0;
627              int allow_severity = 0;
628              struct request_info *req; ],
629           [ hosts_access(req); ],
630           [
631             AC_MSG_RESULT(yes)
632             AC_DEFINE(HAVE_LIBWRAP)
633             TCPW_MSG="yes" 
634           ], [
635             LIBS="$saved_LIBS -lwrap -lnsl"
636             AC_TRY_LINK(
637               [ #include <tcpd.h>
638                  int deny_severity = 0;
639                  int allow_severity = 0;
640                  struct request_info *req; ],
641               [ hosts_access(req); ],
642               [
643                  AC_MSG_RESULT(yes)
644                  AC_DEFINE(HAVE_LIBWRAP)
645                  TCPW_MSG="yes" 
646               ],
647               [AC_MSG_ERROR([*** libwrap missing]) ] ]
648             )
649        )
650     fi
651   ]
652 )
653
654 # -----------------------------------------------------------
655 # Check whether OpenSSL is available
656 # -----------------------------------------------------------
657 AC_MSG_CHECKING([for OpenSSL])
658 dnl The following uses quadrigraphs:
659 dnl '@<:@' = '['
660 dnl '@:>@' = ']'
661 AC_ARG_WITH(openssl,
662         AC_HELP_STRING([--with-openssl@<:@=DIR@:>@], [Include OpenSSL support. DIR is the OpenSSL base]),
663         [with_openssl_directory=${withval}])
664
665 if test "x$with_openssl_directory" != "x"; then
666         OPENSSL_LIBS="-lssl -lcrypto"
667         OPENSSL_INC=""
668
669         if test "x$with_openssl_directory" != "xyes" && test x"${with_openssl_directory}" != "x"; then
670                 OPENSSL_LIBS="-L$with_openssl_directory/lib $OPENSSL_LIBS"
671                 OPENSSL_INC="-I$with_openssl_directory/include $OPENSSL_INC"
672         fi
673
674         saved_LIBS="$LIBS"
675         saved_CFLAGS="$CFLAGS"
676         LIBS="$saved_LIBS $OPENSSL_LIBS"
677         CFLAGS="$saved_CFLAGS $OPENSSL_INC"
678
679         AC_TRY_LINK([ #include <openssl/ssl.h> ],
680                 [ CRYPTO_set_id_callback(NULL); ],
681                 [ support_tls="yes" ],
682                 [ support_tls="no" ]
683         )
684
685         LIBS="$saved_LIBS"
686         CFLAGS="$saved_CFLAGS"
687
688         if test "$support_tls" = "yes"; then
689                 AC_DEFINE(HAVE_OPENSSL, 1, [Define if OpenSSL library is available])
690                 AC_DEFINE(HAVE_TLS, 1, [Define if TLS support should be enabled])
691         fi
692 else
693         support_tls="no"
694         OPENSSL_LIBS=""
695         OPENSSL_INC=""
696 fi
697
698 AC_MSG_RESULT([$support_tls])
699 AC_SUBST(OPENSSL_LIBS)
700 AC_SUBST(OPENSSL_INC)
701
702
703
704 # ------------------------------------------
705 # Where to place working dir
706 # ------------------------------------------
707 working_dir=`eval echo ${prefix}/var/bacula/working`
708 AC_ARG_WITH(working-dir,
709    [  --with-working-dir=PATH    specify path of Bacula working directory],
710    [
711        if test "x$withval" != "xno" ; then     
712               working_dir=$withval
713        fi
714    ]
715 )
716
717 AC_SUBST(working_dir)
718
719
720 # ------------------------------------------
721 # Where to place scriptdir (script files)
722 # ------------------------------------------
723 scriptdir=`eval echo ${sysconfdir}`
724 AC_ARG_WITH(scriptdir,
725    [  --with-scriptdir=PATH    specify path of Bacula scripts directory],
726    [
727        if test "x$withval" != "xno" ; then     
728               scriptdir=$withval
729        fi
730    ]
731 )
732
733 AC_SUBST(scriptdir)
734
735
736 # ------------------------------------------
737 # Where to send dump email
738 # ------------------------------------------
739 dump_email=root@localhost
740 AC_ARG_WITH(dump-email,
741    [  --with-dump-email=EMAIL    dump email address],
742    [
743        if test "x$withval" != "xno" ; then     
744               dump_email=$withval
745        fi
746    ]
747 )
748
749 AC_SUBST(dump_email)
750
751 # ------------------------------------------
752 # Where to send job email
753 # ------------------------------------------
754 job_email=root@localhost
755 AC_ARG_WITH(job-email,
756    [  --with-job-email=EMAIL     job output email address],
757    [
758        if test "x$withval" != "xno" ; then     
759               job_email=$withval
760        fi
761    ]
762 )
763
764 AC_SUBST(job_email)
765
766 # ------------------------------------------
767 # Where to find smtp host
768 # ------------------------------------------
769 smtp_host=localhost
770 AC_ARG_WITH(smtp_host,
771    [  --with-smtp-host=HOST              SMTP mail host address],
772    [
773        if test "x$withval" != "xno" ; then     
774               smtp_host=$withval
775        fi
776    ]
777 )
778
779 AC_SUBST(smtp_host)
780
781
782 # ------------------------------------
783 # Where to place pid files
784 # ------------------------------------
785 piddir=/var/run
786 AC_ARG_WITH(pid-dir,
787     [  --with-pid-dir=PATH               specify location of Bacula pid files],
788     [
789         if test "x$withval" != "xno" ; then     
790             piddir=$withval
791         fi
792     ]
793 )
794
795 AC_DEFINE_UNQUOTED(_PATH_BACULA_PIDDIR, "$piddir")
796 AC_SUBST(piddir)
797
798
799 # ------------------------------------
800 # Where to place subsys "lock file"
801 # ------------------------------------
802 subsysdir=/var/run/subsys
803 AC_ARG_WITH(subsys-dir,
804     [  --with-subsys-dir=PATH    specify location of Bacula subsys file],
805     [
806         if test "x$withval" != "xno" ; then     
807             subsysdir=$withval
808         fi
809     ]
810 )
811
812 AC_SUBST(subsysdir)
813
814
815
816 # ------------------------------------
817 # Where to start assigning ports
818 # ------------------------------------
819 baseport=9101
820 AC_ARG_WITH(baseport,
821     [  --with-baseport=PORT              specify base port address for daemons],
822     [
823         if test "x$withval" != "xno" ; then     
824              baseport=$withval
825         fi
826     ]
827 )
828
829 AC_SUBST(baseport)
830 dir_port=`expr $baseport`
831 fd_port=`expr $baseport + 1`
832 sd_port=`expr $fd_port + 1`
833
834 AC_SUBST(dir_port)
835 AC_SUBST(fd_port)
836 AC_SUBST(sd_port)
837
838
839 # ------------------------------------------
840 # Generate passwords
841 # ------------------------------------------
842 dir_password=
843 AC_ARG_WITH(dir-password,
844    [  --with-dir-password=PASSWORD   specify Director's password],
845    [
846        if test "x$withval" != "xno" ; then     
847            dir_password=$withval
848        fi
849    ]
850 )
851
852 if test "x$dir_password" = "x" ; then
853    if test "x$OPENSSL" = "xnone" ; then
854 #     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'`
855       key=`autoconf/randpass 33`
856    else
857       key=`openssl rand -base64 33`
858    fi
859    dir_password=$key
860 fi
861
862 fd_password=
863 AC_ARG_WITH(fd-password,
864    [  --with-fd-password=PASSWORD    specify Client's password],
865    [
866        if test "x$withval" != "xno" ; then     
867            fd_password=$withval
868        fi
869    ]
870 )
871
872 if test "x$fd_password" = "x" ; then
873    if test "x$OPENSSL" = "xnone" ; then
874 #     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'`
875       key=`autoconf/randpass 37`
876    else
877       key=`openssl rand -base64 33`
878    fi
879    fd_password=$key
880 fi
881
882 sd_password=
883 AC_ARG_WITH(sd-password,
884    [  --with-sd-password=PASSWORD    specify Storage daemon's password],
885    [
886        if test "x$withval" != "xno" ; then     
887            sd_password=$withval
888        fi
889    ]
890 )
891
892 if test "x$sd_password" = "x" ; then
893    if test "x$OPENSSL" = "xnone" ; then
894 #     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'`
895       key=`autoconf/randpass 41`
896    else
897       key=`openssl rand -base64 33`
898    fi
899    sd_password=$key
900 fi
901
902 mon_dir_password=
903 AC_ARG_WITH(mon-dir-password,
904    [  --with-mon-dir-password=PASSWORD   specify Director's password used by the monitor],
905    [
906        if test "x$withval" != "xno" ; then     
907            mon_dir_password=$withval
908        fi
909    ]
910 )
911
912 if test "x$mon_dir_password" = "x" ; then
913    if test "x$OPENSSL" = "xnone" ; then
914 #     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'`
915       key=`autoconf/randpass 33`
916    else
917       key=`openssl rand -base64 33`
918    fi
919    mon_dir_password=$key
920 fi
921
922 mon_fd_password=
923 AC_ARG_WITH(mon-fd-password,
924    [  --with-mon-fd-password=PASSWORD    specify Client's password used by the monitor],
925    [
926        if test "x$withval" != "xno" ; then     
927            mon_fd_password=$withval
928        fi
929    ]
930 )
931
932 if test "x$mon_fd_password" = "x" ; then
933    if test "x$OPENSSL" = "xnone" ; then
934 #     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'`
935       key=`autoconf/randpass 37`
936    else
937       key=`openssl rand -base64 33`
938    fi
939    mon_fd_password=$key
940 fi
941
942 mon_sd_password=
943 AC_ARG_WITH(mon-sd-password,
944    [  --with-mon-sd-password=PASSWORD    specify Storage daemon's password used by the monitor],
945    [
946        if test "x$withval" != "xno" ; then     
947            mon_sd_password=$withval
948        fi
949    ]
950 )
951
952 if test "x$mon_sd_password" = "x" ; then
953    if test "x$OPENSSL" = "xnone" ; then
954 #     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'`
955       key=`autoconf/randpass 41`
956    else
957       key=`openssl rand -base64 33`
958    fi
959    mon_sd_password=$key
960 fi
961
962 AC_SUBST(dir_password)
963 AC_SUBST(fd_password)
964 AC_SUBST(sd_password)
965 AC_SUBST(mon_dir_password)
966 AC_SUBST(mon_fd_password)
967 AC_SUBST(mon_sd_password)
968
969
970 #
971 # Handle users and groups for each daemon
972 #
973 dir_user=
974 AC_ARG_WITH(dir_user,
975     [  --with-dir-user=USER              specify user for Director daemon],
976     [
977         if test "x$withval" != "x" ; then       
978              dir_user=$withval
979         fi
980     ]
981 )
982
983 dir_group=
984 AC_ARG_WITH(dir_group,
985     [  --with-dir-group=GROUP            specify group for Director daemon],
986     [
987         if test "x$withval" != "x" ; then       
988              dir_group=$withval
989         fi
990     ]
991 )
992
993 sd_user=
994 AC_ARG_WITH(sd_user,
995     [  --with-sd-user=USER               specify user for Storage daemon],
996     [
997         if test "x$withval" != "x" ; then       
998              sd_user=$withval
999         fi
1000     ]
1001 )
1002
1003 sd_group=
1004 AC_ARG_WITH(sd_group,
1005     [  --with-sd-group=GROUP             specify group for Storage daemon],
1006     [
1007         if test "x$withval" != "x" ; then       
1008              sd_group=$withval
1009         fi
1010     ]
1011 )
1012
1013 fd_user=
1014 AC_ARG_WITH(fd_user,
1015     [  --with-fd-user=USER               specify user for File daemon],
1016     [
1017         if test "x$withval" != "x" ; then       
1018              fd_user=$withval
1019         fi
1020     ]
1021 )
1022
1023 fd_group=
1024 AC_ARG_WITH(fd_group,
1025     [  --with-fd-group=GROUP             specify group for File daemon],
1026     [
1027         if test "x$withval" != "x" ; then       
1028              fd_group=$withval
1029         fi
1030     ]
1031 )
1032
1033
1034
1035
1036 AC_SUBST(dir_user)
1037 AC_SUBST(dir_group)
1038 AC_SUBST(sd_user)
1039 AC_SUBST(sd_group)
1040 AC_SUBST(fd_user)
1041 AC_SUBST(fd_group)
1042
1043 #
1044 # allow setting default executable permissions
1045 #
1046 SBINPERM=0754
1047 AC_ARG_WITH(sbin-perm,
1048     [  --with-sbin-perm=MODE             specify permissions for sbin binaries (0754)],
1049     [
1050         if test "x$withval" != "x" ; then       
1051             SBINPERM=$withval
1052         fi
1053     ]
1054 )
1055
1056 AC_SUBST(SBINPERM)
1057
1058 # ------------------------------------------------
1059 # Bacula check for various SQL database engines
1060 # ------------------------------------------------
1061 BA_CHECK_POSTGRESQL_DB
1062
1063 BA_CHECK_MYSQL_DB
1064
1065 BA_CHECK_SQLITE3_DB
1066
1067 BA_CHECK_SQLITE_DB
1068
1069 AC_SUBST(cats)
1070 AC_SUBST(DB_NAME)
1071
1072 AC_DEFINE(PROTOTYPES)
1073
1074 dnl# --------------------------------------------------------------------------
1075 dnl# Supply default CFLAGS, if not specified by `CFLAGS=flags ./configure'
1076 dnl#
1077 if test -z "$CFLAGS" -o "$CFLAGS" = "-g -O2"; then
1078     if test -z "$CCOPTS"; then
1079         CCOPTS='-g -O2 -Wall'
1080     fi
1081     CFLAGS="$CCOPTS"
1082 fi
1083
1084
1085 dnl A few others 
1086 AC_EXEEXT
1087
1088 dnl See if we can use 64 bit file addresses
1089 largefile_support="no"
1090 AC_BAC_LARGEFILE
1091
1092
1093 AC_PATH_XTRA
1094
1095 dnl# --------------------------------------------------------------------------
1096 dnl# CHECKING FOR HEADER FILES
1097 dnl# --------------------------------------------------------------------------
1098 AC_CHECK_HEADERS( \
1099         assert.h \
1100         fcntl.h \
1101         grp.h \
1102         pwd.h \
1103         libc.h \
1104         limits.h \
1105         stdarg.h \
1106         stdlib.h \
1107         stdint.h \
1108         string.h \
1109         termios.h \
1110         termcap.h \
1111         term.h \
1112         unistd.h \
1113         sys/bitypes.h \
1114         sys/byteorder.h \
1115         sys/ioctl.h \
1116         sys/select.h \
1117         sys/sockio.h \
1118         sys/time.h \
1119         sys/socket.h \
1120         arpa/nameser.h \
1121         resolv.h \
1122         mtio.h \
1123         sys/mtio.h \
1124         sys/tape.h \
1125         regex.h \
1126 )
1127 AC_HEADER_STDC
1128 AC_HEADER_MAJOR
1129 AC_HEADER_DIRENT
1130 AC_HEADER_STAT
1131 AC_HEADER_SYS_WAIT
1132 AC_HEADER_TIME
1133 AC_STRUCT_ST_BLKSIZE
1134 AC_STRUCT_ST_BLOCKS
1135 AC_STRUCT_TIMEZONE
1136
1137 dnl# --------------------------------------------------------------------------
1138 dnl# Check for utime.h structure 
1139 dnl# --------------------------------------------------------------------------
1140 AC_CACHE_CHECK(for utime.h, ba_cv_header_utime_h,
1141   [AC_TRY_COMPILE([
1142 #include <sys/types.h>
1143 #include <utime.h>], [struct utimbuf foo],
1144   ba_cv_header_utime_h=yes, ba_cv_header_utime_h=no)])
1145 test $ba_cv_header_utime_h = yes && AC_DEFINE(HAVE_UTIME_H)
1146
1147 dnl# --------------------------------------------------------------------------
1148 dnl# Check for socklen_t
1149 dnl# --------------------------------------------------------------------------
1150 AC_CACHE_CHECK(for socklen_t, ba_cv_header_socklen_t,
1151   [AC_TRY_COMPILE([
1152 #include <sys/types.h>
1153 #include <sys/socket.h>],
1154   [socklen_t x],
1155   ba_cv_header_socklen_t=yes, ba_cv_header_socklen_t=no)])
1156 test $ba_cv_header_socklen_t = yes && AC_DEFINE(HAVE_SOCKLEN_T)
1157
1158 dnl# --------------------------------------------------------------------------
1159 dnl# Check for bigendian
1160 dnl# --------------------------------------------------------------------------
1161 AC_CACHE_CHECK([for bigendian], ba_cv_bigendian,
1162   [AC_TRY_RUN(
1163     [main(){long a=1L; char *p=(char *)&a; exit(*p);}],
1164     [ba_cv_bigendian=yes], 
1165     [ba_cv_bigendian=no], 
1166     [ba_cv_bigendian=no])])
1167 test $ba_cv_bigendian = yes && AC_DEFINE(HAVE_BIGENDIAN)
1168
1169
1170 AC_C_CONST
1171
1172
1173 dnl# --------------------------------------------------------------------------
1174 dnl# CHECKING FOR FILESYSTEM TYPE
1175 dnl# --------------------------------------------------------------------------
1176 AC_MSG_CHECKING(how to get filesystem type)
1177 fstype=no
1178 # The order of these tests is important.
1179 AC_TRY_CPP([#include <sys/statvfs.h>
1180 #include <sys/fstyp.h>], AC_DEFINE(FSTYPE_STATVFS) fstype=SVR4)
1181 if test $fstype = no; then
1182 AC_TRY_CPP([#include <sys/statfs.h>
1183 #include <sys/fstyp.h>], AC_DEFINE(FSTYPE_USG_STATFS) fstype=SVR3)
1184 fi
1185 if test $fstype = no; then
1186 AC_TRY_CPP([#include <sys/statfs.h>
1187 #include <sys/vmount.h>], AC_DEFINE(FSTYPE_AIX_STATFS) fstype=AIX)
1188 fi
1189 if test $fstype = no; then  
1190 AC_TRY_CPP([#include <mntent.h>], AC_DEFINE(FSTYPE_MNTENT) fstype=4.3BSD)
1191 fi
1192 if test $fstype = no; then  
1193 AC_EGREP_HEADER(f_type;, sys/mount.h, AC_DEFINE(FSTYPE_STATFS) fstype=4.4BSD/OSF1)
1194 fi
1195 if test $fstype = no; then  
1196 AC_TRY_CPP([#include <sys/mount.h>
1197 #include <sys/fs_types.h>], AC_DEFINE(FSTYPE_GETMNT) fstype=Ultrix)
1198 fi
1199 AC_MSG_RESULT($fstype)
1200
1201 dnl# --------------------------------------------------------------------------
1202 dnl# CHECKING FOR TYPEDEFS, STRUCTURES, AND COMPILER CHARACTERISTICS.
1203 dnl# --------------------------------------------------------------------------
1204 AC_TYPE_SIGNAL
1205 SIGNAL_CHECK
1206 AC_TYPE_MODE_T
1207 AC_TYPE_UID_T
1208 AC_TYPE_SIZE_T
1209 AC_TYPE_PID_T
1210 AC_TYPE_OFF_T
1211 AC_CHECK_TYPE(ino_t, unsigned long)
1212 AC_CHECK_TYPE(dev_t, unsigned long)
1213 AC_CHECK_TYPE(daddr_t, long)
1214 AC_CHECK_TYPE(major_t, int)
1215 AC_CHECK_TYPE(minor_t, int)
1216 AC_CHECK_TYPE(ssize_t, int)
1217 AC_STRUCT_ST_BLOCKS
1218 AC_STRUCT_ST_RDEV
1219 AC_STRUCT_TM
1220 AC_C_CONST
1221
1222
1223 AC_CHECK_SIZEOF(char, 1)
1224 AC_CHECK_SIZEOF(short int, 2)
1225 AC_CHECK_SIZEOF(int, 4)
1226 AC_CHECK_SIZEOF(long int, 4)
1227 AC_CHECK_SIZEOF(long long int, 8)
1228 AC_CHECK_SIZEOF(int *, 4)
1229
1230 # Check for sys/types.h types
1231 AC_CACHE_CHECK([for u_int type], ac_cv_have_u_int, [
1232     AC_TRY_COMPILE(
1233         [ #include <sys/types.h> ], 
1234         [ u_int a; a = 1;], 
1235         [ ac_cv_have_u_int="yes" ],
1236         [ ac_cv_have_u_int="no" ]
1237     )
1238 ])
1239 if test "x$ac_cv_have_u_int" = "xyes" ; then
1240    AC_DEFINE(HAVE_U_INT)
1241    have_u_int=1
1242 fi
1243
1244 AC_CACHE_CHECK([for intmax_t type], ac_cv_have_intmax_t, [
1245    AC_TRY_COMPILE(
1246       [ #include <sys/types.h> ], 
1247       [ intmax_t a; a = 1;], 
1248       [ ac_cv_have_intmax_t="yes" ],
1249       [ 
1250          AC_TRY_COMPILE(
1251             [ #include <stdint.h> ], 
1252             [ intmax_t a; a = 1;], 
1253             [ ac_cv_have_intmax_t="yes" ],
1254             [ ac_cv_have_intmax_t="no" ]
1255          )
1256       ]
1257    )        
1258
1259 ])
1260 if test "x$ac_cv_have_intmax_t" = "xyes" ; then
1261    AC_DEFINE(HAVE_INTMAX_T)
1262    have_intmax_t=1
1263 fi
1264
1265
1266 AC_CACHE_CHECK([for u_intmax_t type], ac_cv_have_u_intmax_t, [
1267    AC_TRY_COMPILE(
1268       [ #include <sys/types.h> ], 
1269       [ u_intmax_t a; a = 1;], 
1270       [ ac_cv_have_u_intmax_t="yes" ],
1271       [ 
1272          AC_TRY_COMPILE(
1273             [ #include <stdint.h> ], 
1274             [ u_intmax_t a; a = 1;], 
1275             [ ac_cv_have_u_intmax_t="yes" ],
1276             [ ac_cv_have_u_intmax_t="no" ]
1277          )
1278       ]
1279    )
1280 ])
1281 if test "x$ac_cv_have_u_intmax_t" = "xyes" ; then
1282    AC_DEFINE(HAVE_U_INTMAX_T)
1283    have_u_intmax_t=1
1284 fi
1285
1286
1287 AC_CACHE_CHECK([for intXX_t types], ac_cv_have_intxx_t, [
1288    AC_TRY_COMPILE(
1289       [ #include <sys/types.h> ], 
1290       [ int8_t a; int16_t b; int32_t c; a = b = c = 1;], 
1291       [ ac_cv_have_intxx_t="yes" ],
1292       [ ac_cv_have_intxx_t="no" ]
1293    )
1294 ])
1295 if test "x$ac_cv_have_intxx_t" = "xyes" ; then
1296    AC_DEFINE(HAVE_INTXX_T)
1297    have_intxx_t=1
1298 fi
1299         
1300 AC_CACHE_CHECK([for int64_t type], ac_cv_have_int64_t, [
1301    AC_TRY_COMPILE(
1302       [ #include <sys/types.h> ], 
1303       [ int64_t a; a = 1;], 
1304       [ ac_cv_have_int64_t="yes" ],
1305       [ ac_cv_have_int64_t="no" ]
1306    )
1307 ])
1308 if test "x$ac_cv_have_int64_t" = "xyes" ; then
1309    AC_DEFINE(HAVE_INT64_T)
1310    have_int64_t=1
1311 fi
1312         
1313 AC_CACHE_CHECK([for u_intXX_t types], ac_cv_have_u_intxx_t, [
1314    AC_TRY_COMPILE(
1315       [ #include <sys/types.h> ], 
1316       [ u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;], 
1317       [ ac_cv_have_u_intxx_t="yes" ],
1318       [ ac_cv_have_u_intxx_t="no" ]
1319    )
1320 ])
1321 if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
1322    AC_DEFINE(HAVE_U_INTXX_T)
1323    have_u_intxx_t=1
1324 fi
1325
1326 AC_CACHE_CHECK([for u_int64_t types], ac_cv_have_u_int64_t, [
1327    AC_TRY_COMPILE(
1328       [ #include <sys/types.h> ], 
1329       [ u_int64_t a; a = 1;], 
1330       [ ac_cv_have_u_int64_t="yes" ],
1331       [ ac_cv_have_u_int64_t="no" ]
1332    )
1333 ])
1334 if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
1335    AC_DEFINE(HAVE_U_INT64_T)
1336    have_u_int64_t=1
1337 fi
1338
1339 if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
1340            test "x$ac_cv_header_sys_bitypes_h" = "xyes")
1341 then
1342    AC_MSG_CHECKING([for intXX_t and u_intXX_t types in sys/bitypes.h])
1343    AC_TRY_COMPILE(
1344       [ #include <sys/bitypes.h>  ], 
1345       [ int8_t a; int16_t b; int32_t c;
1346         u_int8_t e; u_int16_t f; u_int32_t g;
1347         a = b = c = e = f = g = 1;  ], 
1348       [ AC_DEFINE(HAVE_U_INTXX_T)
1349         AC_DEFINE(HAVE_INTXX_T)
1350         AC_DEFINE(HAVE_SYS_BITYPES_H)
1351         AC_MSG_RESULT(yes) ],
1352       [ AC_MSG_RESULT(no)]
1353    ) 
1354 fi
1355
1356 if test -z "$have_u_intxx_t" ; then
1357    AC_CACHE_CHECK([for uintXX_t types], ac_cv_have_uintxx_t, [
1358       AC_TRY_COMPILE(
1359          [ #include <sys/types.h> ], 
1360          [ uint8_t a; uint16_t b; 
1361            uint32_t c; a = b = c = 1; ], 
1362          [ ac_cv_have_uintxx_t="yes" ],
1363          [ ac_cv_have_uintxx_t="no" ]
1364       )
1365    ])
1366    if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
1367       AC_DEFINE(HAVE_UINTXX_T)
1368    fi
1369 fi
1370
1371 if (test -z "$have_u_int64_t" || test -z "$have_int64_t" && \
1372           test "x$ac_cv_header_sys_bitypes_h" = "xyes")
1373 then
1374    AC_MSG_CHECKING([for int64_t and u_int64_t types in sys/bitypes.h])
1375    AC_TRY_COMPILE(
1376       [ #include <sys/bitypes.h>  ], 
1377       [ int64_t a; u_int64_t b; 
1378        a = b = 1;  ], 
1379       [ AC_DEFINE(HAVE_U_INT64_T)
1380        AC_DEFINE(HAVE_INT64_T)
1381        AC_MSG_RESULT(yes) ],
1382       [ AC_MSG_RESULT(no)]
1383    ) 
1384 fi
1385
1386 if (test -z "$have_uintxx_t" && \
1387           test "x$ac_cv_header_sys_bitypes_h" = "xyes")
1388 then
1389    AC_MSG_CHECKING([for uintXX_t types in sys/bitypes.h])
1390    AC_TRY_COMPILE(
1391       [ #include <sys/bitypes.h>  ], 
1392         [ uint8_t a; uint16_t b; 
1393           uint32_t c; a = b = c = 1; ], 
1394       [ AC_DEFINE(HAVE_UINTXX_T)
1395        AC_MSG_RESULT(yes) ],
1396       [ AC_MSG_RESULT(no)]
1397    ) 
1398
1399 fi
1400
1401
1402
1403
1404 dnl# --------------------------------------------------------------------------
1405 dnl# CHECKING FOR REQUIRED LIBRARY FUNCTIONS
1406 dnl# --------------------------------------------------------------------------
1407 AC_CHECK_FUNCS( \
1408         fork \
1409         getcwd \
1410         gethostname \
1411         getpid \
1412         gettimeofday \
1413         setpgid \
1414         setpgrp \
1415         setsid \
1416         signal \
1417         strerror \
1418         strncmp \
1419         strncpy \
1420         vfprintf \
1421         ,,
1422         [echo 'configure: cannot find needed function.'; exit 1]
1423 )
1424
1425 AC_CHECK_FUNCS(fchdir, [AC_DEFINE(HAVE_FCHDIR)])
1426 AC_CHECK_FUNCS(strtoll, [AC_DEFINE(HAVE_STRTOLL)])
1427
1428 AC_CHECK_FUNCS(chflags) 
1429
1430 AC_CHECK_FUNCS(snprintf vsnprintf gethostid fseeko)
1431
1432 dnl# --------------------------------------------------------------------------
1433 dnl# CHECKING FOR THREAD SAFE FUNCTIONS
1434 dnl# --------------------------------------------------------------------------
1435 AC_CHECK_FUNCS(localtime_r readdir_r strerror_r gethostbyname_r)
1436
1437 # If resolver functions are not in libc check for -lnsl or -lresolv.
1438 AC_CHECK_FUNC(gethostbyname_r,
1439     AC_MSG_RESULT(using libc's resolver),
1440     AC_CHECK_LIB(nsl,gethostbyname_r)
1441     AC_CHECK_LIB(resolv,gethostbyname_r))
1442
1443
1444
1445 AC_CHECK_FUNCS(inet_pton, [AC_DEFINE(HAVE_INET_PTON)])
1446 AC_CHECK_FUNCS(inet_ntop, [AC_DEFINE(HAVE_INET_NTOP)])
1447 AC_CHECK_FUNCS(gethostbyname2, [AC_DEFINE(HAVE_GETHOSTBYNAME2)])
1448
1449 dnl ----------------------------
1450 dnl check sa_len of sockaddr
1451 dnl ----------------------------
1452 AC_CACHE_CHECK(for struct sockaddr has a sa_len field, ac_cv_struct_sockaddr_sa_len,
1453   [AC_TRY_COMPILE([#include <sys/socket.h>], [struct sockaddr s; s.sa_len;],
1454   ac_cv_struct_sockaddr_sa_len=yes, ac_cv_struct_sockaddr_sa_len=no)])
1455
1456  if test $ac_cv_struct_sockaddr_sa_len = yes; then
1457   AC_DEFINE(HAVE_SA_LEN, 1, [Define if sa_len field exists in struct sockaddr])
1458  fi
1459
1460
1461 dnl Check for IPv6 support
1462 AC_CACHE_CHECK([for IPv6 support], ac_cv_ipv6_support,
1463 [AC_TRY_LINK([ #include <sys/types.h>
1464 #include <sys/socket.h>
1465 #include <netinet/in.h>], [struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_addr[0] =
1466  0;],
1467   [ac_cv_ipv6_support=yes], [ac_cv_ipv6_support=no])])
1468
1469 if test "$ac_cv_ipv6_support" = yes; then
1470   AC_DEFINE(HAVE_IPV6,1,[Whether to enable IPv6 support])
1471 fi
1472
1473
1474
1475 AC_FUNC_STRFTIME
1476 AC_FUNC_VPRINTF
1477 AC_FUNC_ALLOCA
1478 AC_FUNC_GETMNTENT
1479 AC_FUNC_CLOSEDIR_VOID
1480 AC_FUNC_SETPGRP                       dnl check for BSD setpgrp.
1481 # AC_FUNC_FNMATCH    dnl use local version
1482
1483
1484 dnl# FreeBSD needs to link libxpg4
1485 AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
1486
1487
1488 AC_CHECK_LIB(sun, getpwnam)
1489
1490 AC_CHECK_HEADERS(zlib.h)
1491 AC_CHECK_LIB(z, deflate, [FDLIBS="-lz"])
1492 have_zlib=no
1493 if test x$FDLIBS = x-lz; then
1494   AC_DEFINE(HAVE_LIBZ)
1495   have_zlib=yes
1496 fi
1497
1498 AC_CHECK_HEADER(sys/acl.h)
1499 AC_CHECK_LIB(acl, acl_get_file, [FDLIBS="-lacl $FDLIBS"])
1500 have_acl=no
1501 if test $ac_cv_lib_acl_acl_get_file = yes; then
1502    AC_DEFINE(HAVE_ACL)
1503    have_acl=yes
1504 fi
1505
1506 dnl Check for pthread libraries
1507 PTHREAD_LIB=""
1508 AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
1509         [AC_CHECK_LIB(pthreads, pthread_create, PTHREAD_LIB="-lpthreads",
1510             [AC_CHECK_LIB(c_r, pthread_create, PTHREAD_LIB="-lc_r",
1511                 [AC_CHECK_FUNC(pthread_create)]
1512             )]
1513         )]
1514 )
1515
1516 AC_SUBST(FDLIBS)
1517 AC_DEFINE(FDLIBS)
1518
1519
1520 CFLAGS=${CFLAGS--O}
1521 LDFLAGS=${LDFLAGS--O}
1522 DB_LIBS="${SQL_LFLAGS}"
1523
1524 CPPFLAGS="$CPPFLAGS"
1525 AC_SUBST(DEBUG)
1526 AC_SUBST(DINCLUDE)
1527 AC_SUBST(CFLAGS)
1528 AC_SUBST(CPPFLAGS)
1529 AC_SUBST(LDFLAGS)
1530 AC_SUBST(X_CFLAGS)
1531 AC_SUBST(LIBS)
1532 AC_SUBST(DLIB)
1533 AC_SUBST(DB_LIBS)
1534 AC_SUBST(X_LIBS)
1535 AC_SUBST(X_EXTRA_LIBS)
1536 AC_SUBST(WCFLAGS)
1537 AC_SUBST(WLDFLAGS)
1538
1539 dnl# extra configurable objects
1540 OBJLIST=
1541 AC_SUBST(OBJLIST)
1542
1543 lld="lld"
1544 llu="llu"
1545
1546 WCFLAGS=
1547 WLDFLAGS=
1548
1549 #
1550 # Finally we set appropriate distribution specific
1551 #  variables and defaults
1552 #
1553 # PFILES are platform specific files
1554 PFILES="platforms/Makefile"
1555 PSCMD="ps -e"
1556 WIN32=
1557 MACOSX=
1558 hostname=`uname -n | cut -d '.' -f 1`
1559 case "$DISTNAME" in
1560 aix)
1561         DISTVER=`uname -r`
1562         PSCMD="ps -e -o pid,comm"
1563         PFILES="${PFILES} \
1564            platforms/aix/Makefile"
1565         TAPEDRIVE="/dev/rmt0.1" 
1566   ;;      
1567 alpha)
1568         DISTVER=`uname -r`
1569         PTHREAD_LIB="-lpthread -lexc"
1570         if test "${CC}" = "gcc" ; then
1571            lld="lld"
1572            llu="llu"
1573         else
1574            lld="ld"
1575            llu="lu"
1576         fi
1577         TAPEDRIVE="/dev/nrmt0"
1578   ;;
1579 bsdi)
1580         DISTVER=`uname -a |awk '{print $3}'`
1581         TAPEDRIVE="/dev/nrmt0"
1582         PTHREAD_LIB="-pthread"
1583         CFLAGS="${CFLAGS} -pthread"
1584         PSCMD="ps -ax -o pid,command"
1585         lld="qd"
1586         llu="qu"
1587         PFILES="${PFILES} \
1588             platforms/bsdi/Makefile \
1589             platforms/bsdi/bacula-fd \
1590             platforms/bsdi/bacula-sd \
1591             platforms/bsdi/bacula-dir"
1592         largefile_support="yes"
1593   ;;
1594 cygwin)
1595         DISTVER=`uname -a |awk '{print $3}'`
1596         TAPEDRIVE="/dev/nrst0"
1597         WIN32=win32
1598         WCFLAGS="-mwindows"
1599         WLDFLAGS="-mwindows"
1600   ;;
1601 darwin)
1602         DISTVER=`uname -r`
1603         TAPEDRIVE="/dev/nst0"
1604         PSCMD="ps -e -o pid,command"
1605         MACOSX=macosx
1606         PFILES="${PFILES} \
1607            platforms/darwin/Makefile"
1608   ;;
1609 debian)
1610         DISTVER=`cat /etc/debian_version`
1611         TAPEDRIVE="/dev/nrst0"
1612         PSCMD="ps -e -o pid,command"
1613   ;;
1614 freebsd)
1615         DISTVER=`uname -a |awk '{print $3}'`
1616         VER=`echo $DISTVER | cut -c 1`
1617         if test x$VER = x4 ; then
1618            PTHREAD_LIB="-pthread"
1619            CFLAGS="${CFLAGS} -pthread"
1620         fi
1621         lld="qd"
1622         llu="qu"
1623         TAPEDRIVE="/dev/nrsa0"
1624         PSCMD="ps -ax -o pid,command"
1625         PFILES="${PFILES} \
1626             platforms/freebsd/Makefile \
1627             platforms/freebsd/bacula-fd \
1628             platforms/freebsd/bacula-sd \
1629             platforms/freebsd/bacula-dir"
1630         largefile_support="yes"
1631   ;;
1632 hpux)
1633         PSCMD="UNIX95=1 ps -e -o pid,comm"
1634         CFLAGS="$(CFLAGS) -D_XOPEN_SOURCE_EXTENDED=1"
1635         DISTVER=`uname -r`
1636         TAPEDRIVE="/dev/rmt/0hnb"
1637         PTHREAD_LIB="-lpthread"
1638         AC_DEFINE([_INCLUDE_LONGLONG])
1639   ;;
1640 irix)
1641         DISTVER=`uname -r`
1642         TAPEDRIVE="/dev/rmt/0cbn"
1643         PSCMD="ps -e -o pid,comm"
1644         PFILES="${PFILES} \
1645             platforms/irix/Makefile \
1646             platforms/irix/bacula-fd \
1647             platforms/irix/bacula-sd \
1648             platforms/irix/bacula-dir"
1649   ;;
1650 netbsd)
1651         DISTVER=`uname -a |awk '{print $3}'`
1652         lld="qd"
1653         llu="qu"
1654         TAPEDRIVE="/dev/nrst0"
1655         PSCMD="ps -ax -o pid,command"
1656         PTHREAD_LIB="-pthread"
1657         CFLAGS="${CFLAGS} -pthread"
1658   ;;
1659 openbsd)
1660         DISTVER=`uname -a |awk '{print $3}'`
1661         lld="qd"
1662         llu="qu"
1663         TAPEDRIVE="/dev/nrst0"
1664         PSCMD="ps -ax -o pid,command"
1665         PTHREAD_LIB="-pthread"
1666         CFLAGS="${CFLAGS} -pthread"
1667         PFILES="${PFILES} \
1668             platforms/openbsd/Makefile \
1669             platforms/openbsd/bacula-fd \
1670             platforms/openbsd/bacula-sd \
1671             platforms/openbsd/bacula-dir"
1672   ;;
1673 redhat)
1674         if test -f /etc/whitebox-release ; then
1675            f=/etc/whitebox-release
1676         else
1677            f=/etc/redhat-release
1678         fi
1679         if test `cat $f | grep release |\
1680                    cut -f 3 -d ' '`x = "Enterprise"x ; then
1681            DISTVER="Enterprise "`cat $f | grep release |\
1682                     cut -f 6 -d ' '`
1683         else
1684             DISTVER=`cat /etc/redhat-release | grep release |\
1685                      cut -f 5 -d ' '`
1686         fi
1687         TAPEDRIVE="/dev/nst0"
1688         PSCMD="ps -e -o pid,command"
1689         PFILES="${PFILES} \
1690             platforms/redhat/Makefile \
1691             platforms/redhat/bacula-fd \
1692             platforms/redhat/bacula-sd \
1693             platforms/redhat/bacula-dir \
1694             platforms/redhat/bacula.spec \
1695             "
1696         hostname=`hostname -s`
1697   ;;
1698 mandrake)
1699         DISTVER=`cat /etc/mandrake-release | grep release |\
1700            cut -f 5 -d ' '`
1701         TAPEDRIVE="/dev/nst0"
1702         PSCMD="ps -e -o pid,command"
1703         PFILES="${PFILES} \
1704             platforms/mandrake/Makefile \
1705             platforms/mandrake/bacula-fd \
1706             platforms/mandrake/bacula-sd \
1707             platforms/mandrake/bacula-dir \
1708             platforms/mandrake/bacula.spec \
1709             "
1710   ;;
1711 gentoo)
1712         DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
1713         TAPEDRIVE="/dev/nst0"
1714         PSCMD="ps -e -o pid,command"
1715         PFILES="${PFILES} \
1716             platforms/gentoo/Makefile \
1717          platforms/gentoo/bacula-init \
1718             platforms/gentoo/bacula-fd \
1719             platforms/gentoo/bacula-sd \
1720             platforms/gentoo/bacula-dir"
1721   ;;
1722 slackware)
1723         DISTVER=`cat /etc/slackware-version`
1724         TAPEDRIVE="/dev/nst0"
1725         PSCMD="ps -e -o pid,command"
1726         PFILES="${PFILES} \
1727             platforms/slackware/Makefile \
1728             platforms/slackware/rc.bacula-fd \
1729             platforms/slackware/rc.bacula-sd \
1730             platforms/slackware/rc.bacula-dir\
1731             platforms/slackware/functions.bacula"
1732   ;;
1733 solaris)
1734         DISTVER=`uname -r`
1735         TAPEDRIVE="/dev/rmt/0cbn"
1736         PSCMD="ps -e -o pid,comm"
1737         PFILES="${PFILES} \
1738             platforms/solaris/Makefile \
1739             platforms/solaris/bacula-fd \
1740             platforms/solaris/bacula-sd \
1741             platforms/solaris/bacula-dir"
1742         if test x$DISTVER = x5.6 ; then
1743             AC_DEFINE(HAVE_OLD_SOCKOPT)
1744         fi
1745         LIBS="$LIBS -lresolv"
1746   ;;
1747 suse)
1748         DISTVER=`cat /etc/SuSE-release |grep VERSION|\
1749             cut -f 3 -d ' '`
1750         TAPEDRIVE="/dev/nst0"
1751         PSCMD="ps -e -o pid,command"
1752         PFILES="${PFILES} \
1753             platforms/suse/Makefile \
1754             platforms/suse/bacula-fd \
1755             platforms/suse/bacula-sd \
1756             platforms/suse/bacula-dir \
1757             platforms/suse/bacula \
1758             platforms/suse/bacula.spec"
1759   ;;
1760 suse5)
1761         DISTNAME=suse
1762         DISTVER=5.x
1763         TAPEDRIVE="/dev/nst0"
1764         PSCMD="ps -e -o pid,command"
1765         PFILES="${PFILES} \
1766             platforms/suse/Makefile \
1767             platforms/suse/bacula-fd \
1768             platforms/suse/bacula-sd \
1769             platforms/suse/bacula-dir"
1770   ;;
1771 unknown)
1772         DISTVER=unknown
1773         TAPEDRIVE="/dev/nst0"
1774   ;;
1775 *)
1776   echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
1777   ;;
1778 esac  
1779
1780 AC_SUBST(hostname)
1781
1782 LIBS="$PTHREAD_LIB $LIBS"
1783
1784 AC_DEFINE_UNQUOTED(lld, "$lld")
1785 AC_DEFINE_UNQUOTED(llu, "$llu")
1786 AC_SUBST(TAPEDRIVE)
1787 AC_SUBST(PSCMD)
1788 AC_SUBST(WIN32)
1789 AC_SUBST(MACOSX)
1790 AC_SUBST(DISTNAME)
1791 AC_SUBST(DISTVER)
1792
1793 dnl# common parts of the Makefile
1794 MCOMMON=./autoconf/Make.common
1795 AC_SUBST_FILE(MCOMMON)
1796
1797 dnl# Insanity check
1798 if test "x${subsysdir}" = "x${sbindir}" ; then
1799    echo " "
1800    echo " "
1801    echo "You have set both --sbindir and --with-subsys-dir"
1802    echo "  equal to: ${subsysdir} "
1803    echo "This is not permitted. Please reconfigure."
1804    echo " "
1805    echo "Aborting configuration ..."
1806    echo " "
1807    echo " "
1808    exit 1
1809 fi 
1810
1811 AC_OUTPUT([autoconf/Make.common \
1812            Makefile \
1813            scripts/startmysql \
1814            scripts/stopmysql \
1815            scripts/btraceback \
1816            scripts/startit \
1817            scripts/stopit \
1818            scripts/bconsole \
1819            scripts/gconsole \
1820            scripts/bacula \
1821            scripts/devel_bacula \
1822            scripts/Makefile \
1823            scripts/logrotate \
1824            scripts/bacula.desktop.gnome1 \
1825            scripts/bacula.desktop.gnome2 \
1826            scripts/bacula.desktop.gnome1.consolehelper \
1827            scripts/bacula.desktop.gnome2.consolehelper \
1828            scripts/bacula.desktop.gnome1.xsu \
1829            scripts/bacula.desktop.gnome2.xsu \
1830            scripts/gnome-console.console_apps \
1831            scripts/mtx-changer \
1832            scripts/dvd-writepart \
1833            scripts/dvd-freespace \
1834            scripts/bacula-tray-monitor.desktop \
1835            scripts/logwatch/Makefile \
1836            scripts/logwatch/logfile.bacula.conf \
1837            src/Makefile \
1838            src/host.h \
1839            src/console/Makefile \
1840            src/console/bconsole.conf \
1841            src/gnome2-console/Makefile \
1842            src/gnome2-console/gnome-console.conf \
1843            src/wx-console/Makefile \
1844            src/wx-console/wx-console.conf \
1845            src/tray-monitor/Makefile \
1846            src/tray-monitor/tray-monitor.conf \
1847            src/dird/Makefile \
1848            src/dird/bacula-dir.conf \
1849            src/lib/Makefile \
1850            src/stored/Makefile \
1851            src/stored/bacula-sd.conf \
1852            src/filed/Makefile \
1853            src/filed/bacula-fd.conf \
1854            src/filed/win32/Makefile \
1855            src/cats/Makefile \
1856            src/cats/make_catalog_backup \
1857            src/cats/delete_catalog_backup \
1858            src/cats/create_postgresql_database \
1859            src/cats/update_postgresql_tables \
1860            src/cats/make_postgresql_tables \
1861            src/cats/grant_postgresql_privileges \
1862            src/cats/drop_postgresql_tables \
1863            src/cats/drop_postgresql_database \
1864            src/cats/create_mysql_database \
1865            src/cats/update_mysql_tables \
1866            src/cats/make_mysql_tables \
1867            src/cats/grant_mysql_privileges \
1868            src/cats/drop_mysql_tables \
1869            src/cats/drop_mysql_database \
1870            src/cats/create_sqlite_database \
1871            src/cats/update_sqlite_tables \
1872            src/cats/make_sqlite_tables \
1873            src/cats/grant_sqlite_privileges \
1874            src/cats/drop_sqlite_tables \
1875            src/cats/drop_sqlite_database \
1876            src/cats/create_sqlite3_database \
1877            src/cats/update_sqlite3_tables \
1878            src/cats/make_sqlite3_tables \
1879            src/cats/grant_sqlite3_privileges \
1880            src/cats/drop_sqlite3_tables \
1881            src/cats/drop_sqlite3_database \
1882            src/cats/sqlite \
1883            src/cats/mysql \
1884            src/cats/create_bdb_database \
1885            src/cats/update_bdb_tables \
1886            src/cats/make_bdb_tables \
1887            src/cats/grant_bdb_privileges \
1888            src/cats/drop_bdb_tables \
1889            src/cats/drop_bdb_database \
1890            src/cats/create_bacula_database \
1891            src/cats/update_bacula_tables \
1892            src/cats/grant_bacula_privileges \
1893            src/cats/make_bacula_tables \
1894            src/cats/drop_bacula_tables \
1895            src/cats/drop_bacula_database \
1896            src/findlib/Makefile \
1897            src/tools/Makefile \
1898            src/win32/winbacula.nsi \
1899            src/win32/baculafd/bacula-fd.conf \
1900            src/win32/Makefile \
1901            src/win32/console/bconsole.conf \
1902            src/win32/wx-console/wx-console.conf \
1903            src/win32/pebuilder/Makefile \
1904            $PFILES ],  
1905           [(echo "Doing make of dependencies"; ${MAKE:-make} depend;) ]
1906 )
1907
1908 cd scripts
1909 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
1910 chmod 755 dvd-writepart dvd-freespace
1911 chmod 755 bconsole gconsole mtx-changer devel_bacula logrotate
1912 cd ..
1913
1914 c=src/cats
1915
1916 chmod 755 $c/create_bacula_database   $c/update_bacula_tables  $c/make_bacula_tables
1917 chmod 755 $c/grant_bacula_privileges  $c/drop_bacula_tables    $c/drop_bacula_database
1918
1919 chmod 755 $c/create_bdb_database      $c/update_bdb_tables     $c/make_bdb_tables
1920 chmod 755 $c/grant_bdb_privileges     $c/drop_bdb_tables       $c/drop_bdb_database
1921
1922 chmod 755 $c/create_mysql_database    $c/update_mysql_tables   $c/make_mysql_tables
1923 chmod 755 $c/grant_mysql_privileges   $c/drop_mysql_tables     $c/drop_mysql_database
1924
1925 chmod 755 $c/create_sqlite_database   $c/update_sqlite_tables  $c/make_sqlite_tables
1926 chmod 755 $c/grant_sqlite_privileges  $c/drop_sqlite_tables    $c/drop_sqlite_database
1927
1928 chmod 755 $c/create_postgresql_database  $c/update_postgresql_tables $c/make_postgresql_tables
1929 chmod 755 $c/grant_postgresql_privileges $c/drop_postgresql_tables   $c/drop_postgresql_database
1930
1931 chmod 755 $c/make_catalog_backup $c/delete_catalog_backup
1932 chmod 755 $c/sqlite
1933 chmod 755 $c/mysql
1934
1935 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
1936    largefile_support="yes"
1937 fi
1938
1939 #
1940 # A whole lot of hand springs to get the compiler version.
1941 #  This is because gcc changed the output in version 3.0
1942 #
1943 CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '`
1944 if test "x${CCVERSION}" = "x" ; then
1945   CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '`
1946 fi
1947 CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '`
1948 if test x"${CXXVERSION}" = x ; then
1949   CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '`
1950 fi
1951
1952 if test "x${subsysdir}" = "x${sbindir}" ; then
1953    echo " "
1954    echo " "
1955    echo "You have set --sbindir and --with-subsys-dir"
1956    echo "  both equal to: ${subsysdir} "
1957    echo "  This is not permitted. Please reconfigure."
1958    echo " "
1959    echo "Aborting configuration ..."
1960    echo " "
1961    echo " "
1962    exit 1
1963 fi 
1964
1965 if test "x${db_name}" = "xInternal" ; then
1966    echo " "
1967    echo " "
1968    echo "You have not specified either --enable-client-only or one of the"
1969    echo "  supported databases: MySQL, PostgreSQL, SQLite3 or SQLite."
1970    echo "  This is not permitted. Please reconfigure."
1971    echo " "
1972    echo "Aborting the configuration ..."
1973    echo " "
1974    echo " "
1975    exit 1
1976 fi
1977
1978 echo "
1979 Configuration on `date`:
1980
1981   Host:                       $host -- ${DISTNAME} ${DISTVER}
1982   Bacula version:             ${VERSION} (${DATE})
1983   Source code location:       ${srcdir}
1984   Install binaries:           ${sbindir}
1985   Install config files:       ${sysconfdir}
1986   Scripts directory:          ${scriptdir}
1987   Working directory:          ${working_dir}
1988   PID directory:              ${piddir}
1989   Subsys directory:           ${subsysdir}
1990   Man directory:              ${mandir}
1991   C Compiler:                 ${CC} ${CCVERSION}
1992   C++ Compiler:               ${CXX} ${CXXVERSION}
1993   Compiler flags:             ${WCFLAGS} ${CFLAGS} 
1994   Linker flags:               ${WLDFLAGS} ${LDFLAGS}
1995   Libraries:                  ${LIBS}
1996   Statically Linked Tools:    ${support_static_tools}
1997   Statically Linked FD:       ${support_static_fd}
1998   Statically Linked SD:       ${support_static_sd}
1999   Statically Linked DIR:      ${support_static_dir}
2000   Statically Linked CONS:     ${support_static_cons}
2001   Database type:              ${db_name}
2002   Database lib:               ${DB_LIBS}
2003
2004   Job Output Email:           ${job_email}
2005   Traceback Email:            ${dump_email}
2006   SMTP Host Address:          ${smtp_host}
2007
2008   Director Port:              ${dir_port}
2009   File daemon Port:           ${fd_port}
2010   Storage daemon Port:        ${sd_port}
2011
2012   Director User:              ${dir_user}
2013   Director Group:             ${dir_group}
2014   Storage Daemon User:        ${sd_user}
2015   Storage DaemonGroup:        ${sd_group}
2016   File Daemon User:           ${fd_user}
2017   File Daemon Group:          ${fd_group}
2018
2019   SQL binaries Directory      ${SQL_BINDIR}
2020
2021   Large file support:         $largefile_support
2022   Bacula conio support:       ${got_conio} ${CONS_LIBS}
2023   readline support:           ${got_readline} ${PRTREADLINE_SRC}
2024   TCP Wrappers support:       ${TCPW_MSG}
2025   TLS support:                ${support_tls}
2026   ZLIB support:               ${have_zlib}
2027   enable-smartalloc:          ${support_smartalloc} 
2028   enable-gnome:               ${support_gnome} ${gnome_version}
2029   enable-wx-console:          ${support_wx_console} ${wx_version}
2030   enable-tray-monitor:        ${support_tray_monitor}
2031   client-only:                ${build_client_only}
2032   ACL support:                ${have_acl}
2033   Python support:             ${support_python} ${PYTHON_LIBS}
2034
2035   " > config.out
2036
2037 cat config.out