diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-22 21:17:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-22 21:17:58 +0000 |
commit | c77f77a1ce2e00f3db59e8337268325f879908fb (patch) | |
tree | 01f7b9f133b12c76b6a214b47423cf2b59f9e40d /maketgz | |
parent | 2966ef66616fc641e67c401737a968c60cb68ca6 (diff) | |
download | curl-c77f77a1ce2e00f3db59e8337268325f879908fb.tar.gz |
general autoconf and automake fixes
Diffstat (limited to 'maketgz')
-rwxr-xr-x | maketgz | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ############################################################################ |