mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Better way to get source dir of configure script
And updated submodules
This commit is contained in:
parent
8901b30236
commit
5964da43fb
5 changed files with 5 additions and 8 deletions
5
configure
vendored
5
configure
vendored
|
@ -51,10 +51,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
|||
CXXFLAGS C++ compiler flags
|
||||
"
|
||||
|
||||
sourcedir=`dirname $0`
|
||||
if [ "$sourcedir" = "." ]; then
|
||||
sourcedir=`pwd`
|
||||
fi
|
||||
sourcedir="$( cd "$( dirname "$0" )" && pwd )"
|
||||
|
||||
# Function to append a CMake cache entry definition to the
|
||||
# CMakeCacheEntries variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue