[Pkg-wmaker-commits] [wmbiff] 69/92: debian/patches: (update_autotools.diff) Fix FTBFS because of configure error.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:28 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 a60477c68cc554c5f2888aeb71138a5f1620f4a6
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Nov 5 18:40:46 2014 -0600

    debian/patches: (update_autotools.diff) Fix FTBFS because of configure error.
---
 debian/patches/series                |  1 +
 debian/patches/update_autotools.diff | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 3ff2258..ad5223c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 15_no_more_LZO.diff
+update_autotools.diff
diff --git a/debian/patches/update_autotools.diff b/debian/patches/update_autotools.diff
new file mode 100644
index 0000000..ebb4d3e
--- /dev/null
+++ b/debian/patches/update_autotools.diff
@@ -0,0 +1,20 @@
+Description: Update autotools
+ In particular, avoid the following warning:
+ configure.ac:11: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms
+ are deprecated.  For more info, see:
+ configure.ac:11: http://www.gnu.org/software/automake/manual/automake.html
+ #Modernize-AM_005fINIT_005fAUTOMAKE-invocation
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2014-11-05
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -8,7 +8,7 @@
+ 
+ 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