/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.690 by akim, Tue Oct 22 11:41:58 2002 UTC revision 1.691 by akim, Tue Oct 22 12:13:21 2002 UTC
# Line 8603  as @command{autoconf} uses a .in suffix Line 8603  as @command{autoconf} uses a .in suffix
8603  This is perfectly OK on Unices:  This is perfectly OK on Unices:
8604    
8605  @example  @example
8606  AC_CONFIG_HEADER(config.h)  AC_CONFIG_HEADERS([config.h])
8607  AC_CONFIG_FILES([source.c foo.bar])  AC_CONFIG_FILES([source.c foo.bar])
8608  AC_OUTPUT  AC_OUTPUT
8609  @end example  @end example
# Line 8614  but it causes problems on @sc{dos}, as i Line 8614  but it causes problems on @sc{dos}, as i
8614  to @sc{dos}-based environments, you should use this instead:  to @sc{dos}-based environments, you should use this instead:
8615    
8616  @example  @example
8617  AC_CONFIG_HEADER(config.h:config.hin)  AC_CONFIG_HEADERS([config.h:config.hin])
8618  AC_CONFIG_FILES([source.c:source.cin foo.bar:foobar.in])  AC_CONFIG_FILES([source.c:source.cin foo.bar:foobar.in])
8619  AC_OUTPUT  AC_OUTPUT
8620  @end example  @end example
# Line 12676  Now it just calls @code{AC_FUNC_STRFTIME Line 12676  Now it just calls @code{AC_FUNC_STRFTIME
12676    
12677  @defmac AC_ST_BLKSIZE  @defmac AC_ST_BLKSIZE
12678  @acindex ST_BLKSIZE  @acindex ST_BLKSIZE
12679  @code{AC_STRUCT_ST_BLKSIZE}  @code{AC_CHECK_MEMBERS}
12680  @end defmac  @end defmac
12681    
12682  @defmac AC_ST_BLOCKS  @defmac AC_ST_BLOCKS
# Line 12686  Now it just calls @code{AC_FUNC_STRFTIME Line 12686  Now it just calls @code{AC_FUNC_STRFTIME
12686    
12687  @defmac AC_ST_RDEV  @defmac AC_ST_RDEV
12688  @acindex ST_RDEV  @acindex ST_RDEV
12689  @code{AC_STRUCT_ST_RDEV}  @code{AC_CHECK_MEMBERS}
12690  @end defmac  @end defmac
12691    
12692  @defmac AC_SYS_RESTARTABLE_SYSCALLS  @defmac AC_SYS_RESTARTABLE_SYSCALLS

Legend:
Removed from v.1.690  
changed lines
  Added in v.1.691

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26