]> git.ipfire.org Git - thirdparty/gcc.git/commit
aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a shell variable argument...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 1 Feb 1998 00:48:06 +0000 (00:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Feb 1998 00:48:06 +0000 (17:48 -0700)
commita81fb89ebed2978466d24ea372dac5adc36337ec
tree3ce8146b54371c3e1f123fd38bfcb7b686a4b330
parentf65a7138c4a7858f606aeaa17c6f7b6abd42d928
aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a shell variable argument instead of only hard coded...

        * aclocal.m4 (GCC_NEED_DECLARATION): Modify macro to accept a
        shell variable argument instead of only hard coded functions.
        (GCC_NEED_DECLARATIONS): New macro to accept multiple functions.
        * configure.in: Collapse multiple calls to AC_CHECK_FUNCS into one
        call.  Collapse multiple calls to GCC_NEED_DECLARATION into one
        call to GCC_NEED_DECLARATIONS (new macro.)  Check if we need
        declarations for bcopy, bcmp and bzero.
        * acconfig.h: Add stubs for bcopy, bcmp and bzero declarations.
        * gansidecl.h: If we have bcopy but don't declare it, then do so.
        Likewise for bcmp and bzero.  Only define macros for bcopy, bcmp,
        bzero, index and rindex if they aren't already present.

From-SVN: r17563
gcc/ChangeLog
gcc/acconfig.h
gcc/aclocal.m4
gcc/config.in
gcc/configure
gcc/configure.in
gcc/gansidecl.h