This patch serves two purposes: - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated" warning when running autoreconf. - Fix "syntax error near unexpected token" when running configure. --- wmbiff/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index c8a5943..c4f0e6b 100644 --- a/wmbiff/configure.ac +++ b/wmbiff/configure.ac @@ -8,7 +8,7 @@ dnl version AC_INIT(WMBiff, 0.4.27, wmbiff-de...@lists.sourceforge.net, wmbiff) AC_CONFIG_AUX_DIR(autoconf) -AM_INIT_AUTOMAKE(wmbiff, 0.4.27) dnl tarded syntax for automake <= 1.5 +AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h]) dnl make sure autoheader finds version, implicitly defined above. AH_TEMPLATE([VERSION], [wmbiff's release version]) -- 2.1.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.