autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] autoconf.texi fixes for obsolete macros and example


From: Art Haas
Subject: [PATCH] autoconf.texi fixes for obsolete macros and example
Date: Fri, 18 Oct 2002 16:48:11 -0500
User-agent: Mutt/1.4i

Hi.

Here is a small patch that changes the autoconf.texi file so that people
looking at the Obsolete Macros for AC_ST_BLKSIZE and AC_ST_RDEV will be
redirected to AC_CHECK_MEMBERS, and not the AC_STRUCT_ST_(BLKSIZE|RDEV)
macros, which are themselves obsolete. Also, I spotted two places where
the AC_CONFIG_HEADER macro was used instead of AC_CONFIG_HEADERS, so
I've added the "S" and explicit quotes to those two lines.

The patch is against the current CVS Head.

Art Haas

Index: autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.689
diff -u -r1.689 autoconf.texi
--- autoconf.texi       17 Oct 2002 10:34:10 -0000      1.689
+++ autoconf.texi       18 Oct 2002 21:39:38 -0000
@@ -8603,7 +8603,7 @@
 This is perfectly OK on Unices:
 
 @example
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([source.c foo.bar])
 AC_OUTPUT
 @end example
@@ -8614,7 +8614,7 @@
 to @sc{dos}-based environments, you should use this instead:
 
 @example
-AC_CONFIG_HEADER(config.h:config.hin)
+AC_CONFIG_HEADERS([config.h:config.hin])
 AC_CONFIG_FILES([source.c:source.cin foo.bar:foobar.in])
 AC_OUTPUT
 @end example
@@ -12687,7 +12687,7 @@
 
 @defmac AC_ST_BLKSIZE
 @acindex ST_BLKSIZE
address@hidden
address@hidden
 @end defmac
 
 @defmac AC_ST_BLOCKS
@@ -12697,7 +12697,7 @@
 
 @defmac AC_ST_RDEV
 @acindex ST_RDEV
address@hidden
address@hidden
 @end defmac
 
 @defmac AC_SYS_RESTARTABLE_SYSCALLS
-- 
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]