After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153290 - configure.in contains non-portable sed magic
configure.in contains non-portable sed magic
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
: 154820 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-09-21 14:09 UTC by Allison Karlitskaya (desrt)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Allison Karlitskaya (desrt) 2004-09-21 14:09:35 UTC
Epiphany version 1.4.0 contains this in configure.in:

dnl Split up the version string ( 1.7rc1 -> 1 7 rc 1 )
version=$(echo $MOZILLA_VERSION | sed -e 's/\(@<:@0-9@:>@\+\|@<:@a-z@:>@\+\)/\1
/g' -e 's/\.//g')

This doesn't work with solaris sed.
SunOS birkhoff 5.9 Generic_117171-07 sun4u sparc SUNW,Ultra-Enterprise

I was able to just use s/\./ /g because my mozilla version was not a prerelease.
 This will obviously not work in the general case.
Comment 1 Christian Persch 2004-09-21 14:20:33 UTC
This doesn't apply anymore to cvs HEAD and gnome-2-8.
Comment 2 Christian Persch 2004-10-07 19:54:28 UTC
*** Bug 154820 has been marked as a duplicate of this bug. ***