DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18675>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18675 clean up getopt(s) section of runConfigure ------- Additional Comments From [EMAIL PROTECTED] 2003-04-04 16:54 ------- I'm seeing the following, in the current release candidate build: # Get the command line parameters if test -x /usr/bin/getopt; then set -- `getopt C:p:c:x:dm:n:t:r:b:l:z:h $*` else set -- `getopts C:p:c:x:dm:n:t:r:b:l:z:h $*` fi So C is processed. I agree we should get rid of those things that are not supported. You state: "Among the web development community local to me, Xerces/Xalan have a reputation for being difficult to build (especially when trying to build the corresponding Perl modules)." If this is do, concrete feedback would be great, because we cannot fix what we don't know is broken.
