diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-25 23:53:45 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2002-06-25 23:53:45 -0400 |
commit | aebb8c22e1376277b396ffd4aa1e8c8a7ce90dc4 (patch) | |
tree | 44558853b87cc47d2d207761d47e52ad1341e4af /libf2c/aclocal.m4 | |
parent | 09bed1672046d8c6a5ea9c39af2d64e5143fee55 (diff) | |
download | gcc-aebb8c22e1376277b396ffd4aa1e8c8a7ce90dc4.tar.gz |
acinclude.m4 (GLIBCPP_CONFIGURE): Split out GLIBCPP_TOPREL_CONFIGURE.
* acinclude.m4 (GLIBCPP_CONFIGURE): Split out
GLIBCPP_TOPREL_CONFIGURE.
* aclocal.m4: Likewise.
* configure.in: Call it before AC_CANONICAL_SYSTEM.
* configure: Regenerate.
From-SVN: r55001
Diffstat (limited to 'libf2c/aclocal.m4')
-rw-r--r-- | libf2c/aclocal.m4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libf2c/aclocal.m4 b/libf2c/aclocal.m4 index 6e635169bba..b7d61e3c5a0 100644 --- a/libf2c/aclocal.m4 +++ b/libf2c/aclocal.m4 @@ -11,8 +11,8 @@ dnl PARTICULAR PURPOSE. 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 AC_ARG_ENABLE(multilib, [ --enable-multilib build hella library versions (default)], @@ -43,7 +43,13 @@ fi 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, [ # Export build and source directories. # These need to be absolute paths, yet at the same time need to # canonicalize only relative paths, because then amd will not unmount |