Lines 55-60
Link Here
|
55 |
opt_afs=no |
55 |
opt_afs=no |
56 |
opt_curses=no |
56 |
opt_curses=no |
57 |
opt_with_installed_readline=no |
57 |
opt_with_installed_readline=no |
|
|
58 |
opt_syslog=no |
58 |
|
59 |
|
59 |
#htmldir= |
60 |
#htmldir= |
60 |
|
61 |
|
Lines 101-106
Link Here
|
101 |
AC_ARG_WITH(installed-readline, AC_HELP_STRING([--with-installed-readline], [use a version of the readline library that is already installed]), opt_with_installed_readline=$withval) |
102 |
AC_ARG_WITH(installed-readline, AC_HELP_STRING([--with-installed-readline], [use a version of the readline library that is already installed]), opt_with_installed_readline=$withval) |
102 |
AC_ARG_WITH(purecov, AC_HELP_STRING([--with-purecov], [configure to postprocess with pure coverage]), opt_purecov=$withval) |
103 |
AC_ARG_WITH(purecov, AC_HELP_STRING([--with-purecov], [configure to postprocess with pure coverage]), opt_purecov=$withval) |
103 |
AC_ARG_WITH(purify, AC_HELP_STRING([--with-purify], [configure to postprocess with purify]), opt_purify=$withval) |
104 |
AC_ARG_WITH(purify, AC_HELP_STRING([--with-purify], [configure to postprocess with purify]), opt_purify=$withval) |
|
|
105 |
AC_ARG_WITH(syslog, AC_HELP_STRING([--with-syslog], [additional logging via syslog]), opt_syslog=$withval) |
106 |
|
107 |
if test "$opt_syslog" = yes; then |
108 |
AC_DEFINE(USE_SYSLOG) |
109 |
fi |
104 |
|
110 |
|
105 |
if test "$opt_bash_malloc" = yes; then |
111 |
if test "$opt_bash_malloc" = yes; then |
106 |
MALLOC_TARGET=malloc |
112 |
MALLOC_TARGET=malloc |