]> git.sur5r.net Git - bacula/bacula/commitdiff
Yet another try to get qmake to install bat correctly
authorKern Sibbald <kern@sibbald.com>
Sat, 23 May 2009 07:10:47 +0000 (07:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 23 May 2009 07:10:47 +0000 (07:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8852 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure
bacula/src/version.h
bacula/technotes

index 470c7288f43b35a3f6507a77ec8e3b639ac149ff..cbd121f1a42d3aad414435dfc114cb987c787426 100644 (file)
@@ -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}
index 06d1318fe876c0dd0d9aebeb231c7e17bd0b8d39..a519cc0ebef98e5ed2eb45a416e2c96c0b4559eb 100755 (executable)
@@ -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}
index 2cb0b8b8482921cde8954e7476082f61df634744..847bc6812c93a44798d22755599b5d15cf3b7aad 100644 (file)
@@ -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 */
index aa6be9bee2bf02b4d6c11e762c1a794895191507..41272f3d5ce7bcba47bb577a865b70069a0171e4 100644 (file)
@@ -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