summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/aclocal.m4')
-rw-r--r--contrib/libf2c/aclocal.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/libf2c/aclocal.m4 b/contrib/libf2c/aclocal.m4
index 5cd9369..e0c3459 100644
--- a/contrib/libf2c/aclocal.m4
+++ b/contrib/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
OpenPOWER on IntegriCloud