From 4f18b3e1f47a0bcc6dca59195889bc257d91f8af Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 9 Feb 2016 11:52:04 -0500 Subject: [PATCH] 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 d0b66882..e925ab63 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