Take full advantage of GNU C library when available.

This commit is contained in:
Jesse Thilo
2000-04-13 18:06:46 +00:00
parent 630f521258
commit 00f4332938

View File

@@ -6,6 +6,8 @@ AM_CONFIG_HEADER(config.h:config.hin)
AC_DEFINE_UNQUOTED(VERSION_STRING, "GNU Bison version ${VERSION}", AC_DEFINE_UNQUOTED(VERSION_STRING, "GNU Bison version ${VERSION}",
[The version string.]) [The version string.])
AC_DEFINE([_GNU_SOURCE],1,[Define to 1 for GNU C library extensions.])
ALL_LINGUAS="de es et fr ja nl ru" ALL_LINGUAS="de es et fr ja nl ru"
dnl Checks for programs. dnl Checks for programs.