Merge from vendor branch BSDTAR:
[dragonfly.git] / contrib / gperf / doc / configure.in
1 dnl autoconf configuration for gperf/doc
2
3 dnl Copyright (C) 1998, 2000 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(gperf.1)
24 PACKAGE=gperf
25 AC_SUBST(PACKAGE)
26 AC_PROG_MAKE_SET
27 dnl
28 dnl           checks for programs
29 dnl
30 CL_PROG_INSTALL
31                       dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
32 dnl
33 dnl           That's it.
34 dnl
35 AC_OUTPUT(Makefile)