/[autoconf]/autoconf/lib/autoconf/autoheader.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/autoheader.m4

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

revision 1.1 by akim, Mon Aug 27 07:17:23 2001 UTC revision 1.2 by eggert, Sat Apr 20 06:09:02 2002 UTC
# Line 1  Line 1 
1  # This file is part of Autoconf.                       -*- Autoconf -*-  # This file is part of Autoconf.                       -*- Autoconf -*-
2  # Interface with autoheader.  # Interface with autoheader.
3  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  
4  # Free Software Foundation, Inc.  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
5    # 2002 Free Software Foundation, Inc.
6    
7  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
8  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 62  m4_define([AH_OUTPUT], []) Line 63  m4_define([AH_OUTPUT], [])
63  # If KEY is direct (i.e., no indirection such as in KEY=$my_func which  # If KEY is direct (i.e., no indirection such as in KEY=$my_func which
64  # may occur if there is AC_CHECK_FUNCS($my_func)), issue an autoheader  # may occur if there is AC_CHECK_FUNCS($my_func)), issue an autoheader
65  # TEMPLATE associated to the KEY.  Otherwise, do nothing.  TEMPLATE is  # TEMPLATE associated to the KEY.  Otherwise, do nothing.  TEMPLATE is
66  # output as is, with no formating.  # output as is, with no formatting.
67  m4_define([AH_VERBATIM],  m4_define([AH_VERBATIM],
68  [AS_LITERAL_IF([$1],  [AS_LITERAL_IF([$1],
69                 [AH_OUTPUT([$1], AS_ESCAPE([[$2]]))])                 [AH_OUTPUT([$1], AS_ESCAPE([[$2]]))])

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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