diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7c1ef206f1e..9c1c32a01b0 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,12 @@ AC_ARG_WITH(initdir,              [initdir='/etc/init.d'])  AC_SUBST(initdir) +AC_ARG_WITH(launchddir, +            [  --with-launchddir=DIR launchd services in DIR @<:@/Library/LaunchDaemons@:>@], +            [launchddir=$withval], +            [launchddir='/Library/LaunchDaemons']) +AC_SUBST(launchddir) +  # LEX needs a check  AC_PROG_LEX  if test  "x${LEX}" != "xflex" -a "x${FLEX}" != "xlex"; then  | 
