diff options
author | Tom Tromey <tromey@redhat.com> | 2001-06-08 17:59:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-06-08 17:59:57 +0000 |
commit | a5440f9ebf63d09b87b2adb7944c0cee52374e78 (patch) | |
tree | fdfe708fbcc4c747458439c0c70fe79ce734b64f /boehm-gc/configure.in | |
parent | 7bd458aabb4805c9126408032b515ab3ce106f54 (diff) | |
download | gcc-a5440f9ebf63d09b87b2adb7944c0cee52374e78.tar.gz |
For PR bootstrap/3075:
* configure, aclocal.m4, Makefile.in: Rebuilt.
* configure.in: Don't call AC_CONFIG_AUX_DIR or
AC_CANONICAL_SYSTEM.
* acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
AC_CANONICAL_SYSTEM here.
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
boehm_gc_basedir.
From-SVN: r43033
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index cf8a06aebf0..4c6685b6ed1 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -2,11 +2,6 @@ dnl Process this file with autoconf to produce configure. AC_INIT(gcj_mlc.c) -dnl Can't be done in BOEHM_CONFIGURE because that confuses automake. -AC_CONFIG_AUX_DIR(..) - -AC_CANONICAL_SYSTEM - BOEHM_CONFIGURE(.) AM_PROG_LIBTOOL |