r117: *** empty log message ***
[ctsim.git] / acsite.m4
1 dnl aclocal.m4 generated automatically by aclocal 1.3
2
3 dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 dnl This Makefile.in is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7
8 dnl This program is distributed in the hope that it will be useful,
9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 dnl PARTICULAR PURPOSE.
12
13 #
14 # acinclude.m4
15 #
16
17 dnl   Add argument to CFLAGS if using gcc.
18 AC_DEFUN(AC_ADD_GCC_CFLAGS,
19 [AC_REQUIRE([AC_PROG_CC])
20  if test -n "$GCC"; then
21     CFLAGS="$CFLAGS $1"
22  fi
23  ])
24