summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-02 23:23:56 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-02 23:23:56 +0200
commitf755f8b97dcbe99f794bbd0d946e41b98b1b23a3 (patch)
tree44da2be9806fc45af2aed51857922b85b0698247 /configure
Import Upstream version 9.7.93
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..5361403
--- /dev/null
+++ b/configure
@@ -0,0 +1,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 $* )