fix breakage caused by converting files to Markdown
This commit is contained in:
parent
4feff09211
commit
22139efe2b
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue