diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 21:11:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 21:11:31 +0000 |
commit | c41076958835c3de6abbfea4b68a9a0b045e9b21 (patch) | |
tree | 5083bef947f8001585997cb323ed3cda66cc83c3 /maketgz | |
parent | 997a98794318b5fb64989b5ca6af9586bd271046 (diff) | |
download | curl-c41076958835c3de6abbfea4b68a9a0b045e9b21.tar.gz |
make REALLY sure src/config.h.in is a copy of lib/config.h.in
Diffstat (limited to 'maketgz')
-rwxr-xr-x | maketgz | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |