[Pkg-wmaker-commits] [wmaker] 19/24: check-doc: Ignore runstatedir in check-cmdline-options-doc.sh
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Mar 24 20:09:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository wmaker.
commit 4f18b3e1f47a0bcc6dca59195889bc257d91f8af
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Tue Feb 9 11:52:04 2016 -0500
check-doc: Ignore runstatedir in check-cmdline-options-doc.sh
autoconf 2.70 will add a --runstatedir option, Debian has backported it.
Ignore it when checking whether INSTALL-WMAKER is up to date.
Patch by Andreas Metzler from Debian package [1].
[1] https://sources.debian.net/src/wmaker/0.95.7-3/debian/patches/
56_ignore_runstatedir.diff/
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index d0b6688..e925ab6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,6 +106,7 @@ configure-documentation:
--ignore-prg 'enable-shared,enable-static # should be in INSTALL' \
--ignore-prg 'disable-option-checking,enable-fast-install # should be in INSTALL' \
--ignore-prg 'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
+ --ignore-prg 'runstatedir #new in autoconf 2.70, backported in Debian' \
--ignore-prg 'with-x # no use, it would not work without X'
.PHONY: configure-documentation
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git
More information about the Pkg-wmaker-commits
mailing list