general autoconf and automake fixes
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 May 2001 21:17:58 +0000 (21:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 May 2001 21:17:58 +0000 (21:17 +0000)
CHANGES
Makefile.am
configure.in
maketgz
src/Makefile.am

diff --git a/CHANGES b/CHANGES
index e347a16..d401cd8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,11 @@ Daniel (22 May 2001)
     automake 1.4-p1
 
   I wouldn't recommend any developer to try to generate things with older
-  versions than these.
+  versions than these. Building from CVS will probably more or less require
+  at least these versions.
+
+  As a result of this, the configure script grew to more than double its
+  previous size!
 
 Daniel (21 May 2001)
 - I made ftps:// work. Added test case 400 to the release archive, as the
index 321f238..ed8cac9 100644 (file)
@@ -6,7 +6,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
 
 EXTRA_DIST = \
        CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
-       config-win32.h reconf packages/README Makefile.dist
+       config-win32.h reconf packages/README Makefile.dist \
+       curl-config.in
 
 bin_SCRIPTS = curl-config
 
index 9bbc1f8..13bc7e3 100644 (file)
@@ -11,6 +11,7 @@ dnl
 dnl Detect the canonical host and target build environment
 dnl
 
+AC_CANONICAL_HOST
 dnl Get system canonical name
 AC_DEFINE_UNQUOTED(OS, "${host}")
 
diff --git a/maketgz b/maketgz
index 200d8b6..bc19142 100755 (executable)
--- 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
 
 ############################################################################
index b64ea24..ea77c6a 100644 (file)
@@ -27,7 +27,7 @@ CLEANFILES = hugehelp.c
 NROFF=@NROFF@
 
 EXTRA_DIST = mkhelp.pl config-win32.h \
-       Makefile.vc6 Makefile.b32 Makefile.m32
+       Makefile.vc6 Makefile.b32 Makefile.m32 config.h.in
 
 AUTOMAKE_OPTIONS = foreign no-dependencies