* config/xtensa/xtensa.md (entry): Do not emit .frame directive.
[official-gcc.git] / libjava / libltdl / configure.ac
blobc903838bdd4c81a81aaad51d1f61d71126b5a895
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
17 # 02110-1301  USA
20 dnl FIXME: Is this really new enough?
21 AC_PREREQ(2.50)
24 ## ------------------------ ##
25 ## Autoconf initialisation. ##
26 ## ------------------------ ##
27 AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org])
28 AC_CONFIG_SRCDIR([ltdl.c])
30 ## GCJ LOCAL: gcc tree uses maintainer mode.
31 AM_MAINTAINER_MODE
33 ## ------------------------------- ##
34 ## Libltdl specific configuration. ##
35 ## ------------------------------- ##
37 AC_CONFIG_AUX_DIR([.])
39 if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
40   if test -f ${srcdir}/ltmain.sh; then
41     # if libltdl is libtoolized, it is assumed to be stand-alone and
42     # installed unless the command line overrides it (tested above)
43     enable_ltdl_install=yes
44   else
45     AC_MSG_WARN([*** The top-level configure must select either])
46     AC_MSG_WARN([*** [A""C_LIBLTDL_INSTALLABLE] or [A""C_LIBLTDL_CONVENIENCE].])
47     AC_MSG_ERROR([*** Maybe you want to --enable-ltdl-install?])
48   fi
52 ## ------------------------ ##
53 ## Automake Initialisation. ##
54 ## ------------------------ ##
55 AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
56 AM_CONFIG_HEADER([config.h:config-h.in])
59 ## ------------------ ##
60 ## C compiler checks. ##
61 ## ------------------ ##
62 AC_PROG_CC
63 AC_C_CONST
64 AC_C_INLINE
67 ## ----------------------- ##
68 ## Libtool initialisation. ##
69 ## ----------------------- ##
70 AC_LIBTOOL_WIN32_DLL
71 AC_PROG_LIBTOOL
72 AC_SUBST([LIBTOOL_DEPS])
74 AC_LIB_LTDL
77 ## -------- ##
78 ## Outputs. ##
79 ## -------- ##
80 AC_CONFIG_FILES([Makefile])
81 AC_OUTPUT