summaryrefslogtreecommitdiff
path: root/config.make.in
blob: eb628216fa8468a4c0143fc8ab5b926d77935db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# @configure_input@
# Generated from $Id$.
# Don't edit this file.  Put configuration parameters in configparms instead.

config-machine = @host_cpu@
config-vendor = @host_vendor@
config-os = @host_os@
config-sysdirs = @sysnames@

prefix = @prefix@
exec_prefix = @exec_prefix@
config-defines = @DEFS@

CC = @CC@
AR = @AR@
RANLIB = @RANLIB@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@

# More variables may be inserted below by configure.