Changeset 4275
- Timestamp:
- 06/09/06 19:37:50 (2 years ago)
- Files:
-
- libwired/trunk/configure (modified) (1 diff)
- libwired/trunk/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/configure
r4256 r4275 860 860 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 861 861 --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] 863 864 864 865 Some influential environment variables: libwired/trunk/configure.in
r4256 r4275 106 106 107 107 # Check for object directory name 108 AC_ARG_WITH([objdir] )108 AC_ARG_WITH([objdir], AC_HELP_STRING([--with-objdir=DIR], [place intermediate build files in DIR [[obj]]])) 109 109 110 110 if test -n "$with_objdir"; then … … 116 116 117 117 # Check for run directory name 118 AC_ARG_WITH([rundir] )118 AC_ARG_WITH([rundir], AC_HELP_STRING([--with-rundir=DIR], [place resulting files in DIR [[run]]])) 119 119 120 120 if test -n "$with_rundir"; then
