]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/Make.common.in
Attempt to fix FreeBSD echo/printf, bug #2048
[bacula/bacula] / bacula / autoconf / Make.common.in
index ea9310c77b0c2fcd329a7963b03374102fdaec89..7d9134084cfc2bd9e050b53113be849231dab240 100644 (file)
@@ -2,6 +2,20 @@
 # This file is pulled in by all the Unix Bacula Makefiles
 #   so it has all the "common" definitions
 #
+#  Bacula® - The Network Backup Solution
+#
+#  Copyright (C) 2000-2014 Free Software Foundation Europe e.V.
+#
+#  The main author of Bacula is Kern Sibbald, with contributions from many
+#  others, a complete list can be found in the file AUTHORS.
+#
+#  You may use this file and others of this release according to the
+#  license defined in the LICENSE file, which includes the Affero General
+#  Public License, v3.0 ("AGPLv3") and some additional permissions and
+#  terms pursuant to its AGPLv3 Section 7.
+#
+#  Bacula® is a registered trademark of Kern Sibbald.
+#
 
 DATE="@DATE@"
 LSMDATE=@LSMDATE@
@@ -24,12 +38,14 @@ exec_prefix = @exec_prefix@
 binprefix =
 manprefix =
 datarootdir = @datarootdir@
+docdir = @docdir@
 sbindir = @sbindir@
 libdir = @libdir@
 includedir = @includedir@
 sysconfdir = @sysconfdir@
 plugindir = @plugindir@
 scriptdir = @scriptdir@
+archivedir = @archivedir@
 mandir = @mandir@
 manext = 8
 
@@ -45,15 +61,17 @@ RMF = $(RM) -f
 CP = @CP@
 SED = @SED@
 AWK = @AWK@
-ECHO = @ECHO@
+ECHO = ${ECHO:-/bin/echo}
 CMP = @CMP@
 TBL = @TBL@
 AR = @AR@
+GMAKE = @GMAKE@
 RANLIB = @RANLIB@
 MKDIR = @BUILD_DIR@/autoconf/mkinstalldirs
 INSTALL = @INSTALL@
 # add the -s to the following in PRODUCTION mode
 INSTALL_PROGRAM = $(INSTALL) -m @SBINPERM@
+INSTALL_LIB = $(INSTALL) -m 755
 INSTALL_DATA = $(INSTALL) -m 644
 INSTALL_SCRIPT = $(INSTALL) -m @SBINPERM@
 INSTALL_CONFIG = $(INSTALL) -m 640
@@ -83,12 +101,8 @@ LIBS = @LIBS@
 WRAPLIBS = @WRAPLIBS@
 DINCLUDE = @DINCLUDE@
 DLIB = @DLIB@
-DB_LIBS = @DB_LIBS@
-PYTHON_LIBS = @PYTHON_LIBS@
-PYTHON_INC = @PYTHON_INCDIR@
 OPENSSL_LIBS = @OPENSSL_LIBS@
-BDB_CPPFLAGS = @BDB_CPPFLAGS@
-BDB_LIBS = @BDB_LIBS@
+DLLIBS = @LIBADD_DLOPEN@
 
 
 # Windows (cygwin) flags