mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 22:30:20 +08:00
* bootstrap.conf: Work around VPATH issue
This commit is contained in:
parent
021458ddf2
commit
e3790ad2a3
@ -166,4 +166,10 @@ bootstrap_post_import_hook ()
|
||||
sed -e "s/gl_unicase_special_lookup.*/gl_unicase_special_lookup\ \(const char \*str, size_t len\)/g" \
|
||||
> lib/unicase/special-casing-table.h
|
||||
fi
|
||||
|
||||
# ./bootstrap calls 'autopoint --force' which will overwrite
|
||||
# po/Makevars.template. So here we add what we need for a VPATH
|
||||
# build. ./bootstrap will create po/Makevars from po/Makevars.template
|
||||
# after our change.
|
||||
echo 'PACKAGE_GNU = yes' >> po/Makevars.template
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user