Changeset 4253
- Timestamp:
- 06/08/06 23:52:50 (2 years ago)
- Files:
-
- libwired/trunk/configure (modified) (3 diffs)
- libwired/trunk/configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/configure
r4243 r4253 854 854 --enable-ssl enable OpenSSL support 855 855 --enable-iconv enable iconv support 856 --enable-maintainer-mode 857 enable maintainer mode 856 858 857 --disable-largefile omit support for large files 859 858 … … 861 860 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 862 861 --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 865 863 866 864 Some influential environment variables: … … 3010 3008 withval="$with_objdir" 3011 3009 3012 fi; 3010 fi; ) 3013 3011 3014 3012 if test -n "$with_objdir"; then libwired/trunk/configure.in
r4243 r4253 106 106 107 107 # Check for object directory name 108 AC_ARG_WITH([objdir] , AC_HELP_STRING([--with-objdir=DIR], [place intermediate build files in DIR [[obj]]]))108 AC_ARG_WITH([objdir])) 109 109 110 110 if test -n "$with_objdir"; then … … 116 116 117 117 # Check for run directory name 118 AC_ARG_WITH([rundir] , AC_HELP_STRING([--with-rundir=DIR], [place resulting files in DIR [[run]]]))118 AC_ARG_WITH([rundir]) 119 119 120 120 if test -n "$with_rundir"; then … … 126 126 127 127 # Check for maintainer mode 128 AC_ARG_ENABLE([maintainer_mode] , AC_HELP_STRING([--enable-maintainer-mode], [enable maintainer mode]))128 AC_ARG_ENABLE([maintainer_mode]) 129 129 130 130 if test -n "$enable_maintainer_mode"; then
