X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fautoconf%2Fconfigure.in;h=7044b0257b822d897db29921bd85af6b42c0681a;hb=aeffd73445e2f27dc34021a9546d98e7b61eb5fb;hp=9e2d02e7a9899f755e9e7ac8eb9822322c5cf36c;hpb=8816678a26a56569ea9f21f3e30281f7ad4dcf6f;p=bacula%2Fbacula diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 9e2d02e7a9..7044b0257b 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1028,7 +1028,7 @@ AC_SUBST(piddir) # ------------------------------------ # Where to place subsys "lock file" # ------------------------------------ -ubsysdir=/var/run/subsys +subsysdir=/var/run/subsys if test -d /var/run/subsys; then subsysdir=/var/run/subsys elif test -d /var/lock/subsys; then @@ -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