mirror of
https://github.com/curl/curl.git
synced 2026-07-16 06:07:16 +03:00
make REALLY sure src/config.h.in is a copy of lib/config.h.in
This commit is contained in:
parent
997a987943
commit
c410769588
1 changed files with 3 additions and 0 deletions
3
maketgz
3
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue