X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fconfigure.ac;h=40b57fee0feaaa4b43934263dcd5efc37a8c51f3;hb=8b8c7c9f49992750f66f81b4601d593a3858d98c;hp=84c287c69a631b0caf830a974ad6746f62e907a5;hpb=6d0cfb9c9d197410756fae48052837aea58767e4;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/configure.ac b/binutils/configure.ac index 84c287c69a..40b57fee0f 100644 --- a/binutils/configure.ac +++ b/binutils/configure.ac @@ -1,17 +1,17 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2014 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2016 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 3 of the License, or dnl (at your option) any later version. -dnl +dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; see the file COPYING3. If not see dnl . @@ -89,7 +89,7 @@ fi AC_PROG_YACC AM_PROG_LEX -ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr" +ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca" ZW_GNU_GETTEXT_SISTER_DIR AM_PO_SUBDIRS @@ -124,6 +124,9 @@ case "${host}" in esac AC_SUBST(DEMANGLER_NAME) +AC_CHECK_SIZEOF([long]) +AC_CHECK_TYPES([long long], [AC_CHECK_SIZEOF(long long)]) + AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h) AC_HEADER_SYS_WAIT ACX_HEADER_STRING