/[autoconf]/autoconf/tests/c.at
ViewVC logotype

Diff of /autoconf/tests/c.at

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

revision 1.1 by akim, Thu Sep 27 13:28:15 2001 UTC revision 1.2 by eggert, Fri Apr 19 19:07:49 2002 UTC
# Line 2  Line 2 
2    
3  AT_BANNER([C low level compiling/preprocessing macros.])  AT_BANNER([C low level compiling/preprocessing macros.])
4    
5  # Copyright 2000, 2001 Free Software Foundation, Inc.  # Copyright (C) 2000, 2001, 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 113  AT_SETUP([AC_PROG_CPP with warnings]) Line 113  AT_SETUP([AC_PROG_CPP with warnings])
113  AT_DATA([mycpp],  AT_DATA([mycpp],
114  [[#! /bin/sh  [[#! /bin/sh
115  echo noise >&2  echo noise >&2
116  exec ${1+"$@"}  exec "$@"
117  ]])  ]])
118    
119  chmod +x mycpp  chmod +x mycpp
# Line 146  AT_CHECK([/lib/cpp </dev/null || exit 77 Line 146  AT_CHECK([/lib/cpp </dev/null || exit 77
146  # A cpp which exit status is meaningless.  # A cpp which exit status is meaningless.
147  AT_DATA([mycpp],  AT_DATA([mycpp],
148  [[#! /bin/sh  [[#! /bin/sh
149  /lib/cpp ${1+"$@"}  /lib/cpp "$@"
150  exit 0  exit 0
151  ]])  ]])
152    

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