]> git.ipfire.org Git - thirdparty/gcc.git/commit
aclocal.m4 (gcc_AC_FUNC_STRSTR): New macro.
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Sun, 21 Jan 2001 01:51:42 +0000 (01:51 +0000)
committerMichael Sokolov <msokolov@gcc.gnu.org>
Sun, 21 Jan 2001 01:51:42 +0000 (01:51 +0000)
commitb3e1e64f4abb411126b69aca588c8ff6388d64f4
tree6bce9255eb1f17d6ed66691c5330b891bc0f8474
parent5baf8c3790bb5cb1d3c50b937ab45b0ee24a3441
aclocal.m4 (gcc_AC_FUNC_STRSTR): New macro.

* aclocal.m4 (gcc_AC_FUNC_STRSTR): New macro.
* configure.in (gcc_AC_FUNC_STRSTR): Add invokation.
* configure, config.in: Regenerate.
* Makefile.in (STRSTR, HOST_STRSTR, USE_HOST_STRSTR): New variables.
(LIBDEPS, HOST_LIBDEPS, LIBS, HOST_LIBS): Add strstr handling.
(strstr.o, $(HOST_PREFIX_1)strstr.o): New rules.
(doprint.o): New rule.

From-SVN: r39160
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/config.in
gcc/configure
gcc/configure.in