mirror of
https://github.com/gryf/wmaker.git
synced 2026-08-31 16:27:56 +02:00
Ignore --enable-cxx-stdlib when checking configure docs
It's a new option added by libtool beginning w/ v2.6.0, and there's no reason for us to document it. We ignore it with the other libtool-added configure options. Fixes: https://bugs.debian.org/1146103
This commit is contained in:
committed by
Carlos R. Mafra
parent
78b58d4418
commit
d581598c7b
@@ -146,6 +146,7 @@ configure-documentation:
|
||||
--ignore-prg 'with-aix-soname # new in libtool 2.4.4 up to 2.5.2' \
|
||||
--ignore-prg 'enable-aix-soname # renamed in libtool 2.5.3' \
|
||||
--ignore-prg 'enable-pic # new in libtool 2.5.3' \
|
||||
--ignore-prg 'enable-cxx-stdlib # new in libtool 2.6.0' \
|
||||
--ignore-prg 'with-x # no use, it would not work without X'
|
||||
|
||||
.PHONY: configure-documentation
|
||||
|
||||
Reference in New Issue
Block a user