Adjust repo path dependencies.

Update .gitignore and configure.ac to deal with the recent directory
restructuring.
This commit is contained in:
Jason Evans
2011-03-31 22:38:51 -07:00
parent 7427525c28
commit 955851f384
2 changed files with 24 additions and 24 deletions

View File

@@ -688,7 +688,7 @@ dnl jemalloc configuration.
dnl
dnl Set VERSION if source directory has an embedded git repository.
if test -d "${srcroot}../.git" ; then
if test -d "${srcroot}.git" ; then
git describe --long --abbrev=40 > ${srcroot}VERSION
fi
jemalloc_version=`cat ${srcroot}VERSION`