Update to automake-1.11.6

This turns on additional warnings and adds support for silent make
rules (so compiler warning really stand out ;-).
merge-requests/1/head
Olaf Meeuwissen 2016-01-09 15:59:35 +09:00
rodzic 87e12bbf2e
commit ae89c8f983
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,8 @@ dnl ***********************************************************************
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
AM_INIT_AUTOMAKE([1.9 subdir-objects])
AM_INIT_AUTOMAKE([1.11.6 subdir-objects -Wall])
AM_SILENT_RULES
dnl Turn off feature were automake will automatically run autoreconf.
dnl This is because we check in generated files into CVS which has
dnl known timestamp issues.