summaryrefslogtreecommitdiffstats
path: root/tests/atlocal.in
blob: f3649ccb67bb4b4a325614ee85359f3946863f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/src/btparser -I$abs_top_builddir/src/lib -D_GNU_SOURCE"

# Are special link options needed?
LDFLAGS="@LDFLAGS@ $abs_top_builddir/src/btparser/libbtparser.la"

# Are special libraries needed?
LIBS="@LIBS@"