[Pkg-wmaker-commits] [wmbiff] 29/92: wmbiff: Remove arguments to AM_INIT_AUTOMAKE in configure.ac.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbiff.

commit 6866fb86a76009dc50fe79b28d5089567378fa34
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Nov 7 21:31:21 2014 -0600

    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.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c8a5943..c4f0e6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl  version
 
 AC_INIT(WMBiff, 0.4.27, wmbiff-devel at 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])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list