1228060Sbaptdnl autoconf configuration for gperf/doc
2228060Sbapt
3228060Sbaptdnl Copyright (C) 1998, 2000, 2002-2003, 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(gperf.1)
26228060SbaptPACKAGE=gperf
27228060SbaptAC_SUBST(PACKAGE)
28228060SbaptAC_PROG_MAKE_SET
29228060Sbaptdnl
30228060Sbaptdnl           checks for programs
31228060Sbaptdnl
32228060SbaptCL_PROG_INSTALL
33228060Sbapt                      dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
34228060Sbaptdnl
35228060Sbaptdnl           That's it.
36228060Sbaptdnl
37228060SbaptAC_OUTPUT(Makefile)
38