--- gforth/iss.sh 2007/12/31 19:02:24 1.17 +++ gforth/iss.sh 2009/12/31 15:32:35 1.24 @@ -1,6 +1,6 @@ #!/bin/bash -#Copyright (C) 2000,2003,2006,2007 Free Software Foundation, Inc. +#Copyright (C) 2000,2003,2006,2007,2009 Free Software Foundation, Inc. #This file is part of Gforth. @@ -25,20 +25,31 @@ # copy the resulting *.iss to the location of your Windows installation # of Gforth, and start the setup compiler there. +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