This is the mail archive of the libc-alpha@sourceware.org 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]

[COMMITTED PATCH] Add missing magic to GLIBC_PROVIDES.


Nobody has been eyeballing the generated configure fragments for a good
while, and Autoconf internals changed so we have been getting a lot of
boilerplate repeated.

I've omitted the diffs to generated files from this message.


Thanks,
Roland


2012-10-09  Roland McGrath  <roland@hack.frob.com>

	* aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
	_AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
	AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
	* sysdeps/i386/configure: Regenerated.
	* sysdeps/ieee754/ldbl-opt/configure: Regenerated.
	* sysdeps/mach/configure: Regenerated.
	* sysdeps/mach/hurd/configure: Regenerated.
	* sysdeps/powerpc/configure: Regenerated.
	* sysdeps/powerpc/powerpc32/configure: Regenerated.
	* sysdeps/powerpc/powerpc64/configure: Regenerated.
	* sysdeps/s390/s390-32/configure: Regenerated.
	* sysdeps/s390/s390-64/configure: Regenerated.
	* sysdeps/sh/configure: Regenerated.
	* sysdeps/sparc/configure: Regenerated.
	* sysdeps/unix/sysv/linux/configure: Regenerated.
	* sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
	* sysdeps/x86_64/configure: Regenerated.

nptl/
2012-10-09  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/pthread/configure: Regenerated.
	* sysdeps/x86_64/configure: Regenerated.

ports/ChangeLog.alpha
2012-10-09  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/alpha/configure: Regenerated.

ports/ChangeLog.am33
2012-10-09  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/unix/sysv/linux/am33/configure: Regenerated.

ports/ChangeLog.arm
2012-10-09  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/arm/configure: Regenerated.

ports/ChangeLog.ia64
2012-10-09  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/ia64/configure: Regenerated.


diff --git a/aclocal.m4 b/aclocal.m4
index e899932..60a5fea 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -10,11 +10,19 @@ AC_PROVIDE([_AS_ECHO_N_PREPARE])dnl
 AC_PROVIDE([_AS_ECHO_PREPARE])dnl
 AC_PROVIDE([_AS_CR_PREPARE])dnl
 AC_PROVIDE([_AS_TR_SH_PREPARE])dnl
+AC_PROVIDE([_AS_VAR_ARITH_PREPARE])dnl
 AC_PROVIDE([AC_PROG_INSTALL])dnl
 AC_PROVIDE([AC_PROG_CC])dnl
 AC_PROVIDE([AC_PROG_CPP])dnl
 AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
 AC_PROVIDE([_AS_TEST_PREPARE])dnl
+AC_PROVIDE([_AS_BASENAME_PREPARE])dnl
+AC_PROVIDE([_AS_ME_PREPARE])dnl
+AC_PROVIDE([_AS_LINENO_PREPARE])dnl
+AC_PROVIDE([AS_SHELL_FN_as_fn_set_status])dnl
+AC_PROVIDE([AS_SHELL_FN_as_fn_exit])dnl
+AC_PROVIDE([AS_SHELL_FN_as_fn_arith])dnl
+AC_PROVIDE([AS_SHELL_FN_ac_fn_c_try_compile])dnl
 define([AS_MESSAGE_LOG_FD],5)dnl
 define([AS_MESSAGE_FD],6)dnl
 dnl Ripped out of AS_INIT, which does more cruft we do not want.


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