]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Fix configure to create bat Makefile before creating dependencies.
authorKern Sibbald <kern@sibbald.com>
Thu, 16 Aug 2007 08:44:39 +0000 (08:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 16 Aug 2007 08:44:39 +0000 (08:44 +0000)
kes  Eliminate the egg files from the tray-monitor. Use gtk calls.
kes  Add a tooltip to the tray monitor.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5359 91ce42f0-d328-0410-95d8-f526ca767f89

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

index da51c9909aa0ad3f76b5f3739b9a22baec0f97ad..7044b0257b822d897db29921bd85af6b42c0681a 100644 (file)
@@ -2204,9 +2204,20 @@ AC_OUTPUT([autoconf/Make.common \
           src/tools/Makefile \
           po/Makefile.in \
           $PFILES ],  
-         [(echo "Doing make of dependencies"; ${MAKE:-make} depend;) ]
+         [ ]
 )
 
+if test "${support_bat}" = "yes" ; then
+  cd src/qt-console
+  chmod 755 install_conf_file build-depkgs-qt-console
+  echo "Creating bat Makefile" 
+  qmake
+  cd ${BUILD_DIR}
+fi
+
+echo "Doing make of dependencies"
+${MAKE:-make} depend
+
 cd scripts
 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
 chmod 755 dvd-handler dvd-simulator
@@ -2239,13 +2250,6 @@ 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 build-depkgs-qt-console
-  echo "Creating bat Makefile" 
-  qmake
-  cd ${BUILD_DIR}
-fi
 
 
 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
index e10b62c62fe25bb48286dc8a078543f6ad23d452..f61dd1ee6c1540494feeca3e4c3e95931be601e6 100755 (executable)
@@ -31990,7 +31990,7 @@ echo "$as_me: executing $ac_dest commands" >&6;}
         ;;
       esac
     done ;;
-    default ) (echo "Doing make of dependencies"; ${MAKE:-make} depend;)
+    default )
  ;;
   esac
 done
@@ -32026,6 +32026,17 @@ if test "$no_create" != yes; then
 fi
 
 
+if test "${support_bat}" = "yes" ; then
+  cd src/qt-console
+  chmod 755 install_conf_file build-depkgs-qt-console
+  echo "Creating bat Makefile"
+  qmake
+  cd ${BUILD_DIR}
+fi
+
+echo "Doing make of dependencies"
+${MAKE:-make} depend
+
 cd scripts
 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
 chmod 755 dvd-handler dvd-simulator
@@ -32058,13 +32069,6 @@ 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 build-depkgs-qt-console
-  echo "Creating bat Makefile"
-  qmake
-  cd ${BUILD_DIR}
-fi
 
 
 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
index c3ba21d46b94fe13fb8be1f4c31e48668ff542bc..b9f5ee182a3599f9dd107d46144ce45f3184e4ee 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.3.0"
-#define BDATE   "15 August 2007"
-#define LSMDATE "15Aug07"
+#define VERSION "2.3.1"
+#define BDATE   "16 August 2007"
+#define LSMDATE "16Aug07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
index a0a5ba0a0eb6c6ed0098ac5ebac2bcf9d1a31797..d78c52cad5e1ca64e2b1282d52f680a2155a8b9a 100644 (file)
@@ -1,6 +1,10 @@
               Technical notes on version 2.3
 
 General:
+16Aug07
+kes  Fix configure to create bat Makefile before creating dependencies.
+kes  Eliminate the egg files from the tray-monitor. Use gtk calls.
+kes  Add a tooltip to the tray monitor.
 15Aug07
 kes  Update AUTHORs file
 kes  Increase the default max concurrent jobs to 20 in FD and SD to