diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 22:16:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 22:16:45 +0000 |
commit | 45fba3dfbb78d8545b1350c19c1d4d5ebb62c588 (patch) | |
tree | a7c89c77b4b474d409c98feec4ae2749b4621786 /aclocal.m4 | |
parent | 0cfeb093c1fc4314607eace54c947f7e7a0e8145 (diff) |
* sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
(inline_syscall_clobbers, inline_syscall0, inline_syscall1)
(inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
(inline_syscall6): Move these macros ...
* sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
* aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
_AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index d0d037dcad..30ef36d33a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -11,6 +11,8 @@ AC_PROVIDE([AC_PROG_INSTALL])dnl AC_PROVIDE([AC_PROG_RANLIB])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 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. |