--- gforth/iss.sh 2008/10/06 21:24:32 1.19 +++ gforth/iss.sh 2012/03/18 00:12:28 1.26 @@ -1,6 +1,6 @@ #!/bin/bash -#Copyright (C) 2000,2003,2006,2007 Free Software Foundation, Inc. +#Copyright (C) 2000,2003,2006,2007,2009,2011 Free Software Foundation, Inc. #This file is part of Gforth. @@ -27,6 +27,14 @@ VERSION=$(cat version) +sed "s/@PACKAGE_VERSION@/$VERSION/g" gforthmi.sh + +for i in lib/gforth/$VERSION/libcc-named/*.la +do + sed "s/dependency_libs='.*'/dependency_libs=''/g" <$i >$i+ + mv $i+ $i +done + cat <README.txt +sed -e 's/$/\r/' README.txt