diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-23 16:33:47 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-23 16:33:47 +0000 |
commit | ddba3f6268d09491fbc45ea417474d6b3f0407c5 (patch) | |
tree | 9cbf55c3da9f19be71ffd49e2127da8c09829396 /libmudflap/aclocal.m4 | |
parent | 227bfd81a551156c272ad30f3e8745fd0abe1e7d (diff) | |
download | gcc-ddba3f6268d09491fbc45ea417474d6b3f0407c5.tar.gz |
config:
* enable.m4: New file.
* tls.m4: New file.
libmudflap:
* aclocal.m4, configure: Rebuilt.
* configure.ac: Use GCC_CHECK_TLS.
* acinclude.m4 (LIBMUDFLAP_CHECK_TLS, LIBMUDFLAP_ENABLE): Moved
to ../config.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/aclocal.m4')
-rw-r--r-- | libmudflap/aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmudflap/aclocal.m4 b/libmudflap/aclocal.m4 index 95667ef84c1..db8245fc80b 100644 --- a/libmudflap/aclocal.m4 +++ b/libmudflap/aclocal.m4 @@ -915,5 +915,7 @@ 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/tls.m4]) m4_include([acinclude.m4]) |