From c41076958835c3de6abbfea4b68a9a0b045e9b21 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Aug 2006 21:11:31 +0000 Subject: make REALLY sure src/config.h.in is a copy of lib/config.h.in --- maketgz | 3 +++ 1 file changed, 3 insertions(+) (limited to 'maketgz') 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) -- cgit v1.2.3