]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.in
aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires INCLUDES to search...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 26 Apr 2000 00:03:37 +0000 (00:03 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 26 Apr 2000 00:03:37 +0000 (00:03 +0000)
commit86cf1cbd5f7e4cf869bb8b02867fd074caef8694
tree7527fe573b9186c6c89e984b8638b44c3877d5ed
parent62076024ce4f6f781b484ff049f78354a2b041b9
aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires INCLUDES to search and does not provide any of its own.

       * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
       INCLUDES to search and does not provide any of its own.  Also it
       now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
       parameters.  Also it does not call AC_DEFINE.
       (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
       AC_DEFINE and provides for automatic entries for autoheader.
       (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.

       * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
       so we can pass -I flags and include gansidecl.h/system.h in this
       test.

       * acconfig.h: Delete all NEED_DECLARATION_* entries.

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