summaryrefslogtreecommitdiffstats
path: root/include/autoconf.make.in
blob: b209a46a27eeae3bd43ab68059f0c6371627b78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @configure_input@

prefix              = @prefix@
exec_prefix         = @exec_prefix@
bindir              = @bindir@
libdir              = @libdir@
datadir             = @datadir@
mandir              = @mandir@
datarootdir         = @datarootdir@

RM                  = rm
FIND                = find
CC                  = @CC@
CPPFLAGS            = @CPPFLAGS@
CFLAGS              = @CFLAGS@
LDFLAGS             = @LDFLAGS@
LIBS                = @LIBS@

CONFIG_TSNIF_KINC   = @CONFIG_TSNIF_KINC@
CONFIG_TSNIF_VER    = @CONFIG_TSNIF_VER@