Changeset 4275

Show
Ignore:
Timestamp:
06/09/06 19:37:50 (2 years ago)
Author:
morris
Message:

--

Files:

Legend:

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

    r4256 r4275  
    860860  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes] 
    861861  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no) 
    862  
     862  --with-objdir=DIR       place intermediate build files in DIR [obj] 
     863  --with-rundir=DIR       place resulting files in DIR [run] 
    863864 
    864865Some influential environment variables: 
  • libwired/trunk/configure.in

    r4256 r4275  
    106106 
    107107# Check for object directory name 
    108 AC_ARG_WITH([objdir]
     108AC_ARG_WITH([objdir], AC_HELP_STRING([--with-objdir=DIR], [place intermediate build files in DIR [[obj]]])
    109109 
    110110if test -n "$with_objdir"; then 
     
    116116 
    117117# Check for run directory name 
    118 AC_ARG_WITH([rundir]
     118AC_ARG_WITH([rundir], AC_HELP_STRING([--with-rundir=DIR], [place resulting files in DIR [[run]]])
    119119 
    120120if test -n "$with_rundir"; then