Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 764881 | Differences between
and this patch

Collapse All | Expand All

(-)a/build/version.sh (-1 / +3 lines)
Lines 1-4 Link Here
1
srcdir="$1"
1
if [ -z "$srcdir" ] && [ $# -gt 0 ]; then
2
  srcdir=$1
3
fi
2
4
3
# If no git repo try to read from the existing git_version.h, for building from tarballs
5
# If no git repo try to read from the existing git_version.h, for building from tarballs
4
if ! test -d "${srcdir}/.git"; then
6
if ! test -d "${srcdir}/.git"; then
(-)a/configure.ac (-1 / +1 lines)
Lines 117-123 PKG_PROG_PKG_CONFIG([pkgconfig_required_version]) Link Here
117
# Developers only
117
# Developers only
118
#################
118
#################
119
AC_MSG_CHECKING([for version])
119
AC_MSG_CHECKING([for version])
120
. $srcdir/build/version.sh "$srcdir"
120
. $srcdir/build/version.sh
121
AC_MSG_RESULT([$BUILD_GIT_VERSION_STRING $VERSION_SOURCE])
121
AC_MSG_RESULT([$BUILD_GIT_VERSION_STRING $VERSION_SOURCE])
122
122
123
AC_MSG_CHECKING([for build date])
123
AC_MSG_CHECKING([for build date])

Return to bug 764881