This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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] Replace AC_FD_MSG and AC_FD_CC in configure.in


Hi.

Here's a patch that does the following macro switch in the configure.in
template ...

AC_FD_MSG ==> AS_MESSAGE_FD
AC_FD_CC ==> AS_MESSSAGE_LOG_FD

If the configure.in file is passed through autoupdate, this switch is
done, as autoconf uses the AU_DEFUN macro to rename these two AC_*
macros to the new AS_* names (see the autoupdate.m4 file in the autoconf
distribution).

I've rebuilt my configure script file with this change and done a
configure in a build dir successfully. As the diff is about 9K I've sent
it along as a compressed attachment. This time I remembered a ChangeLog
line, too. :-)

Art Haas

2002-10-18  Art Haas  <ahaas@neosoft.com>

	* configure.in: Replace AC_FD_MSG with AS_MESSAGE_FD and
	AC_FD_CC with AC_MESSAGE_LOG_FD
-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759

Attachment: fd_name.diff.gz
Description: Binary data


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