From c77f77a1ce2e00f3db59e8337268325f879908fb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 May 2001 21:17:58 +0000 Subject: general autoconf and automake fixes --- maketgz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maketgz') 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 ############################################################################ -- cgit v1.2.3