OSDN Git Service

* aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2000 00:03:37 +0000 (00:03 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2000 00:03:37 +0000 (00:03 +0000)
commit3c014a930187ab65de7a53d280de8f465d4aca7f
tree7527fe573b9186c6c89e984b8638b44c3877d5ed
parente5411b4772ac4b1c2c84fa440f4c396542883f26
   * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33428 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/acconfig.h
gcc/aclocal.m4
gcc/config.in
gcc/configure
gcc/configure.in