]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
- Convert dvd-writepart to Python.
[bacula/bacula] / bacula / configure
index a1b808ddb10bd60fe06ee5701f6bc117efcc7973..18b8b1eea89ba2f91843b6d1b9eb4fbf2b2083e8 100755 (executable)
@@ -6667,11 +6667,6 @@ _ACEOF
 if test x${prefix} = xNONE && test x${datadir} = x${prefix}/share ; then
    datadir=/usr/share
 fi
-localedir=`eval echo ${datadir}/locale`
-cat >>confdefs.h <<_ACEOF
-#define LOCALEDIR "$localedir"
-_ACEOF
-
 
 # ------------------------------------------------------------------
 #  If the user has not set --prefix, we set our default to nothing.
@@ -6686,6 +6681,12 @@ if test x${prefix} = xNONE ; then
     prefix=
 fi
 sysconfdir=`eval echo ${sysconfdir}`
+datadir=`eval echo ${datadir}`
+localedir=`eval echo ${datadir}/locale`
+cat >>confdefs.h <<_ACEOF
+#define LOCALEDIR "$localedir"
+_ACEOF
+
 
 # -------------------------------------------------------------------------
 #  If the user has not set --exec-prefix, we default to ${prefix}
@@ -25265,6 +25266,7 @@ Configuration on `date`:
   PID directory:             ${piddir}
   Subsys directory:          ${subsysdir}
   Man directory:             ${mandir}
+  Data directory:            ${datadir}
   C Compiler:                ${CC} ${CCVERSION}
   C++ Compiler:              ${CXX} ${CXXVERSION}
   Compiler flags:            ${WCFLAGS} ${CFLAGS}