Add yacc(1) bits.

pull/1758/head
Nicholas Marriott 2019-05-23 13:04:41 +01:00 committed by Thomas Adam
parent d67b99c7e4
commit 3e6e533779
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ Makefile.in
configure configure
tmux.1.* tmux.1.*
*.dSYM *.dSYM
cmd-parse.c

View File

@ -2,7 +2,7 @@
# Obvious program stuff. # Obvious program stuff.
bin_PROGRAMS = tmux bin_PROGRAMS = tmux
CLEANFILES = tmux.1.mdoc tmux.1.man CLEANFILES = tmux.1.mdoc tmux.1.man cmd-parse.c
# Distribution tarball options. # Distribution tarball options.
EXTRA_DIST = \ EXTRA_DIST = \

View File

@ -28,6 +28,7 @@ AC_PROG_CC_C99
AC_PROG_CPP AC_PROG_CPP
AC_PROG_EGREP AC_PROG_EGREP
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_YACC
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS