* configure.ac: Fix bad description of _MSE_INT_H that caused each

word in config.in to be enclosed in [].
	* config.in: Regenerate.
This commit is contained in:
Eli Zaretskii 2005-05-20 18:17:47 +00:00
parent 417211372d
commit ba1e897e43
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,8 @@
2005-05-20 Eli Zaretskii <eliz@gnu.org> 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. * configure, config.in: Regenerate.
2005-05-20 Joel Brobecker <brobecker@adacore.com> 2005-05-20 Joel Brobecker <brobecker@adacore.com>

View file

@ -682,9 +682,8 @@
# undef _ALL_SOURCE # undef _ALL_SOURCE
#endif #endif
/* /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris [2.[789]], when using GCC. 2.[789] when using GCC. */
*/
#undef _MSE_INT_H #undef _MSE_INT_H
/* Define to empty if `const' does not conform to ANSI C. */ /* Define to empty if `const' does not conform to ANSI C. */

View file

@ -396,8 +396,8 @@ case $host_os in
solaris2.[[789]]) solaris2.[[789]])
if test "$GCC" = yes; then if test "$GCC" = yes; then
AC_DEFINE(_MSE_INT_H, 1, AC_DEFINE(_MSE_INT_H, 1,
[[Define to 1 to avoid a clash between <widec.h> and <wchar.h> on [Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
Solaris 2.[789] when using GCC. ]]) Solaris 2.[789] when using GCC. ])
fi ;; fi ;;
esac esac
AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h ncurses/ncurses.h) AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h ncurses/ncurses.h)