fix breakage caused by converting files to Markdown

This commit is contained in:
Adam Spiers 2015-11-16 22:35:56 +00:00
parent 4feff09211
commit 22139efe2b
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we
# need to override the built-in `check' rule and also the TEXI2DVI
# variable.
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override dist-bzip2])
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override dist-bzip2 foreign])
AC_PROG_INSTALL
dnl Check for perl on our system.