gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11851: remove extraneous text from


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11851: remove extraneous text from the version string so the correct version number is always in the correct place.
Date: Sat, 30 Jan 2010 09:26:07 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11851
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2010-01-30 09:26:07 -0700
message:
  remove extraneous text from the version string so the correct version number 
is always in the correct place.
modified:
  autogen.sh
=== modified file 'autogen.sh'
--- a/autogen.sh        2010-01-27 21:10:29 +0000
+++ b/autogen.sh        2010-01-30 16:26:07 +0000
@@ -129,7 +129,7 @@
 # for libtool 2.x there is an #define for the config file name, but
 # for libtool 1.5 it expects config.h always, so we change this to
 # gnashconfig.h.
-ltdlver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut -d ' ' -f 4`
+ltdlver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | sed -e 's/(.*) //' | 
cut -d ' ' -f 2`
 ltdlmajor=`echo $ltdlver | cut -d '.' -f 1`
 if test -z "$NO_LIBTOOLIZE" ; then
   ltbasedir="libltdl"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]