Better way to get source dir of configure script

And updated submodules
This commit is contained in:
Jon Siwek 2010-11-22 21:19:02 -06:00
parent 8901b30236
commit 5964da43fb
5 changed files with 5 additions and 8 deletions

@ -1 +1 @@
Subproject commit 2a97dd5ff19cc864cebd1b7687945857dadf96b3 Subproject commit 627e6bdfd34b0b6ae124fe2e0bccd3a132b0aa93

@ -1 +1 @@
Subproject commit b23a5d561440514b50efe9c9a005e390dea3d1d5 Subproject commit afb29b38bcb08b67f2a86ea580a9b55d1a9ace05

@ -1 +1 @@
Subproject commit 9fccc65e065c490c0689393ddf1b4d6b8d1f1831 Subproject commit d35cff92395a28b66d6863d1e3f956005ec87300

@ -1 +1 @@
Subproject commit 3e0eb6e9e147cb25307b3f057290e60747c5eaba Subproject commit f3a2d34bf4dcc37cd1ae5ed9197ee625b2d41422

5
configure vendored
View file

@ -51,10 +51,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
CXXFLAGS C++ compiler flags CXXFLAGS C++ compiler flags
" "
sourcedir=`dirname $0` sourcedir="$( cd "$( dirname "$0" )" && pwd )"
if [ "$sourcedir" = "." ]; then
sourcedir=`pwd`
fi
# Function to append a CMake cache entry definition to the # Function to append a CMake cache entry definition to the
# CMakeCacheEntries variable # CMakeCacheEntries variable