Ahmed Ghazy | 6dc7ebf | 2020-07-29 16:52:14 +0200 | [diff] [blame] | 1 | #!/bin/sh |
2 | # From magic | ||||
3 | # | ||||
4 | # Use: ./configure [args] | ||||
5 | # | ||||
6 | # where [args] are arguments passed to the scripts/configure script | ||||
7 | # | ||||
8 | # This script is a workaround to GNU autoconf which can't deal with having | ||||
9 | # all of its config scripts in a different directory than the configure | ||||
10 | # script itself. It also sets up CFLAGS without the default optimizer | ||||
11 | # flag (-O2). | ||||
12 | |||||
13 | ( cd scripts && ./configure "$@" ) |