Commit 47f634cb by H.J. Lu Committed by Gabriel Dos Reis

acinclude.m4: Include <features.h> for glibc testing.

2000-07-21  H.J. Lu  (hjl@gnu.org)

        * acinclude.m4: Include <features.h> for glibc testing.
        * aclocal.m4: Likewise.

        * configure: Rebuild.

From-SVN: r35179
parent 838f8562
2000-07-21 H.J. Lu (hjl@gnu.org)
* acinclude.m4: Include <features.h> for glibc testing.
* aclocal.m4: Likewise.
* configure: Rebuild.
2000-07-20 H.J. Lu (hjl@gnu.org) 2000-07-20 H.J. Lu (hjl@gnu.org)
* acinclude.m4: Change "#pragma system_header" to * acinclude.m4: Change "#pragma system_header" to
......
...@@ -1186,6 +1186,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [ ...@@ -1186,6 +1186,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
*-*-linux*) *-*-linux*)
AC_MSG_CHECKING([for glibc version >= 2.2]) AC_MSG_CHECKING([for glibc version >= 2.2])
AC_EGREP_CPP([ok], [ AC_EGREP_CPP([ok], [
#include <features.h>
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
ok ok
#endif #endif
...@@ -1514,7 +1515,7 @@ dnl Then, if any (well almost any) other make is called, and GNU make also ...@@ -1514,7 +1515,7 @@ dnl Then, if any (well almost any) other make is called, and GNU make also
dnl exists, then the other make wraps the GNU make. dnl exists, then the other make wraps the GNU make.
dnl dnl
dnl @author John Darrington <j.darrington@elvis.murdoch.edu.au> dnl @author John Darrington <j.darrington@elvis.murdoch.edu.au>
dnl @version $Id: acinclude.m4,v 1.43 2000/07/19 00:57:37 bkoz Exp $ dnl @version $Id: acinclude.m4,v 1.44 2000/07/21 01:02:31 bkoz Exp $
dnl dnl
dnl #### Changes for libstdc++-v3: reformatting and linewrapping; prepending dnl #### Changes for libstdc++-v3: reformatting and linewrapping; prepending
dnl #### GLIBCPP_ to the macro name; adding the :-make fallback in the dnl #### GLIBCPP_ to the macro name; adding the :-make fallback in the
......
...@@ -1198,6 +1198,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [ ...@@ -1198,6 +1198,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
*-*-linux*) *-*-linux*)
AC_MSG_CHECKING([for glibc version >= 2.2]) AC_MSG_CHECKING([for glibc version >= 2.2])
AC_EGREP_CPP([ok], [ AC_EGREP_CPP([ok], [
#include <features.h>
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
ok ok
#endif #endif
...@@ -1526,7 +1527,7 @@ dnl Then, if any (well almost any) other make is called, and GNU make also ...@@ -1526,7 +1527,7 @@ dnl Then, if any (well almost any) other make is called, and GNU make also
dnl exists, then the other make wraps the GNU make. dnl exists, then the other make wraps the GNU make.
dnl dnl
dnl @author John Darrington <j.darrington@elvis.murdoch.edu.au> dnl @author John Darrington <j.darrington@elvis.murdoch.edu.au>
dnl @version $Id: acinclude.m4,v 1.43 2000/07/19 00:57:37 bkoz Exp $ dnl @version $Id: aclocal.m4,v 1.45 2000/07/21 01:02:31 bkoz Exp $
dnl dnl
dnl #### Changes for libstdc++-v3: reformatting and linewrapping; prepending dnl #### Changes for libstdc++-v3: reformatting and linewrapping; prepending
dnl #### GLIBCPP_ to the macro name; adding the :-make fallback in the dnl #### GLIBCPP_ to the macro name; adding the :-make fallback in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment