Skip to content

Commit fd6d44c

Browse files
committed
Changed configure wrapper to create config.status
1 parent 898cfd5 commit fd6d44c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configure

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Convenience wrapper for easily viewing/setting options that
33
# the project's CMake scripts will recognize
44

5+
command="$0 $*"
6+
57
# check for `cmake` command
68
type cmake > /dev/null 2>&1 || {
79
echo "\
@@ -119,3 +121,7 @@ echo "Build Directory : $builddir"
119121
echo "Source Directory: $sourcedir"
120122
cd $builddir
121123
cmake $CMakeCacheEntries $sourcedir
124+
125+
echo "# This is the command used to configure this build" > config.status
126+
echo $command >> config.status
127+
chmod u+x config.status

0 commit comments

Comments
 (0)