diff options
author | Brent Cook <bcook@openbsd.org> | 2015-12-27 22:17:59 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-12-27 22:33:51 -0600 |
commit | 4a931b58fc6c9a20e37841140019032f4536a0ba (patch) | |
tree | bfd8e7ab15acd1cfd6cc41c7a87e060a90631ffb /autogen.sh | |
parent | 53cd105d6eb60347c7356563ff1d341ebabf78f0 (diff) | |
download | portable-4a931b58fc6c9a20e37841140019032f4536a0ba.tar.gz portable-4a931b58fc6c9a20e37841140019032f4536a0ba.tar.bz2 portable-4a931b58fc6c9a20e37841140019032f4536a0ba.zip |
add upstream config.guess/config.sub
This adds refreshed OS and CPU detection.
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,3 +9,7 @@ autoreconf -i -f | |||
9 | sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \ | 9 | sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \ |
10 | ltmain.sh > ltmain.sh.fixed | 10 | ltmain.sh > ltmain.sh.fixed |
11 | mv -f ltmain.sh.fixed ltmain.sh | 11 | mv -f ltmain.sh.fixed ltmain.sh |
12 | |||
13 | # Update config scripts and fixup permissions | ||
14 | find . ! -perm -u=w ! -path "*git*" -exec chmod u+w {} \; | ||
15 | cp scripts/config.* . | ||