word in config.in to be enclosed in [].
* config.in: Regenerate.
2005-05-20 Eli Zaretskii <eliz@gnu.org>
- * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.
+ * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. Fix
+ bad description of _MSE_INT_H that caused each word in config.in
+ to be enclosed in [].
* configure, config.in: Regenerate.
2005-05-20 Joel Brobecker <brobecker@adacore.com>
# undef _ALL_SOURCE
#endif
-/*
- Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris [2.[789]], when using GCC.
- */
+/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
+ 2.[789] when using GCC. */
#undef _MSE_INT_H
/* Define to empty if `const' does not conform to ANSI C. */
solaris2.[[789]])
if test "$GCC" = yes; then
AC_DEFINE(_MSE_INT_H, 1,
- [[Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
- Solaris 2.[789] when using GCC. ]])
+ [Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
+ Solaris 2.[789] when using GCC. ])
fi ;;
esac
AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h ncurses/ncurses.h)