summaryrefslogtreecommitdiff
path: root/project/config/cfgdefs.in
blob: d7bb4b9ec7d283bc67199b26e1afb9edaa453ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# variant
AUTOMAKE_VER               = @automake_ver@
AUTOMAKE_YEAR              = @automake_year@
AUTOMAKE_MAJOR             = @automake_major@
AUTOMAKE_MINOR             = @automake_minor@
AUTOMAKE_MICRO             = @automake_micro@

# interpreters for aclocal & automake
HOST_PERL                  = @host_perl@
HOST_SH                    = @host_sh@

# texinfo
MAKEINFO                   = @makeinfo@

all:     @all_info@
install: @install_info@