updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / var / da / makedepf90-2.8.8 / configure.in
blobbaf19af43bb57d6ce7196b52b576b0e41b995a05
1 dnl vim: ai ts=4 sw=4 expandtab
3 # ###################################################################
5
6 #  Copyright (C) 2000, 2001 Erik Edelmann <eedelman@beam.helsinki.fi>
8 #     This program is free software;  you  can  redistribute  it
9 #     and/or modify it under the terms of the GNU General Public
10 #     License version 2 as published  by  the  Free  Software
11 #     Foundation.
13 #     This program is distributed in the hope that  it  will  be
14 #     useful, but WITHOUT ANY WARRANTY; without even the implied
15 #     warranty of MERCHANTABILITY or FITNESS  FOR  A  PARTICULAR
16 #     PURPOSE.   See  the GNU General  Public License for more
17 #     details.
19 #     You should have received a copy of the GNU General  Public
20 #     License along with this program; if not, write to the Free
21 #     Software Foundation, Inc., 59  Temple  Place,  Suite  330,
22 #     Boston, MA 02111-1307  USA
23
25 # ###################################################################
27 AC_INIT(main.c)
28 AC_CONFIG_HEADER(config.h)
29 AC_PROG_CC
30 AC_PROG_LEX
31 AC_PROG_YACC
32 AC_PROG_INSTALL
33 AC_FUNC_ALLOCA
34 AC_REPLACE_FUNCS(strcasecmp, AC_DEFINE(HAVE_STRCASECMP))
35 AC_EXEEXT
37 AC_OUTPUT(Makefile)