mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 09:03:33 +03:00
Adjust repo path dependencies.
Update .gitignore and configure.ac to deal with the recent directory restructuring.
This commit is contained in:
parent
7427525c28
commit
955851f384
2 changed files with 24 additions and 24 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue