2004-02-10 11:44:14 +01:00
|
|
|
# Configure script for libada.
|
|
|
|
# Copyright 2003, 2004 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This file is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
|
2008-06-17 23:13:35 +00:00
|
|
|
sinclude(../config/acx.m4)
|
|
|
|
sinclude(../config/override.m4)
|
|
|
|
|
2004-03-02 15:35:09 +01:00
|
|
|
AC_INIT
|
2004-03-11 00:27:41 +00:00
|
|
|
AC_PREREQ([2.59])
|
2004-02-10 11:44:14 +01:00
|
|
|
|
2004-04-15 03:38:59 +00:00
|
|
|
AC_CONFIG_SRCDIR([Makefile.in])
|
|
|
|
|
2006-11-17 10:31:47 +00:00
|
|
|
# Determine the host, build, and target systems
|
|
|
|
AC_CANONICAL_BUILD
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
AC_CANONICAL_TARGET
|
|
|
|
|
|
|
|
# Determine the noncanonical target name, for directory use.
|
|
|
|
ACX_NONCANONICAL_TARGET
|
|
|
|
|
|
|
|
# Determine the target- and build-specific subdirectories
|
|
|
|
GCC_TOPLEV_SUBDIRS
|
|
|
|
|
2004-04-15 03:38:59 +00:00
|
|
|
# Command-line options.
|
2004-02-10 11:44:14 +01:00
|
|
|
# Very limited version of AC_MAINTAINER_MODE.
|
2004-04-15 03:38:59 +00:00
|
|
|
AC_ARG_ENABLE([maintainer-mode],
|
|
|
|
[AC_HELP_STRING([--enable-maintainer-mode],
|
2004-02-10 11:44:14 +01:00
|
|
|
[enable make rules and dependencies not useful (and
|
2004-04-15 03:38:59 +00:00
|
|
|
sometimes confusing) to the casual installer])],
|
2004-02-10 11:44:14 +01:00
|
|
|
[case ${enable_maintainer_mode} in
|
|
|
|
yes) MAINT='' ;;
|
|
|
|
no) MAINT='#' ;;
|
|
|
|
*) AC_MSG_ERROR([--enable-maintainer-mode must be yes or no]) ;;
|
|
|
|
esac
|
|
|
|
maintainer_mode=${enableval}],
|
|
|
|
[MAINT='#'])
|
|
|
|
AC_SUBST([MAINT])dnl
|
|
|
|
|
2004-04-15 03:38:59 +00:00
|
|
|
AC_ARG_ENABLE([shared],
|
|
|
|
[AC_HELP_STRING([--disable-shared],
|
|
|
|
[don't provide a shared libgnat])],
|
|
|
|
[
|
|
|
|
case $enable_shared in
|
2004-02-10 11:44:14 +01:00
|
|
|
yes | no) ;;
|
|
|
|
*)
|
|
|
|
enable_shared=no
|
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
|
|
|
|
for pkg in $enableval; do
|
2004-04-15 03:38:59 +00:00
|
|
|
case $pkg in
|
|
|
|
ada | libada)
|
|
|
|
enable_shared=yes ;;
|
|
|
|
esac
|
2004-02-10 11:44:14 +01:00
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
;;
|
2004-04-15 03:38:59 +00:00
|
|
|
esac
|
2004-02-10 11:44:14 +01:00
|
|
|
], [enable_shared=yes])
|
2004-04-15 03:38:59 +00:00
|
|
|
AC_SUBST([enable_shared])
|
|
|
|
|
|
|
|
# Need to pass this down for now :-P
|
|
|
|
AC_PROG_LN_S
|
|
|
|
|
|
|
|
# Determine what to build for 'gnatlib'
|
|
|
|
if test $build = $target \
|
|
|
|
&& test ${enable_shared} = yes ; then
|
|
|
|
# Note that build=target is almost certainly the wrong test; FIXME
|
|
|
|
default_gnatlib_target="gnatlib-shared"
|
|
|
|
else
|
2004-04-18 03:07:02 +00:00
|
|
|
default_gnatlib_target="gnatlib-plain"
|
2004-04-15 03:38:59 +00:00
|
|
|
fi
|
|
|
|
AC_SUBST([default_gnatlib_target])
|
2004-04-25 21:29:37 +00:00
|
|
|
|
configure.ac: Do not generate libada-mk.
gcc:
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Do not generate libada-mk. Do not subst
host_cc_for_libada.
* libada-mk.in: Remove.
* Makefile.in: Pass TARGET_LIBGCC2_CFLAGS to libgcc.mvars.
* configure: Regenerate.
libada:
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (warn_cflags): Substitute.
* configure: Regenerate.
* Makefile.in (libdir, WARN_CFLAGS): Substitute.
(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
they were unused.
(libada-mk): Do not include. Include libgcc.mvars instead.
(tmake_file): Remove, do not include.
(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
* configure: Regenerate.
gnattools:
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (warn_cflags): Substitute.
* configure: Regenerate.
* Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
(ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
(libsubdir): Remove.
(libada-mk): Do not include. Include libgcc.mvars instead.
(xmake_file): Remove, do not include.
From-SVN: r138479
2008-08-01 08:18:13 +00:00
|
|
|
AC_PROG_CC
|
|
|
|
warn_cflags=
|
|
|
|
if test "x$GCC" = "xyes"; then
|
|
|
|
warn_cflags='$(GCC_WARN_CFLAGS)'
|
|
|
|
fi
|
|
|
|
AC_SUBST(warn_cflags)
|
|
|
|
|
2004-04-15 03:38:59 +00:00
|
|
|
# Output: create a Makefile.
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
2004-02-10 11:44:14 +01:00
|
|
|
|
|
|
|
AC_OUTPUT
|