aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index ede3a9164..57a8b9537 100755
--- a/configure
+++ b/configure
@@ -57,7 +57,10 @@ while true; do
esac
done
-echo "prefix=$prefix" >config.mk
+cat << EOF > config.mk
+# this file is autogenerated by ./configure
+prefix=$prefix
+EOF
node_version=$(node --version)
if [ ! "$?" -eq 0 ]; then