From: Kern Sibbald Date: Sat, 23 May 2009 07:10:47 +0000 (+0000) Subject: Yet another try to get qmake to install bat correctly X-Git-Tag: Release-7.0.0~3017 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ad89ff463e728295a5786b2acdede6e933ed0a8;p=bacula%2Fbacula Yet another try to get qmake to install bat correctly git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8852 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 470c7288f4..cbd121f1a4 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2967,6 +2967,7 @@ if test "${support_bat}" = "yes" ; then cd src/qt-console echo "Creating bat Makefile" touch bat + chmod 755 bat $QMAKEBIN make clean cd ${BUILD_DIR} diff --git a/bacula/configure b/bacula/configure index 06d1318fe8..a519cc0ebe 100755 --- a/bacula/configure +++ b/bacula/configure @@ -45671,6 +45671,7 @@ if test "${support_bat}" = "yes" ; then cd src/qt-console echo "Creating bat Makefile" touch bat + chmod 755 bat $QMAKEBIN make clean cd ${BUILD_DIR} diff --git a/bacula/src/version.h b/bacula/src/version.h index 2cb0b8b848..847bc6812c 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "3.0.2" -#define BDATE "15 May 2009" -#define LSMDATE "15May09" +#define BDATE "23 May 2009" +#define LSMDATE "23May09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ diff --git a/bacula/technotes b/bacula/technotes index aa6be9bee2..41272f3d5c 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,10 @@ General: +23May09 +kes Yet another try to get qmake to install bat correctly. It looks + like the trick is to have an executable bat file when qmake is + run during ./configure. 21May09 kes Add Catalog = all to the default Messages resource. 19May09