make REALLY sure src/config.h.in is a copy of lib/config.h.in
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Aug 2006 21:11:31 +0000 (21:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Aug 2006 21:11:31 +0000 (21:11 +0000)
maketgz

diff --git a/maketgz b/maketgz
index 4941f88..ecd1d76 100755 (executable)
--- a/maketgz
+++ b/maketgz
@@ -57,6 +57,9 @@ findprog()
   return 0
 }
 
+echo "maketgz: cp lib/config.h.in src/config.h.in"
+cp lib/config.h.in src/config.h.in
+
 ############################################################################
 #
 # Enforce a rerun of configure (updates the VERSION)