dnl Support building libintl.a with -fPIC (needed by GCC).
dnl <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100096>
AC_ARG_ENABLE([host-shared],
- [AS_HELP_STRING([--enable-host-shared], [special hack for GCC])],
+ [AS_HELP_STRING([[--enable-host-shared]], [special hack for GCC])],
[PICFLAG='-fPIC'],
[PICFLAG=])
AC_SUBST([PICFLAG])
dnl This option allows to build gettext-tools without (re)building libtextstyle.
AC_ARG_WITH([installed-libtextstyle],
- [AS_HELP_STRING([--with-installed-libtextstyle],
+ [AS_HELP_STRING([[--with-installed-libtextstyle]],
[Use an already installed libtextstyle.])],
[gt_use_installed_libtextstyle=$withval],
[gt_use_installed_libtextstyle=no])
dnl This option allows to build gettext-tools without (re)building GNU.Gettext.dll.
AC_ARG_WITH([installed-csharp-dll],
- [AS_HELP_STRING([--with-installed-csharp-dll],
+ [AS_HELP_STRING([[--with-installed-csharp-dll]],
[Use an already installed C# DLL.])],
[gt_use_installed_csharp_dll=$withval],
[gt_use_installed_csharp_dll=no])