2015-05-18 09:27:46 -04:00
|
|
|
#!/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.
|
|
|
|
|
|
2020-11-29 16:39:28 -08:00
|
|
|
export CFLAGS="$CFLAGS -g"
|
2020-11-29 16:35:47 -08:00
|
|
|
cd scripts
|
|
|
|
|
exec ./configure "$@"
|