summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-19 00:25:43 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-19 00:29:45 +0100
commit55d3516e79de3866d49644f04bab18f945181fca (patch)
tree41aa87071e46539cc2252d8c1b21ea090344a096 /Makefile.in
parentd1cd68bee7e745f10c3d35238cde418cf3151314 (diff)
Add code to detect the host system at compile time
Compilation should now be successful on BSD system derivatives
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 35f3ecf..f71b999 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,12 +76,15 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
bin_PROGRAMS = smenu$(EXEEXT)
subdir = .
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in $(srcdir)/smenu.spec.in depcomp \
- $(dist_man_MANS) ChangeLog TODO install-sh missing
+ $(dist_man_MANS) ChangeLog TODO config.guess config.sub \
+ install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -258,14 +261,22 @@ am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
+build = @build@
build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
+host = @host@
host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@