[reSIProcate] [Patch] "./configure -h" spews Perl "Uninitialized ..." warnings
Max Bowsher
maxb at f2s.com
Sun Nov 23 18:08:13 CST 2008
In resiprocate 1.4.1, "./configure -h" spews lots of Perl "Uninitialized
..." warnings, and doesn't show the default values.
The fix seems pretty simple:
--- a/configure Mon Nov 24 00:01:53 2008 +0000
+++ b/configure Mon Nov 24 00:07:46 2008 +0000
@@ -926,6 +926,7 @@
}
print "\nUnknown option: $option\n\n";
+ &setAllDefaults;
&usage;
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20081124/e9b929a4/attachment.sig>
More information about the resiprocate-devel
mailing list