From 3534d9866183dafa12802e06f88136e5087d394b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 29 Apr 2007 17:16:52 +0000 Subject: [PATCH] Update configure git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4659 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 14 +++++++------- bacula/configure | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index b32e7410be..2d71fcc244 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2046,10 +2046,10 @@ AC_OUTPUT([autoconf/Make.common \ scripts/wxconsole.console_apps \ scripts/wxconsole.desktop.consolehelper \ scripts/wxconsole.desktop.xsu \ - scripts/bat.desktop \ - scripts/bat.desktop.xsu \ - scripts/bat.desktop.consolehelper \ - scripts/bat.console_apps \ + scripts/bat.desktop \ + scripts/bat.desktop.xsu \ + scripts/bat.desktop.consolehelper \ + scripts/bat.console_apps \ src/Makefile \ src/host.h \ src/console/Makefile \ @@ -2151,9 +2151,9 @@ chmod 755 $c/mysql chmod 755 src/win32/build-depkgs-mingw32 if test "${support_bat}" = "yes" ; then -cd src/qt-console -chmod 755 install_conf_file -qmake + cd src/qt-console + chmod 755 install_conf_file + qmake fi diff --git a/bacula/configure b/bacula/configure index 6987e299aa..08db7bbc72 100755 --- a/bacula/configure +++ b/bacula/configure @@ -35612,9 +35612,9 @@ chmod 755 $c/mysql chmod 755 src/win32/build-depkgs-mingw32 if test "${support_bat}" = "yes" ; then -cd src/qt-console -chmod 755 install_conf_file -qmake + cd src/qt-console + chmod 755 install_conf_file + qmake fi -- 2.39.5