summaryrefslogtreecommitdiffstats
path: root/btparser/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'btparser/tests/atlocal.in')
-rw-r--r--btparser/tests/atlocal.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/btparser/tests/atlocal.in b/btparser/tests/atlocal.in
new file mode 100644
index 00000000..856e5fec
--- /dev/null
+++ b/btparser/tests/atlocal.in
@@ -0,0 +1,15 @@
+# @configure_input@ -*- shell-script -*-
+# Configurable variable values for btparser test suite.
+
+# We need a C compiler.
+CC='@CC@'
+LIBTOOL="$abs_top_builddir/libtool"
+
+# We want no optimization.
+CFLAGS="@O0CFLAGS@ -I$abs_top_builddir -D_GNU_SOURCE"
+
+# Are special link options needed?
+LDFLAGS="@LDFLAGS@ $abs_top_builddir/lib/libbtparser.la"
+
+# Are special libraries needed?
+LIBS="@LIBS@"