summaryrefslogtreecommitdiffstats
path: root/contrib/libobjc/aclocal.m4
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2002-09-01 20:39:15 +0000
committerkan <kan@FreeBSD.org>2002-09-01 20:39:15 +0000
commit13c7f22a276c5d65aeffb0f26934ede33b561b7c (patch)
tree213cc6a488b30e062a07eca0e49f113c86382e46 /contrib/libobjc/aclocal.m4
parentc31428d2117318fc5d72e9868d7d34eee52c4eba (diff)
downloadFreeBSD-src-13c7f22a276c5d65aeffb0f26934ede33b561b7c.zip
FreeBSD-src-13c7f22a276c5d65aeffb0f26934ede33b561b7c.tar.gz
Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
Diffstat (limited to 'contrib/libobjc/aclocal.m4')
-rw-r--r--contrib/libobjc/aclocal.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/libobjc/aclocal.m4 b/contrib/libobjc/aclocal.m4
index 0dfc1d3..3aedd7d 100644
--- a/contrib/libobjc/aclocal.m4
+++ b/contrib/libobjc/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