Changeset 4024 for trunk/packages


Ignore:
Timestamp:
Oct 29, 2013, 1:46:46 PM (11 years ago)
Author:
ldelgass
Message:

Fix spelling in configure help

Location:
trunk/packages/vizservers
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure

    r4010 r4024  
    13891389  --with-ffmpeg=DIR       location of ffmpeg [default=yes]
    13901390  --with-python=DIR       location of python [default=yes]
    1391   --with-statsdir=DIR     Write statics in DIR
     1391  --with-statsdir=DIR     Write statistics in DIR
    13921392  --with-x                use the X Window System
    13931393
  • trunk/packages/vizservers/configure.in

    r4010 r4024  
    5151    [statsdir],
    5252    [AS_HELP_STRING([--with-statsdir=DIR],
    53         [Write statics in DIR])],
     53        [Write statistics in DIR])],
    5454    [STATSDIR=$withval],
    5555    [STATSDIR="/var/tmp/visservers"])
  • trunk/packages/vizservers/geovis/configure

    r4022 r4024  
    13431343  --with-osg-includes=DIR OSG include files are in DIR
    13441344  --with-osg-libs=DIR     OSG libraries are in DIR
    1345   --with-statsdir=DIR     Write statics in DIR
     1345  --with-statsdir=DIR     Write statistics in DIR
    13461346  --with-x                use the X Window System
    13471347
  • trunk/packages/vizservers/geovis/configure.in

    r4022 r4024  
    3434    [statsdir],
    3535    [AS_HELP_STRING([--with-statsdir=DIR],
    36         [Write statics in DIR])],
     36        [Write statistics in DIR])],
    3737    [STATSDIR=$withval],
    3838    [STATSDIR="/var/tmp/visservers"])
Note: See TracChangeset for help on using the changeset viewer.