aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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.* .