From: Daniel Stenberg Date: Tue, 8 Aug 2006 21:11:31 +0000 (+0000) Subject: make REALLY sure src/config.h.in is a copy of lib/config.h.in X-Git-Tag: curl-7_15_6-prepipeline~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c41076958835c3de6abbfea4b68a9a0b045e9b21;p=curl make REALLY sure src/config.h.in is a copy of lib/config.h.in --- diff --git a/maketgz b/maketgz index 4941f8833..ecd1d76c1 100755 --- 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)