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

Diff of /autoconf/lib/autoconf/headers.m4

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

revision 1.29 by akim, Sun Oct 27 18:23:14 2002 UTC revision 1.30 by akim, Thu Feb 20 17:15:47 2003 UTC
# Line 1  Line 1 
1  # This file is part of Autoconf.                       -*- Autoconf -*-  # This file is part of Autoconf.                       -*- Autoconf -*-
2  # Checking for headers.  # Checking for headers.
3  #  #
4  # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.  # Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5  #  #
6  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
7  # 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 124  AC_MSG_RESULT([$ac_header_preproc]) Line 124  AC_MSG_RESULT([$ac_header_preproc])
124  case $ac_header_compiler:$ac_header_preproc in  case $ac_header_compiler:$ac_header_preproc in
125    yes:no )    yes:no )
126      AC_MSG_WARN([$1: accepted by the compiler, rejected by the preprocessor!])      AC_MSG_WARN([$1: accepted by the compiler, rejected by the preprocessor!])
127      AC_MSG_WARN([$1: proceeding with the preprocessor's result])      AC_MSG_WARN([$1: proceeding with the compiler's result])
128      (      ac_header_preproc=yes
       AS_BOX([Report this to bug-autoconf@gnu.org.])  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
129      ;;      ;;
130    no:yes )    no:yes )
131      AC_MSG_WARN([$1: present but cannot be compiled])      AC_MSG_WARN([$1: present but cannot be compiled])
132      AC_MSG_WARN([$1: check for missing prerequisite headers?])      AC_MSG_WARN([$1: check for missing prerequisite headers?])
133      AC_MSG_WARN([$1: proceeding with the preprocessor's result])      AC_MSG_WARN([$1: proceeding with the preprocessor's result])
134        AC_MSG_WARN([$1: in the future, the compiler will take precedence])
135      (      (
136        AS_BOX([Report this to bug-autoconf@gnu.org.])        AS_BOX([Report this to ]m4_ifset([AC_PACKAGE_BUGREPORT],
137                                           [AC_PACKAGE_BUGREPORT],
138                                           [the AC_PACKAGE_NAME lists. ]))
139      ) |      ) |
140        sed "s/^/$as_me: WARNING:     /" >&2        sed "s/^/$as_me: WARNING:     /" >&2
141      ;;      ;;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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