From 16837dc334ba758c69576283868f8043f86a60c4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Dec 2006 01:20:33 +0000 Subject: [PATCH] document --selected-config option git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/wx-config.1 | 5 +++++ wx-config.in | 38 +++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/debian/wx-config.1 b/debian/wx-config.1 index d9be63587c..b14e941f06 100644 --- a/debian/wx-config.1 +++ b/debian/wx-config.1 @@ -70,6 +70,11 @@ Output the wxWidgets version number in all its glory. .TP 15 .B \-\-basename Output the base name of the wxWidgets libraries. +.TP 15 +.B \-\-selected-config +Output the signature of the selected wxWidgets library. +This is a string of the form "port-unicode-release-version". + .SS Feature options These options select features which determine which wxWidgets diff --git a/wx-config.in b/wx-config.in index cf3a6b9dc5..1743d670ea 100755 --- a/wx-config.in +++ b/wx-config.in @@ -44,29 +44,29 @@ usage() cat 1>&2 <