INST_TARGETS=
AC_ARG_ENABLE([html],
- [AC_HELP_STRING([--enable-html],
+ [AS_HELP_STRING([--enable-html],
[generate HTML documentation [[yes]]])])
: ${enable_html=yes}
if test x"${enable_html}" = xno; then
test x"${htmldir}" = x || INST_TARGETS="${INST_TARGETS} install-html"
AC_ARG_ENABLE([pdf],
- [AC_HELP_STRING([--enable-pdf],
+ [AS_HELP_STRING([--enable-pdf],
[generate PDF documentation [[yes]]])])
: ${enable_pdf=yes}
if test x"${enable_pdf}" = xno; then
test x"${pdfdir}" = x || INST_TARGETS="${INST_TARGETS} install-pdf"
AC_ARG_ENABLE([ps],
- [AC_HELP_STRING([--enable-ps],
+ [AS_HELP_STRING([--enable-ps],
[generate Postscript documentation [[no]]])])
: ${enable_pdf=no}
if test x"${enable_ps}" = xno; then