aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/crossconfig.m4
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-04-06 00:05:51 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-04-06 00:05:51 +0000
commitc41f82b27081837148819f76d0cc186bb4dd5368 (patch)
tree9efe75bffe45c11c5d9470221d91aa9d39295b38 /libstdc++-v3/crossconfig.m4
parent3c632d89f5dd320b488fac8f70287d2dabe4bd6f (diff)
downloadgcc-c41f82b27081837148819f76d0cc186bb4dd5368.zip
gcc-c41f82b27081837148819f76d0cc186bb4dd5368.tar.gz
gcc-c41f82b27081837148819f76d0cc186bb4dd5368.tar.bz2
Makefile.am (ACLOCAL_AMFLAGS): Define.
2005-04-05 Kelley Cook <kcook@gcc.gnu.org> * Makefile.am (ACLOCAL_AMFLAGS): Define. * crossconfig.m4: Wrap file into new GLIBCXX_CROSSCONFIG macro. * configure.ac: Use it. * acinclude.m4: Delete explicit m4_includes and sincludes. * aclocal.m4, configure, Makefile.in, po/Makefile.in, src/Makefile.in, include/Makefile.in, libmath/Makefile.in, testsuite/Makefile.in: Regenerate. From-SVN: r97677
Diffstat (limited to 'libstdc++-v3/crossconfig.m4')
-rw-r--r--libstdc++-v3/crossconfig.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/crossconfig.m4 b/libstdc++-v3/crossconfig.m4
index 598a5de..200aa62 100644
--- a/libstdc++-v3/crossconfig.m4
+++ b/libstdc++-v3/crossconfig.m4
@@ -2,6 +2,7 @@ dnl
dnl This file contains details for non-natives builds.
dnl
+AC_DEFUN([GLIBCXX_CROSSCONFIG],[
# Base decisions on target environment.
case "${host}" in
arm*-*-symbianelf*)
@@ -477,4 +478,4 @@ case "${host}" in
AC_MSG_ERROR([No support for this host/target combination.])
;;
esac
-
+])