diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 21:39:45 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 21:39:45 +0000 |
commit | 3bade5c315d232176eb83cdb7baeb16bd084a727 (patch) | |
tree | 5fea6da73931f5cb669581538953a9db9518e83c /boehm-gc/configure | |
parent | fefedfd10f79e23ea1904e93f0321d6201db7c08 (diff) | |
download | gcc-3bade5c315d232176eb83cdb7baeb16bd084a727.tar.gz |
* acinclude.m4: Remove GC_CONFIGURE macro; move contents
to configure.in.
* aclocal.m4: Regenerate.
* configure.in: Receive contents of GC_CONFIGURE macro.
* configure: Regenerate.
(Makefile.in and include/Makefile.in just got timestamp updates)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78523 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index 928944aacc4..8033dd55f1f 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -1703,8 +1703,6 @@ echo "${ECHO_T}no" >&6 fi - - PACKAGE=gc VERSION=6.1a1 @@ -3411,7 +3409,6 @@ esac GC_CFLAGS=${gc_cflags} - # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" @@ -4154,7 +4151,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 4157 "configure"' > conftest.$ac_ext + echo '#line 4154 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? |