From 8c165c7a4d2c8cb843ef68eb96315d9ea3393cca Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 14 Feb 2021 20:52:46 +0000 Subject: Provide examples for quoting shell words Per suggestion by Andy Dougherty. For: https://github.com/Perl/perl5/issues/18573 --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index 3fd076682a..c82ffe5da5 100755 --- a/Configure +++ b/Configure @@ -1834,8 +1834,8 @@ Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value] -r : reuse C symbols value if possible (skips costly nm extraction). -s : silent mode, only echoes questions and essential information. -D : define symbol to have some value: - -D symbol symbol gets the value 'define' - -D symbol=value symbol gets the value 'value' + -D symbol symbol gets the value 'define' + -D symbol='some value' symbol gets the 'some value' common used examples (see INSTALL for more info): -Duse64bitint use 64bit integers -Duse64bitall use 64bit integers and pointers -- cgit v1.2.1