| 104 |
htmldir='${docdir}/html' |
htmldir='${docdir}/html' |
| 105 |
fi |
fi |
| 106 |
|
|
| 107 |
# Handle --disable-cpp |
# Handle --disable-cpp. The substitution of enable_cpp is needed for use in |
| 108 |
|
# pcre-config. |
| 109 |
AC_ARG_ENABLE(cpp, |
AC_ARG_ENABLE(cpp, |
| 110 |
AS_HELP_STRING([--disable-cpp], |
AS_HELP_STRING([--disable-cpp], |
| 111 |
[disable C++ support]), |
[disable C++ support]), |
| 112 |
, enable_cpp=yes) |
, enable_cpp=yes) |
| 113 |
|
AC_SUBST(enable_cpp) |
| 114 |
|
|
| 115 |
# Handle --enable-rebuild-chartables |
# Handle --enable-rebuild-chartables |
| 116 |
AC_ARG_ENABLE(rebuild-chartables, |
AC_ARG_ENABLE(rebuild-chartables, |