1dnl autoconf configuration for gperf/doc
2
3dnl Copyright (C) 1998, 2000, 2002-2003, 2007, 2009, 2012 Free Software Foundation, Inc.
4dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
5dnl and Bruno Haible <bruno@clisp.org>.
6dnl
7dnl This file is part of GNU GPERF.
8dnl
9dnl This program is free software: you can redistribute it and/or modify
10dnl it under the terms of the GNU General Public License as published by
11dnl the Free Software Foundation; either version 3 of the License, or
12dnl (at your option) any later version.
13dnl
14dnl This program is distributed in the hope that it will be useful,
15dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
16dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17dnl GNU General Public License for more details.
18dnl
19dnl You should have received a copy of the GNU General Public License
20dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
22AC_PREREQ([2.60])
23AC_INIT([gperf.texi])
24PACKAGE=gperf
25AC_SUBST([PACKAGE])
26AC_PROG_MAKE_SET
27dnl
28dnl           checks for programs
29dnl
30CL_PROG_INSTALL
31                      dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
32dnl
33dnl           That's it.
34dnl
35AC_OUTPUT([Makefile])
36