wmbiff: Remove arguments to AM_INIT_AUTOMAKE in configure.ac.
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.
This commit is contained in:
parent
4c22da9b04
commit
acdd1c28f7
|
@ -8,7 +8,7 @@ dnl version
|
|||
|
||||
AC_INIT(WMBiff, 0.4.27, wmbiff-devel@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])
|
||||
|
|
Loading…
Reference in a new issue