aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-12-27 22:17:59 -0600
committerBrent Cook <bcook@openbsd.org>2015-12-27 22:33:51 -0600
commit4a931b58fc6c9a20e37841140019032f4536a0ba (patch)
treebfd8e7ab15acd1cfd6cc41c7a87e060a90631ffb /autogen.sh
parent53cd105d6eb60347c7356563ff1d341ebabf78f0 (diff)
downloadportable-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-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 72174ea..bf23bda 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,3 +9,7 @@ autoreconf -i -f
9sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \ 9sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \
10 ltmain.sh > ltmain.sh.fixed 10 ltmain.sh > ltmain.sh.fixed
11mv -f ltmain.sh.fixed ltmain.sh 11mv -f ltmain.sh.fixed ltmain.sh
12
13# Update config scripts and fixup permissions
14find . ! -perm -u=w ! -path "*git*" -exec chmod u+w {} \;
15cp scripts/config.* .