Changeset 221 for branches/samba-3.3.x/source/m4/check_path.m4
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/m4/check_path.m4
r206 r221 166 166 167 167 ################################################# 168 # set ctdb source directory location169 AC_ARG_WITH(ctdb,170 [AS_HELP_STRING([--with-ctdb=DIR], [Where to find ctdb sources])],171 [ case "$withval" in172 yes|no)173 AC_MSG_WARN([--with-ctdb called without argument])174 ;;175 * )176 ctdbdir="$withval"177 ;;178 esac])179 168 180 169 ################################################# … … 247 236 AC_SUBST(piddir) 248 237 AC_SUBST(logfilebase) 249 AC_SUBST(ctdbdir)250 238 AC_SUBST(privatedir) 251 239 AC_SUBST(swatdir)
Note:
See TracChangeset
for help on using the changeset viewer.