configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.

2016-05-10  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.
        * configure: Regenerate.

From-SVN: r236093
This commit is contained in:
Matthias Klose 2016-05-10 16:44:19 +00:00 committed by Matthias Klose
parent d067e238cb
commit 61431953d7
3 changed files with 909 additions and 772 deletions

View File

@ -1,3 +1,8 @@
2016-05-10 Matthias Klose <doko@ubuntu.com>
* configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.
* configure: Regenerate.
2016-05-04 Ilya Verbin <ilya.verbin@intel.com>
* Makefile.am: Merge from upstream, version 2.0.4420.0

1670
libcilkrts/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -51,15 +51,15 @@ AC_CANONICAL_SYSTEM
target_alias=${target_alias-$host_alias}
AC_SUBST(target_alias)
# Test for GNU extensions. Will define _GNU_SOURCE if they're available
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE(foreign no-dist)
AM_MAINTAINER_MODE
AM_ENABLE_MULTILIB(, ..)
# Test for GNU extensions. Will define _GNU_SOURCE if they're available
AC_USE_SYSTEM_EXTENSIONS
# Build a DLL on Windows
# AC_LIBTOOL_WIN32_DLL
AC_PROG_CC