aboutsummaryrefslogtreecommitdiff
path: root/libgomp/aclocal.m4
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-25 20:58:25 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-25 20:58:25 +0000
commit4d006f8aedf1fe49c0a0652bca263fe789db5d69 (patch)
tree1c60995ec3ab114dfb5e5c1677f11326d343c170 /libgomp/aclocal.m4
parent083659692e38253d70e2c465e2c896460df2b43e (diff)
PR libgomp/25865
* configure.ac: Use GCC_CHECK_TLS. * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove. * Makefile.in, aclocal.m4, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/aclocal.m4')
-rw-r--r--libgomp/aclocal.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/libgomp/aclocal.m4 b/libgomp/aclocal.m4
index eaada1f3d5d..fb9be461e87 100644
--- a/libgomp/aclocal.m4
+++ b/libgomp/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
@@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.9.5])])
+ [AM_AUTOMAKE_VERSION([1.9.6])])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
@@ -915,6 +915,8 @@ AC_SUBST([am__untar])
]) # _AM_PROG_TAR
m4_include([../config/depstand.m4])
+m4_include([../config/enable.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/stdint.m4])
+m4_include([../config/tls.m4])
m4_include([acinclude.m4])