On Tue, 14 Dec 2010, Stefan Sperling wrote:
On Tue, Dec 14, 2010 at 06:12:54AM -0600, Peter Samuelson wrote:
[Martin Furter]
Configure has set SHELL=/bin/bash in Makefile. So this would solve
one of the problems of that script.
r1049057.
The other problem is that it does not read build.conf so always when
anyone changes build.conf he has to remember that he may have update
transform_libtool_scripts.sh depending on teh change he made. At the
moment it doesn't process subversion/svnrdump/svnrdump here.
Parsing build.conf from the shell wouldn't be impossible or even
necessarily difficult ... but you're right, it would still probably
make more sense to just generate the script from a template.
Generating the script would be fine indeed.
OK, I'll look into that.
The generated script then has to be included into the tarball. I believe
to remember that there's a script which creates the tarball. Can anyone
give me a pointer where I can find it?
- Martin