The base/count bounds checking was insufficient, leading to a kernel memory
[dragonfly.git] / contrib / gperf / lib / configure.in
1 dnl autoconf configuration for gperf/lib
2
3 dnl Copyright (C) 1998 Free Software Foundation, Inc.
4 dnl written by Douglas C. Schmidt (schmidt@ics.uci.edu)
5 dnl
6 dnl This file is part of GNU GPERF.
7 dnl
8 dnl GNU GPERF is free software; you can redistribute it and/or modify
9 dnl it under the terms of the GNU General Public License as published by
10 dnl the Free Software Foundation; either version 1, or (at your option)
11 dnl any later version.
12 dnl
13 dnl GNU GPERF is distributed in the hope that it will be useful,
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 dnl GNU General Public License for more details.
17 dnl
18 dnl You should have received a copy of the GNU General Public License
19 dnl along with GNU GPERF; see the file COPYING.  If not, write to the
20 dnl Free Software Foundation, 59 Temple Place - Suite 330, Boston,
21 dnl MA 02111-1307, USA.
22
23 AC_INIT(hash.cc)
24 AC_PROG_MAKE_SET
25 dnl
26 dnl           checks for programs
27 dnl
28 AC_PROG_CC
29                       dnl sets variable CC
30 AC_PROG_CPP
31                       dnl sets variable CPP
32 AC_PROG_CXX
33                       dnl sets variable CXX
34 AC_PROG_CXXCPP
35                       dnl sets variable CXXCPP
36 CL_PROG_RANLIB
37                       dnl sets variable RANLIB
38 CL_PROG_INSTALL
39                       dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
40 dnl
41 dnl           That's it.
42 dnl
43 AC_OUTPUT(Makefile)