Blame doc/configure.ac

Packit b27855
dnl autoconf configuration for gperf/doc
Packit b27855
Packit b27855
dnl Copyright (C) 1998, 2000, 2002-2003, 2007, 2009, 2012 Free Software Foundation, Inc.
Packit b27855
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
Packit b27855
dnl and Bruno Haible <bruno@clisp.org>.
Packit b27855
dnl
Packit b27855
dnl This file is part of GNU GPERF.
Packit b27855
dnl
Packit b27855
dnl This program is free software: you can redistribute it and/or modify
Packit b27855
dnl it under the terms of the GNU General Public License as published by
Packit b27855
dnl the Free Software Foundation; either version 3 of the License, or
Packit b27855
dnl (at your option) any later version.
Packit b27855
dnl
Packit b27855
dnl This program is distributed in the hope that it will be useful,
Packit b27855
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit b27855
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit b27855
dnl GNU General Public License for more details.
Packit b27855
dnl
Packit b27855
dnl You should have received a copy of the GNU General Public License
Packit b27855
dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit b27855
Packit b27855
AC_PREREQ([2.60])
Packit b27855
AC_INIT([gperf.texi])
Packit b27855
PACKAGE=gperf
Packit b27855
AC_SUBST([PACKAGE])
Packit b27855
AC_PROG_MAKE_SET
Packit b27855
dnl
Packit b27855
dnl           checks for programs
Packit b27855
dnl
Packit b27855
CL_PROG_INSTALL
Packit b27855
                      dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
Packit b27855
dnl
Packit b27855
dnl           That's it.
Packit b27855
dnl
Packit b27855
AC_OUTPUT([Makefile])