MapServer / MapServer-import

3 stars 2 forks source link

configure --help output format #2182

Closed tbonfort closed 12 years ago

tbonfort commented 12 years ago

Reporter: havatv Date: 2007/07/27 - 11:59 The format of the configure --help output could be improved.

Line breaks are missing some places (e.g. --with-sos - there should be a line break after PROJ). --with-php is an example of nice formatting.[[BR]] Here are the options that need adjustments (others could also benefit from some small changes) to avoid "overflow" in my standard size xterm.[[BR]] --disable-ignore-missing-data[[BR]] --with-sde-version=VERSION NUMBER[[BR]] --with-oraclespatial=ARG[[BR]] --with-java-include-os-name=dirname

There are also some lines where the explanation is not aligned "properly" (with the lines below and above).[[BR]] Those that should be changed:[[BR]] --with-agg=DIR[[BR]] --without-ld-shared[[BR]] --with-apxs=FILE

tbonfort commented 12 years ago

Author: dmorissette Date: 2007/07/27 - 19:46 Checking this now.

tbonfort commented 12 years ago

Author: dmorissette Date: 2007/07/27 - 20:06 Fixed formatting in c0cc04a9bddf443f8a8d5d87825febab93a56863 (r6409). In addition to the indent, I also fixed several instances of [=DIR](or equivalent) optional parameters where the square brackets needed to be escaped as [[=DIR]] since the square bracket is also the string delimiter in autoconf.

tbonfort commented 12 years ago

Author: dmorissette Date: 2007/07/27 - 20:10 Oopps... seems that I had missed a couple on my first pass. More formatting fixes in 9b89b78de1c2c40dc650a19e340c55c483c95ce0 (r6410).