Removed (not needed).
[krb5dissect.git] / configure.ac
bloba4ae33f529a471e9b60a10583463ccc4b0b994d7
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)
7 # any later version.
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.
19 AC_PREREQ(2.61)
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)
24 AB_INIT
26 AC_PROG_CC
27 gl_EARLY
28 AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
29 AM_MISSING_PROG(GENGETOPT, gengetopt, $missing_dir)
30 AM_MISSING_PROG(PERL, perl, $missing_dir)
32 AC_LIBTOOL_WIN32_DLL
33 AC_PROG_LIBTOOL
35 gl_INIT
37 AC_CONFIG_FILES(Makefile gl/Makefile)
38 AC_OUTPUT