1 # Process this file with autoconf to produce a configure script.
2 # Copyright (C) 2007 Simon Josefsson.
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This file is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this file; see the file COPYING. If not, write to the
16 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 # Boston, MA 02110-1301, USA.
20 AC_INIT([krb5dissect], [2.1], [bug-shishi@josefsson.org])
21 AC_CONFIG_AUX_DIR([build-aux])
22 AM_INIT_AUTOMAKE([1.10 gnits])
23 AC_CONFIG_HEADERS(config.h)
28 AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
29 AM_MISSING_PROG(GENGETOPT, gengetopt, $missing_dir)
30 AM_MISSING_PROG(PERL, perl, $missing_dir)
37 AC_CONFIG_FILES(Makefile gl/Makefile)