Changeset 4280

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

Undo

Files:

Legend:

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

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

    r4275 r4280  
    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