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/configure.ac (-1 / +4 lines)
Lines 116-122 PKG_PROG_PKG_CONFIG([pkgconfig_required_version]) Link Here
116
# Developers only
116
# Developers only
117
#################
117
#################
118
AC_MSG_CHECKING([for version])
118
AC_MSG_CHECKING([for version])
119
. $srcdir/build/version.sh "$srcdir"
119
old=$@ # Store the old arguments
120
set -- "$srcdir" # Allows version.sh to see $srcdir as argument.
121
. $srcdir/build/version.sh
122
set -- $old # Put the old arguments back.
120
AC_MSG_RESULT([$BUILD_GIT_VERSION_STRING $VERSION_SOURCE])
123
AC_MSG_RESULT([$BUILD_GIT_VERSION_STRING $VERSION_SOURCE])
121
124
122
AC_MSG_CHECKING([for build date])
125
AC_MSG_CHECKING([for build date])

Return to bug 764881