display autotools version

This commit is contained in:
Timothy Stack 2015-03-13 19:59:28 -07:00
parent 82a36855fb
commit 9ded31f647
6 changed files with 17 additions and 13 deletions

View File

@ -90,9 +90,9 @@ build_triplet = @build@
host_triplet = @host@
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/ax_sqlite3.m4 \
$(top_srcdir)/ax_with_curses.m4 \
$(top_srcdir)/ax_with_jemalloc.m4 $(top_srcdir)/lnav.m4 \
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sqlite3.m4 \
$(top_srcdir)/m4/ax_with_curses.m4 $(top_srcdir)/m4/lnav.m4 \
$(top_srcdir)/m4/lnav_with_jemalloc.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)

8
aclocal.m4 vendored
View File

@ -1385,7 +1385,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
m4_include([ax_sqlite3.m4])
m4_include([ax_with_curses.m4])
m4_include([ax_with_jemalloc.m4])
m4_include([lnav.m4])
m4_include([m4/ax_sqlite3.m4])
m4_include([m4/ax_with_curses.m4])
m4_include([m4/lnav.m4])
m4_include([m4/lnav_with_jemalloc.m4])

View File

@ -1,5 +1,8 @@
#! /bin/sh
autoconf --version
automake --version
aclocal -I .
autoheader -I .
automake --add-missing --copy --foreign

1
configure vendored
View File

@ -2540,6 +2540,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
am__api_version='1.15'
ac_aux_dir=

View File

@ -96,9 +96,9 @@ bin_PROGRAMS = lnav$(EXEEXT)
noinst_PROGRAMS = bin2c$(EXEEXT) ptimec$(EXEEXT) lnav-test$(EXEEXT)
subdir = src
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/ax_sqlite3.m4 \
$(top_srcdir)/ax_with_curses.m4 \
$(top_srcdir)/ax_with_jemalloc.m4 $(top_srcdir)/lnav.m4 \
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sqlite3.m4 \
$(top_srcdir)/m4/ax_with_curses.m4 $(top_srcdir)/m4/lnav.m4 \
$(top_srcdir)/m4/lnav_with_jemalloc.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)

View File

@ -119,9 +119,9 @@ TESTS = test_ansi_scrubber$(EXEEXT) test_auto_fd$(EXEEXT) \
test_data_parser.sh test_yajlpp$(EXEEXT)
subdir = test
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/ax_sqlite3.m4 \
$(top_srcdir)/ax_with_curses.m4 \
$(top_srcdir)/ax_with_jemalloc.m4 $(top_srcdir)/lnav.m4 \
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sqlite3.m4 \
$(top_srcdir)/m4/ax_with_curses.m4 $(top_srcdir)/m4/lnav.m4 \
$(top_srcdir)/m4/lnav_with_jemalloc.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)