diff options
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.* . | ||