Bug 24940 - libjava/configure uses $SED without defining it
Summary: libjava/configure uses $SED without defining it
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.1.0
: P3 normal
Target Milestone: 4.1.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-19 12:52 UTC by Debian GCC Maintainers
Modified: 2006-01-08 17:26 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail: 4.1.0 4.2.0
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2005-11-19 12:52:20 UTC
libjava/configure uses $SED without defining it. Add a check for it, or eliminate it's use? All other configure files directly use sed.

  Matthias
Comment 1 Andrew Pinski 2005-11-19 18:39:29 UTC
SED comes from shlibpath.m4 which has:
# shlibpath.m4 - Define LTDL_SHLIBPATH_VAR. -*-Autoconf-*-


So isn't this really just an import from libtool?

I think you should be complaining there instead of here.
Comment 2 Jakub Jelinek 2006-01-07 18:13:41 UTC
Subject: Bug 24940

Author: jakub
Date: Sat Jan  7 18:13:36 2006
New Revision: 109452

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109452
Log:
	PR libgcj/24940
	* shlibpath.m4: Replace $SED with sed.
	* configure: Rebuilt.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/configure
    trunk/libjava/shlibpath.m4

Comment 3 Jakub Jelinek 2006-01-07 18:14:28 UTC
Subject: Bug 24940

Author: jakub
Date: Sat Jan  7 18:14:24 2006
New Revision: 109453

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109453
Log:
	PR libgcj/24940
	* shlibpath.m4: Replace $SED with sed.
	* configure: Rebuilt.

Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/configure
    branches/gcc-4_1-branch/libjava/shlibpath.m4

Comment 4 Tom Tromey 2006-01-08 17:26:12 UTC
Fix checked in.