Bug 26706 - [4.1/4.2] Unexpanded macro in libjava/classpath/configure
Summary: [4.1/4.2] Unexpanded macro in libjava/classpath/configure
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.1.0
: P3 normal
Target Milestone: 4.1.1
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 22:33 UTC by Andreas Schwab
Modified: 2006-03-16 19:15 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-03-16 18:19:23


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schwab 2006-03-15 22:33:03 UTC
This is an issue for both 4.1 branch and trunk.

$ grep GCC_ libjava/classpath/configure
GCC_NO_EXECUTABLES
Comment 1 Tom Tromey 2006-03-16 18:19:23 UTC
Testing a patch.
Comment 2 Tom Tromey 2006-03-16 19:08:13 UTC
Subject: Bug 26706

Author: tromey
Date: Thu Mar 16 19:08:07 2006
New Revision: 112142

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112142
Log:
	PR libgcj/26706:
	* aclocal.m4, configure: Rebuilt.
	* configure.ac (GCC_NO_EXECUTABLES): Moved earlier.

Modified:
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/aclocal.m4
    trunk/libjava/classpath/configure
    trunk/libjava/classpath/configure.ac

Comment 3 Tom Tromey 2006-03-16 19:12:32 UTC
Subject: Bug 26706

Author: tromey
Date: Thu Mar 16 19:12:29 2006
New Revision: 112143

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112143
Log:
	PR libgcj/26706:
	* aclocal.m4, configure: Rebuilt.
	* configure.ac (GCC_NO_EXECUTABLES): Moved earlier.

Modified:
    branches/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_1-branch/libjava/classpath/aclocal.m4
    branches/gcc-4_1-branch/libjava/classpath/configure
    branches/gcc-4_1-branch/libjava/classpath/configure.ac

Comment 4 Tom Tromey 2006-03-16 19:15:04 UTC
I checked in the fix.