[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Tue May 30 17:22:01 EDT 2006)
From: |
Karl Berry |
Subject: |
texinfo update (Tue May 30 17:22:01 EDT 2006) |
Date: |
Tue, 30 May 2006 17:22:03 -0400 |
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.599
retrieving revision 1.600
diff -u -r1.599 -r1.600
--- ChangeLog 30 May 2006 15:02:33 -0000 1.599
+++ ChangeLog 30 May 2006 20:52:36 -0000 1.600
@@ -1,3 +1,7 @@
+2006-05-30 <address@hidden>
+
+ * configure.ac (sigblock): Fix underquoted macro usage.
+
2006-05-30 Akim Demaille <address@hidden>
* util/texi2dvi (aux_file_p): Rename the second occurrence as...
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- configure.ac 30 May 2006 14:44:03 -0000 1.62
+++ configure.ac 30 May 2006 20:52:36 -0000 1.63
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.62 2006/05/30 14:44:03 akim Exp $
+# $Id: configure.ac,v 1.63 2006/05/30 20:52:36 karl Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -34,7 +34,7 @@
AC_MINIX
# Needed on sysV68 for sigblock, sigsetmask. But check for it in libc first.
-AC_CHECK_FUNC(sigblock, , AC_CHECK_LIB(bsd, sigblock))
+AC_CHECK_FUNC(sigblock, , [AC_CHECK_LIB(bsd, sigblock)])
# Checks for header files.
AC_HEADER_STAT
P ChangeLog
P configure.ac
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Tue May 30 17:22:01 EDT 2006),
Karl Berry <=