ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/m4/ermyth-c.m4
(Generate patch)

Comparing ermyth/m4/ermyth-c.m4 (file contents):
Revision 1.1 by pippijn, Thu Jul 19 08:24:51 2007 UTC vs.
Revision 1.2 by pippijn, Sat Jul 21 01:29:08 2007 UTC

1dnl Copyright © 2005 William Pitcock, et al. 1dnl Copyright © 2005 William Pitcock, et al.
2dnl Rights to this code are as documented in doc/LICENSE. 2dnl Rights to this code are as documented in doc/pod/license.pod.
3dnl 3dnl
4dnl This file contains autoconf macros used in configure. 4dnl This file contains autoconf macros used in configure.
5dnl 5dnl
6dnl $Id: ermyth-c.m4,v 1.1 2007/07/19 08:24:51 pippijn Exp $ 6dnl $Id: ermyth-c.m4,v 1.2 2007/07/21 01:29:08 pippijn Exp $
7 7
8dnl Stolen from hyperion. 8dnl Stolen from hyperion.
9 9
10dnl ATHEME_C_GCC_TRY_FLAGS(<warnings>,<cachevar>) 10dnl ERMYTH_C_GCC_TRY_FLAGS(<warnings>,<cachevar>)
11AC_DEFUN([ATHEME_C_GCC_TRY_FLAGS],[ 11AC_DEFUN([ERMYTH_C_GCC_TRY_FLAGS],[
12 AC_MSG_CHECKING([GCC flag(s) $1]) 12 AC_MSG_CHECKING([GCC flag(s) $1])
13 if test "${GCC-no}" = yes 13 if test "${GCC-no}" = yes
14 then 14 then
15 AC_CACHE_VAL($2,[ 15 AC_CACHE_VAL($2,[
16 oldcflags="${CFLAGS-}" 16 oldcflags="${CFLAGS-}"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines