From a0032e33ecfcc9be1505ea5d2fdfcc60afd13c08 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 21 Dec 2003 21:13:22 +0000 Subject: [PATCH] Take Dan's new configure.in and generate configure git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@924 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 61 ++++++++++++++++++---------------- bacula/configure | 63 ++++++++++++++++++++---------------- 2 files changed, 69 insertions(+), 55 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 7cf04e8243..7902ac247c 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1559,30 +1559,37 @@ AC_OUTPUT([autoconf/Make.common \ src/cats/Makefile \ src/cats/make_catalog_backup \ src/cats/delete_catalog_backup \ - src/cats/make_postgresql_tables \ - src/cats/drop_postgresql_tables \ src/cats/create_postgresql_database \ + src/cats/update_postgresql_tables \ + src/cats/make_postgresql_tables \ src/cats/grant_postgresql_privileges \ - src/cats/make_mysql_tables \ - src/cats/drop_mysql_tables \ - src/cats/update_mysql_tables \ + src/cats/drop_postgresql_tables \ + src/cats/drop_postgresql_database \ src/cats/create_mysql_database \ + src/cats/update_mysql_tables \ + src/cats/make_mysql_tables \ src/cats/grant_mysql_privileges \ - src/cats/make_sqlite_tables \ - src/cats/drop_sqlite_tables \ - src/cats/update_sqlite_tables \ + src/cats/drop_mysql_tables \ + src/cats/drop_mysql_database \ src/cats/create_sqlite_database \ + src/cats/update_sqlite_tables \ + src/cats/make_sqlite_tables \ src/cats/grant_sqlite_privileges \ + src/cats/drop_sqlite_tables \ + src/cats/drop_sqlite_database \ src/cats/sqlite \ src/cats/mysql \ src/cats/create_bdb_database \ + src/cats/update_bdb_tables \ src/cats/make_bdb_tables \ + src/cats/grant_bdb_privileges \ src/cats/drop_bdb_tables \ + src/cats/drop_bdb_database \ src/cats/create_bacula_database \ + src/cats/update_bacula_tables \ src/cats/make_bacula_tables \ src/cats/drop_bacula_tables \ - src/cats/update_bacula_tables \ - src/cats/grant_bacula_privileges \ + src/cats/drop_bacula_database \ src/findlib/Makefile \ src/tools/Makefile \ $PFILES ], @@ -1593,25 +1600,25 @@ cd scripts chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer chmod 755 bconsole gconsole mtx-changer cd .. -chmod 755 src/cats/make_mysql_tables src/cats/drop_mysql_tables -chmod 755 src/cats/make_postgresql_tables src/cats/drop_postgresql_tables -chmod 755 src/cats/make_test_tables src/cats/drop_test_tables -chmod 755 src/cats/create_postgresql_database -chmod 755 src/cats/create_mysql_database + +chmod 755 create_bacula_database update_bacula_tables make_bacula_tables +chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database + +chmod 755 create_bdb_database update_bdb_tables make_bdb_tables +chmod 755 grant_bdb_privileges drop_bdb_tables drop_bdb_database + +chmod 755 create_mysql_database update_mysql_tables make_mysql_tables +chmod 755 grant_mysql_privileges drop_mysql_tables drop_mysql_database + +chmod 755 create_postgresql_database update_postgresql_tables make_postgresql_tables +chmod 755 grant_postgresql_privileges drop_postgresql_tables drop_postgresql_database + +chmod 755 create_sqlite_database update_sqlite_tables make_sqlite_tables +chmod 755 grant_sqlite_privileges drop_sqlite_tables drop_sqlite_database + chmod 755 src/cats/make_catalog_backup src/cats/delete_catalog_backup -chmod 755 src/cats/grant_postgresql_privileges -chmod 755 src/cats/grant_mysql_privileges -chmod 755 src/cats/make_sqlite_tables src/cats/drop_sqlite_tables -chmod 755 src/cats/update_sqlite_tables -chmod 755 src/cats/make_bacula_tables src/cats/drop_bacula_tables -chmod 755 src/cats/update_mysql_tables -chmod 755 src/cats/update_bacula_tables src/cats/update_mysql_tables -chmod 755 src/cats/create_bacula_database -chmod 755 src/cats/grant_bacula_privileges -chmod 755 src/cats/create_sqlite_database chmod 755 src/cats/sqlite -chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables -chmod 755 src/cats/create_bdb_database +chmod 755 src/cats/mysql if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then largefile_support="yes" diff --git a/bacula/configure b/bacula/configure index c9370b4cc9..c140988094 100755 --- a/bacula/configure +++ b/bacula/configure @@ -18032,7 +18032,7 @@ if test "x${subsysdir}" = "x${sbindir}" ; then exit 1 fi - ac_config_files="$ac_config_files autoconf/Make.common Makefile rescue/Makefile rescue/linux/Makefile rescue/freebsd/Makefile rescue/solaris/Makefile scripts/startmysql scripts/stopmysql scripts/btraceback scripts/startit scripts/stopit scripts/bconsole scripts/gconsole scripts/bacula scripts/fd scripts/Makefile scripts/logrotate scripts/bacula.desktop.gnome1 scripts/bacula.desktop.gnome2 scripts/mtx-changer doc/Makefile src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/gnome-console/Makefile src/gnome-console/gnome-console.conf src/gnome2-console/Makefile src/gnome2-console/gnome-console.conf src/tconsole/Makefile src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/filed/win32/Makefile src/cats/Makefile src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/make_postgresql_tables src/cats/drop_postgresql_tables src/cats/create_postgresql_database src/cats/grant_postgresql_privileges src/cats/make_mysql_tables src/cats/drop_mysql_tables src/cats/update_mysql_tables src/cats/create_mysql_database src/cats/grant_mysql_privileges src/cats/make_sqlite_tables src/cats/drop_sqlite_tables src/cats/update_sqlite_tables src/cats/create_sqlite_database src/cats/grant_sqlite_privileges src/cats/sqlite src/cats/mysql src/cats/create_bdb_database src/cats/make_bdb_tables src/cats/drop_bdb_tables src/cats/create_bacula_database src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/findlib/Makefile src/tools/Makefile $PFILES" + ac_config_files="$ac_config_files autoconf/Make.common Makefile rescue/Makefile rescue/linux/Makefile rescue/freebsd/Makefile rescue/solaris/Makefile scripts/startmysql scripts/stopmysql scripts/btraceback scripts/startit scripts/stopit scripts/bconsole scripts/gconsole scripts/bacula scripts/fd scripts/Makefile scripts/logrotate scripts/bacula.desktop.gnome1 scripts/bacula.desktop.gnome2 scripts/mtx-changer doc/Makefile src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/gnome-console/Makefile src/gnome-console/gnome-console.conf src/gnome2-console/Makefile src/gnome2-console/gnome-console.conf src/tconsole/Makefile src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/filed/win32/Makefile src/cats/Makefile src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_postgresql_database src/cats/update_postgresql_tables src/cats/make_postgresql_tables src/cats/grant_postgresql_privileges src/cats/drop_postgresql_tables src/cats/drop_postgresql_database src/cats/create_mysql_database src/cats/update_mysql_tables src/cats/make_mysql_tables src/cats/grant_mysql_privileges src/cats/drop_mysql_tables src/cats/drop_mysql_database src/cats/create_sqlite_database src/cats/update_sqlite_tables src/cats/make_sqlite_tables src/cats/grant_sqlite_privileges src/cats/drop_sqlite_tables src/cats/drop_sqlite_database src/cats/sqlite src/cats/mysql src/cats/create_bdb_database src/cats/update_bdb_tables src/cats/make_bdb_tables src/cats/grant_bdb_privileges src/cats/drop_bdb_tables src/cats/drop_bdb_database src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/findlib/Makefile src/tools/Makefile $PFILES" ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -18602,30 +18602,37 @@ do "src/cats/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cats/Makefile" ;; "src/cats/make_catalog_backup" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_catalog_backup" ;; "src/cats/delete_catalog_backup" ) CONFIG_FILES="$CONFIG_FILES src/cats/delete_catalog_backup" ;; - "src/cats/make_postgresql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_postgresql_tables" ;; - "src/cats/drop_postgresql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_tables" ;; "src/cats/create_postgresql_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/create_postgresql_database" ;; + "src/cats/update_postgresql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_postgresql_tables" ;; + "src/cats/make_postgresql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_postgresql_tables" ;; "src/cats/grant_postgresql_privileges" ) CONFIG_FILES="$CONFIG_FILES src/cats/grant_postgresql_privileges" ;; - "src/cats/make_mysql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_mysql_tables" ;; - "src/cats/drop_mysql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_tables" ;; - "src/cats/update_mysql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_mysql_tables" ;; + "src/cats/drop_postgresql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_tables" ;; + "src/cats/drop_postgresql_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_database" ;; "src/cats/create_mysql_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/create_mysql_database" ;; + "src/cats/update_mysql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_mysql_tables" ;; + "src/cats/make_mysql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_mysql_tables" ;; "src/cats/grant_mysql_privileges" ) CONFIG_FILES="$CONFIG_FILES src/cats/grant_mysql_privileges" ;; - "src/cats/make_sqlite_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_sqlite_tables" ;; - "src/cats/drop_sqlite_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite_tables" ;; - "src/cats/update_sqlite_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_sqlite_tables" ;; + "src/cats/drop_mysql_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_tables" ;; + "src/cats/drop_mysql_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_database" ;; "src/cats/create_sqlite_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/create_sqlite_database" ;; + "src/cats/update_sqlite_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_sqlite_tables" ;; + "src/cats/make_sqlite_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_sqlite_tables" ;; "src/cats/grant_sqlite_privileges" ) CONFIG_FILES="$CONFIG_FILES src/cats/grant_sqlite_privileges" ;; + "src/cats/drop_sqlite_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite_tables" ;; + "src/cats/drop_sqlite_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite_database" ;; "src/cats/sqlite" ) CONFIG_FILES="$CONFIG_FILES src/cats/sqlite" ;; "src/cats/mysql" ) CONFIG_FILES="$CONFIG_FILES src/cats/mysql" ;; "src/cats/create_bdb_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/create_bdb_database" ;; + "src/cats/update_bdb_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_bdb_tables" ;; "src/cats/make_bdb_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_bdb_tables" ;; + "src/cats/grant_bdb_privileges" ) CONFIG_FILES="$CONFIG_FILES src/cats/grant_bdb_privileges" ;; "src/cats/drop_bdb_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_bdb_tables" ;; + "src/cats/drop_bdb_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_bdb_database" ;; "src/cats/create_bacula_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/create_bacula_database" ;; + "src/cats/update_bacula_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_bacula_tables" ;; "src/cats/make_bacula_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/make_bacula_tables" ;; "src/cats/drop_bacula_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_tables" ;; - "src/cats/update_bacula_tables" ) CONFIG_FILES="$CONFIG_FILES src/cats/update_bacula_tables" ;; - "src/cats/grant_bacula_privileges" ) CONFIG_FILES="$CONFIG_FILES src/cats/grant_bacula_privileges" ;; + "src/cats/drop_bacula_database" ) CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_database" ;; "src/findlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/findlib/Makefile" ;; "src/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;; "$PFILES" ) CONFIG_FILES="$CONFIG_FILES $PFILES" ;; @@ -19399,25 +19406,25 @@ cd scripts chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer chmod 755 bconsole gconsole mtx-changer cd .. -chmod 755 src/cats/make_mysql_tables src/cats/drop_mysql_tables -chmod 755 src/cats/make_postgresql_tables src/cats/drop_postgresql_tables -chmod 755 src/cats/make_test_tables src/cats/drop_test_tables -chmod 755 src/cats/create_postgresql_database -chmod 755 src/cats/create_mysql_database + +chmod 755 create_bacula_database update_bacula_tables make_bacula_tables +chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database + +chmod 755 create_bdb_database update_bdb_tables make_bdb_tables +chmod 755 grant_bdb_privileges drop_bdb_tables drop_bdb_database + +chmod 755 create_mysql_database update_mysql_tables make_mysql_tables +chmod 755 grant_mysql_privileges drop_mysql_tables drop_mysql_database + +chmod 755 create_postgresql_database update_postgresql_tables make_postgresql_tables +chmod 755 grant_postgresql_privileges drop_postgresql_tables drop_postgresql_database + +chmod 755 create_sqlite_database update_sqlite_tables make_sqlite_tables +chmod 755 grant_sqlite_privileges drop_sqlite_tables drop_sqlite_database + chmod 755 src/cats/make_catalog_backup src/cats/delete_catalog_backup -chmod 755 src/cats/grant_postgresql_privileges -chmod 755 src/cats/grant_mysql_privileges -chmod 755 src/cats/make_sqlite_tables src/cats/drop_sqlite_tables -chmod 755 src/cats/update_sqlite_tables -chmod 755 src/cats/make_bacula_tables src/cats/drop_bacula_tables -chmod 755 src/cats/update_mysql_tables -chmod 755 src/cats/update_bacula_tables src/cats/update_mysql_tables -chmod 755 src/cats/create_bacula_database -chmod 755 src/cats/grant_bacula_privileges -chmod 755 src/cats/create_sqlite_database chmod 755 src/cats/sqlite -chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables -chmod 755 src/cats/create_bdb_database +chmod 755 src/cats/mysql if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then largefile_support="yes" -- 2.39.5