This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Cleanup configure.in (2/n)


Here's another one.  We don't use HAVE_BCOPY and HAVE_BZERO anywhere
in the source, and if a host doesn't have these, we get them from
libiberty.

Committed.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

2002-12-31  Mark Kettenis  <kettenis@gnu.org>

	* configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
	* config.in, configure: Regenerated.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/gdb/configure.in,v
retrieving revision 1.97
diff -u -p -r1.97 configure.in
--- configure.in 31 Dec 2002 12:41:00 -0000 1.97
+++ configure.in 31 Dec 2002 12:58:12 -0000
@@ -135,7 +135,7 @@ AC_HEADER_STAT
 AC_C_CONST
 AC_C_INLINE
 
-AC_CHECK_FUNCS(bcopy btowc bzero canonicalize_file_name isascii poll \
+AC_CHECK_FUNCS(btowc canonicalize_file_name isascii poll \
 	realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask )
 AC_FUNC_ALLOCA
 AC_FUNC_VFORK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]