#!/bin/sh
cat << __EOC__
$ ./configure  '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bacula' '--with-hostname=localhost' '--with-basename=bacula' '--with-dir-password=@@DIR_PASSWORD@@' '--with-fd-password=@@FD_PASSWORD@@' '--with-sd-password=@@SD_PASSWORD@@' '--with-mon-dir-password=@@MON_DIR_PASSWORD@@' '--with-mon-fd-password=@@MON_FD_PASSWORD@@' '--with-mon-sd-password=@@MON_SD_PASSWORD@@' '--with-working-dir=/var/spool/bacula' '--with-bsrdir=/var/spool/bacula' '--with-logdir=/var/log/bacula' '--with-scriptdir=/usr/libexec/bacula' '--with-plugindir=/usr/lib/bacula' '--with-smtp-host=localhost' '--with-subsys-dir=/var/lock/subsys' '--with-pid-dir=/var/run' '--disable-conio' '--enable-batch-insert' '--enable-readline' '--enable-largefile' '--enable-build-dird' '--enable-build-stored' '--with-openssl' '--with-tcp-wrappers' '--with-python' '--enable-smartalloc' '--with-x' '--disable-rpath' '--with-sqlite3' '--with-mysql' '--with-postgresql' '--enable-bat' '--docdir=/usr/share/doc/bacula-console-bat-5.2.13' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -fPIE -Wl,-z,relro,-z,now -I/usr/include/ncurses' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'CPPFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/include/ncurses' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables'

Configuration on Mon Nov 23 09:30:40 EST 2015:

   Host:		     i686-redhat-linux-gnu -- redhat (Verona)
   Bacula version:	     Bacula 5.2.13 (19 February 2013)
   Source code location:     .
   Install binaries:	     /usr/sbin
   Install libraries:	     /usr/lib
   Install config files:     /etc/bacula
   Scripts directory:	     /usr/libexec/bacula
   Archive directory:	     /tmp
   Working directory:	     /var/spool/bacula
   PID directory:	     /var/run
   Subsys directory:	     /var/lock/subsys
   Man directory:	     /usr/share/man
   Data directory:	     /usr/share
   Plugin directory:	     /usr/lib/bacula
   C Compiler:		     gcc 4.8.5
   C++ Compiler:	     /usr/bin/g++ 4.8.5
   Compiler flags:	      -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -fPIE -Wl,-z,relro,-z,now -I/usr/include/ncurses -fno-strict-aliasing -fno-exceptions -fno-rtti
   Linker flags:	      -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
   Libraries:		     -lpthread -ldl -ldl 
   Statically Linked Tools:  no
   Statically Linked FD:     no
   Statically Linked SD:     no
   Statically Linked DIR:    no
   Statically Linked CONS:   no
   Database backends:	     PostgreSQL MySQL SQLite3
   Database port:	      
   Database name:	     bacula
   Database user:	     bacula

   Job Output Email:	     root@localhost
   Traceback Email:	     root@localhost
   SMTP Host Address:	     localhost

   Director Port:	     9101
   File daemon Port:	     9102
   Storage daemon Port:      9103

   Director User:	     
   Director Group:	     
   Storage Daemon User:      
   Storage DaemonGroup:      
   File Daemon User:	     
   File Daemon Group:	     

   Large file support:	     yes
   Bacula conio support:     no -lreadline -ltinfo
   readline support:	     yes 
   TCP Wrappers support:     yes -lwrap
   TLS support: 	     yes
   Encryption support:	     yes
   ZLIB support:	     yes
   LZO support: 	     yes
   enable-smartalloc:	     yes
   enable-lockmgr:	     no
   bat support: 	     yes
   enable-gnome:	     no 
   enable-bwx-console:	     no 
   enable-tray-monitor:      no
   client-only: 	     no
   build-dird:		     yes
   build-stored:	     yes
   Plugin support:	     yes
   AFS support: 	     no
   ACL support: 	     yes
   XATTR support:	     yes
   Python support:	     yes -lpthread -ldl -lutil -lm -lpython2.7 -lutil -lrt 
   systemd support:	     no 
   Batch insert enabled:     PostgreSQL MySQL SQLite3

  
__EOC__
