summaryrefslogtreecommitdiff
path: root/configure
blob: 8df0ef3f44d9677e5af5de7c9a7949621c108378 (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# This script is a workaround to GNU autoconf which can't deal with having
# all of its config scripts in a different directory than the configure
# script itself.

( CFLAGS="-g" ; export CFLAGS ; cd scripts ; ./configure "$@" )