Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / libltdl / configure.ac
CommitLineData
8d138742 1# Process this file with autoconf to create configure. -*- autoconf -*-
d9898ee8 2#
8d138742
CE
3# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
4# Written by Gary V. Vaughan, 2004
d9898ee8 5#
8d138742
CE
6# NOTE: The canonical source of this file is maintained with the
7# GNU Libtool package. Report bugs to bug-libtool@gnu.org.
8#
9# GNU Libltdl is free software; you can redistribute it and/or
10# modify it under the terms of the GNU Lesser General Public
11# License as published by the Free Software Foundation; either
12# version 2 of the License, or (at your option) any later version.
13#
14# As a special exception to the GNU Lesser General Public License,
15# if you distribute this file as part of a program or library that
16# is built using GNU libtool, you may include this file under the
17# same distribution terms that you use for the rest of that program.
18#
19# GNU Libltdl is distributed in the hope that it will be useful,
d9898ee8 20# but WITHOUT ANY WARRANTY; without even the implied warranty of
21# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8d138742 22# GNU Lesser General Public License for more details.
d9898ee8 23#
8d138742
CE
24# You should have received a copy of the GNU LesserGeneral Public
25# License along with GNU Libltdl; see the file COPYING.LIB. If not, a
26# copy can be downloaded from http://www.gnu.org/licenses/lgpl.html,
27# or obtained by writing to the Free Software Foundation, Inc.,
28# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
29####
d9898ee8 30
8d138742
CE
31# This configure.ac is not used at all by the libtool bootstrap, but
32# is copied to the ltdl subdirectory if you libtoolize --ltdl your own
33# project. Adding LT_WITH_LTDL to your project configure.ac will then
34# configure this directory if your user doesn't want to use the installed
35# libltdl.
d9898ee8 36
8d138742 37AC_PREREQ(2.59)dnl We use AS_HELP_STRING
d9898ee8 38
39
40## ------------------------ ##
41## Autoconf initialisation. ##
42## ------------------------ ##
8d138742
CE
43AC_INIT([libltdl], [2.2.6], [bug-libtool@gnu.org])
44AC_CONFIG_HEADERS([config.h:config-h.in])
d9898ee8 45AC_CONFIG_SRCDIR([ltdl.c])
8d138742
CE
46AC_CONFIG_AUX_DIR([config])
47AC_CONFIG_MACRO_DIR([m4])
48LT_CONFIG_LTDL_DIR([.]) # I am me!
d9898ee8 49
50
51## ------------------------ ##
52## Automake Initialisation. ##
53## ------------------------ ##
8d138742
CE
54
55AM_INIT_AUTOMAKE([gnu])
d9898ee8 56
57
8d138742
CE
58## ------------------------------- ##
59## Libtool specific configuration. ##
60## ------------------------------- ##
61pkgdatadir='${datadir}'"/${PACKAGE}"
d9898ee8 62
63
64## ----------------------- ##
65## Libtool initialisation. ##
66## ----------------------- ##
8d138742
CE
67LT_INIT([dlopen win32-dll])
68_LTDL_SETUP
d9898ee8 69
70
71## -------- ##
72## Outputs. ##
73## -------- ##
74AC_CONFIG_FILES([Makefile])
75AC_OUTPUT