Compare commits

...
2 Commits
Author SHA1 Message Date
Andreas Metzler b5bd9a1995 Fix typo in WINGs/Makefile.am.
Broken-By: c7ab42e183
2026-08-30 18:04:06 +01:00
Doug Torrance d581598c7b 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
2026-08-30 17:18:07 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -7,7 +7,7 @@ DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras
dist-hook:
rm -f $(distdir)/Examples/Makefile $(distdir)/Extras/Makefile \
$(distdir)/Test/Makefile
$(distdir)/Tests/Makefile
libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@