summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-22 21:17:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-22 21:17:58 +0000
commitc77f77a1ce2e00f3db59e8337268325f879908fb (patch)
tree01f7b9f133b12c76b6a214b47423cf2b59f9e40d /maketgz
parent2966ef66616fc641e67c401737a968c60cb68ca6 (diff)
downloadcurl-c77f77a1ce2e00f3db59e8337268325f879908fb.tar.gz
general autoconf and automake fixes
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index 200d8b6b0..bc1914244 100755
--- a/maketgz
+++ b/maketgz
@@ -61,7 +61,7 @@ findprog()
# Enforce a rerun of configure (updates the VERSION)
#
-./config.status --recheck
+#./config.status --recheck
############################################################################
#
@@ -73,7 +73,7 @@ if { findprog automake >/dev/null 2>/dev/null; } then
echo "- Could not find or run automake, I hope you know what you're doing!"
else
echo "Runs automake --include-deps"
- automake --include-deps
+ automake --include-deps Makefile
fi
############################################################################