Changed configure wrapper to create config.status

This commit is contained in:
Jon Siwek 2011-01-20 12:37:38 -06:00
parent 0a3f84681a
commit bbe078e06c
5 changed files with 10 additions and 4 deletions

@ -1 +1 @@
Subproject commit 898cfd5ddc8cd356e4052c0bd699e51812a91e98
Subproject commit fd6d44cd33113e9be2bfed41fb40e1a14463f4fb

@ -1 +1 @@
Subproject commit d741ee2ebd6576d9329218bfb53941b4de5375b6
Subproject commit 4960f96e0280a71117fde3ad93542ed87d67e7a1

@ -1 +1 @@
Subproject commit c745d747ec65f608bead605fc26f84ca44be21c9
Subproject commit 1deee84b06deb2b104996c41e82942082a9dc88d

@ -1 +1 @@
Subproject commit 41336359365238036fd63f8bf8d2624da71c200b
Subproject commit 3ae777aa658f7c4714107b464700d1e2e60c9952

6
configure vendored
View file

@ -2,6 +2,8 @@
# Convenience wrapper for easily viewing/setting options that
# the project's CMake scripts will recognize
command="$0 $*"
# check for `cmake` command
type cmake > /dev/null 2>&1 || {
echo "\
@ -217,3 +219,7 @@ if [ -n "$CMakeGenerator" ]; then
else
cmake $CMakeCacheEntries $sourcedir
fi
echo "# This is the command used to configure this build" > config.status
echo $command >> config.status
chmod u+x config.status