Fix path for version.sh call in configure

This commit is contained in:
Thomas Goyne 2014-04-06 08:54:15 -07:00
parent bfa3c95b17
commit a8e1931be1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ PKG_PROG_PKG_CONFIG([pkgconfig_required_version])
# Developers only
#################
AC_MSG_CHECKING([for version])
. $srcdir/build/version.sh "$srcdir/.."
. $srcdir/build/version.sh "$srcdir"
AC_MSG_RESULT([$BUILD_GIT_VERSION_STRING $VERSION_SOURCE])
AC_MSG_CHECKING([for build date])