Changeset 4253

Show
Ignore:
Timestamp:
06/08/06 23:52:50 (2 years ago)
Author:
morris
Message:

Remove documentation for some internal options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/configure

    r4243 r4253  
    854854  --enable-ssl            enable OpenSSL support 
    855855  --enable-iconv          enable iconv support 
    856   --enable-maintainer-mode 
    857                           enable maintainer mode 
     856 
    858857  --disable-largefile     omit support for large files 
    859858 
     
    861860  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes] 
    862861  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no) 
    863   --with-objdir=DIR       place intermediate build files in DIR [obj] 
    864   --with-rundir=DIR       place resulting files in DIR [run] 
     862 
    865863 
    866864Some influential environment variables: 
     
    30103008  withval="$with_objdir" 
    30113009 
    3012 fi; 
     3010fi; ) 
    30133011 
    30143012if test -n "$with_objdir"; then 
  • libwired/trunk/configure.in

    r4243 r4253  
    106106 
    107107# Check for object directory name 
    108 AC_ARG_WITH([objdir], AC_HELP_STRING([--with-objdir=DIR], [place intermediate build files in DIR [[obj]]])) 
     108AC_ARG_WITH([objdir])) 
    109109 
    110110if test -n "$with_objdir"; then 
     
    116116 
    117117# Check for run directory name 
    118 AC_ARG_WITH([rundir], AC_HELP_STRING([--with-rundir=DIR], [place resulting files in DIR [[run]]])
     118AC_ARG_WITH([rundir]
    119119 
    120120if test -n "$with_rundir"; then 
     
    126126 
    127127# Check for maintainer mode 
    128 AC_ARG_ENABLE([maintainer_mode], AC_HELP_STRING([--enable-maintainer-mode], [enable maintainer mode])
     128AC_ARG_ENABLE([maintainer_mode]
    129129 
    130130if test -n "$enable_maintainer_mode"; then