diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-26 03:53:45 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-26 03:53:45 +0000 |
commit | 8400ab1cb30f9664de0eaa597f2c058dfd3e6f22 (patch) | |
tree | 44558853b87cc47d2d207761d47e52ad1341e4af /libstdc++-v3/acinclude.m4 | |
parent | 17a6a253e07db57e1f7d3a1f165b4d28834fb54b (diff) | |
download | gcc-8400ab1cb30f9664de0eaa597f2c058dfd3e6f22.tar.gz |
* acinclude.m4 (GLIBCPP_CONFIGURE): Split out
GLIBCPP_TOPREL_CONFIGURE.
* aclocal.m4: Likewise.
* configure.in: Call it before AC_CANONICAL_SYSTEM.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55001 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 5192b4076f2..04ad61e627b 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -1,8 +1,8 @@ dnl dnl Initialize configure bits. dnl -dnl GLIBCPP_CONFIGURE -AC_DEFUN(GLIBCPP_CONFIGURE, [ +dnl GLIBCPP_TOPREL_CONFIGURE +AC_DEFUN(GLIBCPP_TOPREL_CONFIGURE, [ dnl Default to --enable-multilib (this is also passed by default dnl from the ubercommon-top-level configure) AC_ARG_ENABLE(multilib, @@ -34,6 +34,13 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [ AC_CONFIG_AUX_DIR(${srcdir}/$toprel) toplevel_srcdir=\${top_srcdir}/$toprel AC_SUBST(toplevel_srcdir) +]) + +dnl +dnl Initialize configure bits. +dnl +dnl GLIBCPP_CONFIGURE +AC_DEFUN(GLIBCPP_CONFIGURE, [ #possibly test for the presence of the compiler sources here? |