patch for aclocal.m4
Andreas Jaeger
aj@suse.de
Mon Jun 11 05:33:00 GMT 2001
I've committed the appended patch to fix a bug in our aclocal.m4.
Andreas
* aclocal.m4: Quote AC_FD_MSG and AC_FD_CC.
============================================================
Index: aclocal.m4
--- aclocal.m4 1999/05/29 22:54:11 1.16
+++ aclocal.m4 2001/06/11 12:29:56
@@ -3,8 +3,8 @@
dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any
dnl AC_REQUIREs or AC_BEFOREs duplicating their code.
dnl
-define(AC_FD_MSG,6)dnl Autoconf lossage.
-define(AC_FD_CC,5)dnl Autoconf lossage.
+define([AC_FD_MSG],6)dnl Autoconf lossage.
+define([AC_FD_CC],5)dnl Autoconf lossage.
AC_DEFUN([GLIBC_PROVIDES], [dnl
AC_PROVIDE([AC_PROG_INSTALL])dnl
AC_PROVIDE([AC_PROG_RANLIB])dnl
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-hacker
mailing list