summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-08 21:11:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-08 21:11:31 +0000
commitc41076958835c3de6abbfea4b68a9a0b045e9b21 (patch)
tree5083bef947f8001585997cb323ed3cda66cc83c3 /maketgz
parent997a98794318b5fb64989b5ca6af9586bd271046 (diff)
downloadcurl-c41076958835c3de6abbfea4b68a9a0b045e9b21.tar.gz
make REALLY sure src/config.h.in is a copy of lib/config.h.in
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz3
1 files changed, 3 insertions, 0 deletions
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)