wmaker: Use window placement settings on other workspaces.
[wmaker-crm.git] / debian / patches / 56_ignore_runstatedir.diff
blob4305bfce9c6232eee6cb502301a77ce1036c983b
1 Description: Ignore runstatedir in check-cmdline-options-doc.sh
2 autoconf 2.70 will add a --runstatedir option, Debian has backported it.
3 Ignore it when checking whether INSTALL is up to date.
4 Author: Andreas Metzler <ametzler@debian.org>
5 Origin: vendor
7 --- wmaker-0.95.7.orig/Makefile.am
8 +++ wmaker-0.95.7/Makefile.am
9 @@ -106,6 +106,7 @@ configure-documentation:
10 --ignore-prg 'enable-shared,enable-static # should be in INSTALL' \
11 --ignore-prg 'disable-option-checking,enable-fast-install # should be in INSTALL' \
12 --ignore-prg 'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
13 + --ignore-prg 'runstatedir #new in autoconf 2.70, backported in Debian' \
14 --ignore-prg 'with-x # no use, it would not work without X'
16 .PHONY: configure-documentation