Add.
[krb5dissect.git] / configure.ac
blobb1180e738c6f66c07a1d065b7a43be632ee83d85
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.0], [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)
30 AC_LIBTOOL_WIN32_DLL
31 AC_PROG_LIBTOOL
33 gl_INIT
35 AC_CONFIG_FILES(Makefile gl/Makefile)
36 AC_OUTPUT