diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-02-28 00:41:19 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2006-02-28 00:41:19 +0000 |
commit | f2b5129c6db6f547864adbe32d84d401603845e1 (patch) | |
tree | dd78262824851423ed9e782410f3e8265785172c /libssp/aclocal.m4 | |
parent | 36b2c8f2ceffab30c6d3e271df7c79d24b7f34db (diff) | |
download | gcc-f2b5129c6db6f547864adbe32d84d401603845e1.tar.gz |
re PR other/26473 (cross-building installs ssp headers to $(includedir))
PR 26473
* configure.ac (ACX_NONCANONICAL_TARGET): Use it.
* Makefile.am (target_noncanonical): Define.
(libsubincludedir): New variable.
(nobase_libsubinclude_HEADERS): Likewise.
(nobase_include_HEADERS): Remove.
* configure: Regenerated.
* Makefile.in: Likewise.
* aclocal.m4: Regenerated.
From-SVN: r111501
Diffstat (limited to 'libssp/aclocal.m4')
-rw-r--r-- | libssp/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssp/aclocal.m4 b/libssp/aclocal.m4 index f2a2a55ec5f..576735e1b47 100644 --- a/libssp/aclocal.m4 +++ b/libssp/aclocal.m4 @@ -914,6 +914,7 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../config/acx.m4]) m4_include([../config/depstand.m4]) m4_include([../config/lead-dot.m4]) m4_include([../libtool.m4]) |