1228060Sbaptdnl autoconf configuration for gperf/lib
2228060Sbapt
3228060Sbaptdnl Copyright (C) 1998, 2002, 2005, 2007 Free Software Foundation, Inc.
4228060Sbaptdnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
5228060Sbaptdnl and Bruno Haible <bruno@clisp.org>.
6228060Sbaptdnl
7228060Sbaptdnl This file is part of GNU GPERF.
8228060Sbaptdnl
9228060Sbaptdnl GNU GPERF is free software; you can redistribute it and/or modify
10228060Sbaptdnl it under the terms of the GNU General Public License as published by
11228060Sbaptdnl the Free Software Foundation; either version 2, or (at your option)
12228060Sbaptdnl any later version.
13228060Sbaptdnl
14228060Sbaptdnl GNU GPERF is distributed in the hope that it will be useful,
15228060Sbaptdnl but WITHOUT ANY WARRANTY; without even the implied warranty of
16228060Sbaptdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17228060Sbaptdnl GNU General Public License for more details.
18228060Sbaptdnl
19228060Sbaptdnl You should have received a copy of the GNU General Public License
20228060Sbaptdnl along with this program; see the file COPYING.
21228060Sbaptdnl If not, write to the Free Software Foundation, Inc.,
22228060Sbaptdnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
23228060Sbapt
24228060SbaptAC_PREREQ([2.60])
25228060SbaptAC_INIT(hash.cc)
26228060SbaptAC_PROG_MAKE_SET
27228060Sbaptdnl
28228060Sbaptdnl           checks for programs
29228060Sbaptdnl
30228060SbaptAC_PROG_CC
31228060Sbapt                      dnl sets variable CC
32228060SbaptAC_PROG_CPP
33228060Sbapt                      dnl sets variable CPP
34228060SbaptAC_PROG_CXX
35228060Sbapt                      dnl sets variable CXX
36228060SbaptAC_PROG_CXXCPP
37228060Sbapt                      dnl sets variable CXXCPP
38228060SbaptAC_PROG_RANLIB
39228060Sbapt                      dnl sets variable RANLIB
40228060SbaptCL_PROG_INSTALL
41228060Sbapt                      dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
42228060Sbaptdnl
43228060Sbaptdnl           That's it.
44228060Sbaptdnl
45228060SbaptAC_OUTPUT(Makefile)
46