summaryrefslogtreecommitdiff
path: root/configure
blob: 53614037914089846201fd9272130756e46436ce (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 $* )