X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gnattools%2Fconfigure.ac;h=bb767de9305e09abaad29f53c7f3b6be538a782d;hp=cd5e8402bd91f9cf9320c9402fef752bc80778c3;hb=cd9a469c7fa2f4be000e4e64f188cb820a332a1a;hpb=e92dcf5092f4ea50542faf519fad56078be7ddcd diff --git a/gnattools/configure.ac b/gnattools/configure.ac index cd5e8402bd9..bb767de9305 100644 --- a/gnattools/configure.ac +++ b/gnattools/configure.ac @@ -1,9 +1,9 @@ # Configure script for libada. -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2009 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -12,8 +12,8 @@ # 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. +# along with this program; see the file COPYING3. If not see +# . sinclude(../config/acx.m4) sinclude(../config/override.m4) @@ -51,13 +51,6 @@ ACX_NONCANONICAL_TARGET # Need to pass this down for now :-P AC_PROG_LN_S -# Determine x_ada_cflags -case $host in - hppa*) x_ada_cflags=-mdisable-indexing ;; - *) x_ada_cflags= ;; -esac -AC_SUBST([x_ada_cflags]) - # Determine what to build for 'gnattools' if test $build = $target ; then # Note that build=target is almost certainly the wrong test; FIXME @@ -160,6 +153,16 @@ case "${target}" in ;; esac +# From user or toplevel makefile. +AC_SUBST(ADA_CFLAGS) + +AC_PROG_CC +warn_cflags= +if test "x$GCC" = "xyes"; then + warn_cflags='$(GCC_WARN_CFLAGS)' +fi +AC_SUBST(warn_cflags) + # Output: create a Makefile. AC_CONFIG_FILES([Makefile])