#!/bin/sh
cat << __EOC__
$ ./configure  '--build=s390x-redhat-linux-gnu' '--host=s390x-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/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bacula' '--with-dir-user=bacula' '--with-dir-group=bacula' '--with-sd-user=bacula' '--with-sd-group=disk' '--with-fd-user=root' '--with-fd-group=root' '--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-scriptdir=/usr/libexec/bacula' '--with-smtp-host=localhost' '--with-subsys-dir=/var/lock/subsys' '--with-pid-dir=/var/run' '--enable-conio' '--enable-largefile' '--enable-bwx-console' '--enable-tray-monitor' '--enable-build-dird' '--enable-build-stored' '--with-openssl' '--with-tcp-wrappers' '--with-python' '--enable-smartalloc' '--with-x' '--enable-bat' '--disable-libtool' '--with-postgresql' 'build_alias=s390x-redhat-linux-gnu' 'host_alias=s390x-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -march=z9-109 -mtune=z10 -I/usr/include/ncurses' 'LDFLAGS=-Wl,-z,relro' 'CPPFLAGS=-I/usr/include/ncurses' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -march=z9-109 -mtune=z10'

Configuration on Thu Oct  6 22:12:41 UTC 2011:

   Host:		    s390x-ibm-linux-gnu -- redhat 
   Bacula version:	    Bacula 5.0.3 (04 August 2010)
   Source code location:    .
   Install binaries:	    /usr/sbin
   Install libraries:	    /usr/lib64
   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/lib64
   C Compiler:		    gcc 4.6.1
   C++ Compiler:	    /usr/bin/g++ 4.6.1
   Compiler flags:	     -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -march=z9-109 -mtune=z10 -I/usr/include/ncurses -fno-strict-aliasing -fno-exceptions -fno-rtti
   Linker flags:	     -Wl,-z,relro
   Libraries:		    -lpthread -ldl 
   Statically Linked Tools: no
   Statically Linked FD:    no
   Statically Linked SD:    no
   Statically Linked DIR:   no
   Statically Linked CONS:  no
   Database type:	    PostgreSQL
   Database port:	     
   Database lib:	    -L/usr/lib64 -lpq -lcrypt
   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:	    bacula
   Director Group:	    bacula
   Storage Daemon User:     bacula
   Storage DaemonGroup:     disk
   File Daemon User:	    root
   File Daemon Group:	    root

   SQL binaries Directory   /usr/bin

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

  
__EOC__
