Ticket #2182 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

configure --help output format

Reported by: havatv Assigned to: dmorissette
Priority: lowest Milestone: 5.0 release
Component: Build Problems Version: 5.0
Severity: trivial Keywords: configure help formatting
Cc:

Description

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.
Here are the options that need adjustments (others could also benefit from some small changes) to avoid "overflow" in my standard size xterm.

--disable-ignore-missing-data
--with-sde-version=VERSION NUMBER
--with-oraclespatial=ARG
--with-java-include-os-name=dirname

There are also some lines where the explanation is not aligned "properly" (with the lines below and above).
Those that should be changed:

--with-agg=DIR
--without-ld-shared
--with-apxs=FILE

Change History

07/27/07 13:46:33 changed by dmorissette

  • owner changed from mapserverbugs to dmorissette.

Checking this now.

07/27/07 14:06:04 changed by dmorissette

  • status changed from new to closed.
  • resolution set to fixed.

Fixed formatting in 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.

07/27/07 14:10:44 changed by dmorissette

Oopps... seems that I had missed a couple on my first pass. More formatting fixes in r6410.