]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak configure
authorKern Sibbald <kern@sibbald.com>
Mon, 9 Mar 2009 15:34:05 +0000 (15:34 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 9 Mar 2009 15:34:05 +0000 (15:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8513 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/config.h.in
bacula/autoconf/configure.in
bacula/configure
bacula/src/wx-console/Makefile.in

index 71617e4dd9846481699e384b04cf3b2da54717e7..632f9c04f3f4ab1ea9e5f6cb6d33d451e86553c7 100644 (file)
 /* Define to 1 if you have the `fchdir' function. */
 #undef HAVE_FCHDIR
 
+/* FCHOWNAT support */
+#undef HAVE_FCHOWNAT
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
 /* Define to 1 if you have the `fseeko' function. */
 #undef HAVE_FSEEKO
 
+/* FSTATAT support */
+#undef HAVE_FSTATAT
+
+/* FUTIMESAT support */
+#undef HAVE_FUTIMESAT
+
 /* Define to 1 if you have the `fwprintf' function. */
 #undef HAVE_FWPRINTF
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* UNLINKAT support */
+#undef HAVE_UNLINKAT
+
 /* Define if you have the 'unsigned long long' type. */
 #undef HAVE_UNSIGNED_LONG_LONG
 
index ca80170ed6029e21aa52f40729ea1902bb269005..519ae7346efbeeef611c92a8e8dfae6caba81709 100644 (file)
@@ -469,7 +469,7 @@ if test x$support_wx_console = xyes; then
 
       AC_SUBST(WXCONS_CPPFLAGS)
       AC_SUBST(WXCONS_LDFLAGS)
-      WX_DIR=src/wx-console
+      WX_DIR="src/wx-console"
    else
       echo " "
       echo "wx-config program not found. bwx-console disabled."
@@ -2320,11 +2320,11 @@ if test x$support_xattr = xyes; then
    if test $have_xattr = no; then
       AC_CHECK_FUNCS(listxattr getxattr setxattr,
         [
-             have_xattr=yes
-             AC_DEFINE([HAVE_LLISTXATTR], [], [LLISTXATTR support])
-             AC_DEFINE([HAVE_LGETXATTR], [], [LGETXATTR support])
-             AC_DEFINE([HAVE_LSETXATTR], [], [LSETXATTR support])
-         ]
+            have_xattr=yes
+            AC_DEFINE([HAVE_LLISTXATTR], [], [LLISTXATTR support])
+            AC_DEFINE([HAVE_LGETXATTR], [], [LGETXATTR support])
+            AC_DEFINE([HAVE_LSETXATTR], [], [LSETXATTR support])
+        ]
       )
    fi
 
@@ -2337,22 +2337,22 @@ if test x$support_xattr = xyes; then
       AC_CHECK_HEADER(attr.h, [ AC_DEFINE(HAVE_ATTR_H,1,[Defines if your system have the attr.h header file])] , )
 
       AC_CHECK_FUNCS(openat fstatat unlinkat fchownat futimesat,
-         [
-             have_xattr=yes
-             AC_DEFINE([HAVE_OPENAT], [], [OPENAT support])
-             AC_DEFINE([HAVE_FSTATAT], [], [FSTATAT support])
-             AC_DEFINE([HAVE_UNLINKAT], [], [UNLINKAT support])
-             AC_DEFINE([HAVE_FCHOWNAT], [], [FCHOWNAT support])
-             AC_DEFINE([HAVE_FUTIMESAT], [], [FUTIMESAT support])
-         ]
+        [
+            have_xattr=yes
+            AC_DEFINE([HAVE_OPENAT], [], [OPENAT support])
+            AC_DEFINE([HAVE_FSTATAT], [], [FSTATAT support])
+            AC_DEFINE([HAVE_UNLINKAT], [], [UNLINKAT support])
+            AC_DEFINE([HAVE_FCHOWNAT], [], [FCHOWNAT support])
+            AC_DEFINE([HAVE_FUTIMESAT], [], [FUTIMESAT support])
+        ]
       )
 
       if test $have_xattr = yes; then
-         AC_CHECK_LIB(nvpair, nvlist_next_nvpair,
-            [
-                FDLIBS="-lnvpair $FDLIBS"
-            ]
-         )
+        AC_CHECK_LIB(nvpair, nvlist_next_nvpair,
+           [
+               FDLIBS="-lnvpair $FDLIBS"
+           ]
+        )
       fi
    fi
 
index 843ca9f6d06915e57cc3313f9d19d72735901e8f..2a3332813d5cc6c2b6b97fc16a35af2562218400 100755 (executable)
@@ -24171,7 +24171,7 @@ if test x$support_wx_console = xyes; then
 
 
 
-      WX_DIR=src/wx-console
+      WX_DIR="src/wx-console"
    else
       echo " "
       echo "wx-config program not found. bwx-console disabled."
@@ -40019,7 +40019,7 @@ if test "$ac_res" != no; then
   ac_cv_func_getmntent=yes
 
 cat >>confdefs.h <<\_ACEOF
-#define HAVE_GETMNTENT
+#define HAVE_GETMNTENT 1
 _ACEOF
 
 else
@@ -41423,7 +41423,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF
 
-             have_xattr=yes
+            have_xattr=yes
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_LLISTXATTR
@@ -41948,7 +41948,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF
 
-             have_xattr=yes
+            have_xattr=yes
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_OPENAT
@@ -41981,7 +41981,7 @@ done
 
 
       if test $have_xattr = yes; then
-         { echo "$as_me:$LINENO: checking for nvlist_next_nvpair in -lnvpair" >&5
+        { echo "$as_me:$LINENO: checking for nvlist_next_nvpair in -lnvpair" >&5
 echo $ECHO_N "checking for nvlist_next_nvpair in -lnvpair... $ECHO_C" >&6; }
 if test "${ac_cv_lib_nvpair_nvlist_next_nvpair+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -42044,7 +42044,7 @@ fi
 echo "${ECHO_T}$ac_cv_lib_nvpair_nvlist_next_nvpair" >&6; }
 if test $ac_cv_lib_nvpair_nvlist_next_nvpair = yes; then
 
-                FDLIBS="-lnvpair $FDLIBS"
+               FDLIBS="-lnvpair $FDLIBS"
 
 
 fi
index 7f832b9eb2b4f527bffc76178259f707f8d339f3..8102d02dfe6978c3fe362a52922ce24fcf3f2046 100644 (file)
@@ -107,7 +107,7 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
 install: all
        @if test -f ${DESTDIR}${sbindir}/wx-console; then \
           echo " "; \
-          echo "Warning!!!  ${DESTDIR}${sbindir}wx-console found."; \
+          echo "Warning!!!  ${DESTDIR}${sbindir}/wx-console found."; \
           echo " wx-console has been renamed bwx-console, so wx-console"; \
           echo " is no longer used, and you might want to delete it."; \
           echo " "; \