1 ## Process this file with autoconf to create configure. -*- autoconf -*-
2 # Copyright 2001, 2006 Free Software Foundation, Inc.
4 # This program 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 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 dnl Disable libtool 1.5 support for languages we don't use
23 define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
24 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
25 define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
27 ## ------------------------ ##
28 ## Autoconf initialisation. ##
29 ## ------------------------ ##
30 AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org])
31 AC_CONFIG_SRCDIR([ltdl.c])
33 ## GCJ LOCAL: gcc tree uses maintainer mode.
36 AM_ENABLE_MULTILIB(, ../..)
38 ## ------------------------------- ##
39 ## Libltdl specific configuration. ##
40 ## ------------------------------- ##
42 AC_CONFIG_AUX_DIR([.])
44 if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
45 if test -f ${srcdir}/ltmain.sh; then
46 # if libltdl is libtoolized, it is assumed to be stand-alone and
47 # installed unless the command line overrides it (tested above)
48 enable_ltdl_install=yes
50 AC_MSG_WARN([*** The top-level configure must select either])
51 AC_MSG_WARN([*** [A""C_LIBLTDL_INSTALLABLE] or [A""C_LIBLTDL_CONVENIENCE].])
52 AC_MSG_ERROR([*** Maybe you want to --enable-ltdl-install?])
57 ## ------------------------ ##
58 ## Automake Initialisation. ##
59 ## ------------------------ ##
60 AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
61 AM_CONFIG_HEADER([config.h:config-h.in])
64 ## ------------------ ##
65 ## C compiler checks. ##
66 ## ------------------ ##
72 ## ----------------------- ##
73 ## Libtool initialisation. ##
74 ## ----------------------- ##
77 AC_SUBST([LIBTOOL_DEPS])
85 AC_CONFIG_FILES([Makefile])