Skip to content

Commit

Permalink
[win build] fix curses autoconf stuff
Browse files Browse the repository at this point in the history
The curses macro was out-of-date and needed to be updated to the latest and
greatest.
  • Loading branch information
tstack committed Apr 17, 2012
1 parent ee1e2af commit e738619
Show file tree
Hide file tree
Showing 16 changed files with 1,313 additions and 90 deletions.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -41,7 +41,8 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
depcomp install-sh missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/ax_sqlite3.m4 \
$(top_srcdir)/lnav.m4 $(top_srcdir)/configure.in
$(top_srcdir)/ax_with_curses.m4 $(top_srcdir)/lnav.m4 \
$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Expand Down
1 change: 1 addition & 0 deletions aclocal.m4
Expand Up @@ -982,4 +982,5 @@ AC_SUBST([am__untar])
]) # _AM_PROG_TAR

m4_include([ax_sqlite3.m4])
m4_include([ax_with_curses.m4])
m4_include([lnav.m4])
518 changes: 518 additions & 0 deletions ax_with_curses.m4

Large diffs are not rendered by default.

0 comments on commit e738619

Please sign in to comment.