Skip to content

Commit

Permalink
configure
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jul 4, 2016
1 parent dc7920b commit 5217f83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure
Expand Up @@ -933,6 +933,7 @@ LIBBAREOSCATS_LT_RELEASE
LIBBAREOSSQL_LT_RELEASE
LIBBAREOSCFG_LT_RELEASE
LIBBAREOS_LT_RELEASE
MAJOR_VERSION
BDB_VERSION
post_host
BAREOS
Expand Down Expand Up @@ -3395,6 +3396,9 @@ DATE=`sed -n -e 's/^.* \t*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/include/version.h
LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/include/version.h`
BDB_VERSION=`sed -n -e 's/^.*BDB_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h`

MAJOR_VERSION=`echo $VERSION | cut -d. -f 1,2`


LIBBAREOS_LT_RELEASE=`sed -n -e 's/^#.*LIBBAREOS_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/include/version.h`
LIBBAREOSCFG_LT_RELEASE=`sed -n -e 's/^#.*LIBBAREOSCFG_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/include/version.h`
LIBBAREOS_LT_RELEASE=${LIBBAREOS_LT_RELEASE:-$VERSION}
Expand Down Expand Up @@ -32817,6 +32821,8 @@ debian|ubuntu|univention)
PFILES="${PFILES} \
debian/univention-bareos.install \
debian/univention-bareos.postinst \
platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list \
platforms/univention/get_bareos_release_key.sh \
platforms/univention/Makefile \
platforms/univention/AppCenter/univention-bareos.ini \
platforms/univention/AppCenter/LICENSE_AGREEMENT"
Expand Down

0 comments on commit 5217f83

Please sign in to comment.