On Wed, 27 Apr 2005 20:55:10 +0200 Sascha Hüdepohl <[EMAIL PROTECTED]
bremen.de> wrote:
> so i have checked out current cvs, applied my changes as accurate as i
> could (couldn't test it because i was not able to get mk.sh doing its
> job) and made a cvs diff:
> http://sascha.huedepohl.de/OldStyleResize_blackbox.diff.gz

What does it do?

> I am realy sorry for not testing it and i know this is an impertinence
> and i know this is not the right Place to submit a Patch.

You really should take the time to submit to SourceForge if you want the
credit. Or at the very least submit patches to the devel list.

Plus, if the patch does what I suspect, it will not be included in
Blackbox, but if you don't post it to the official tracker hacker users
won't find out about it.

> But i did my best do get mk.sh running and i failed. Its only because i
> would love to have this in Blackbox. Especially now that blackbox 0.70
> is in Debian/SID.

Here's how I prepare CVS:

#!/bin/sh
${LIBTOOLIZE-libtoolize} -c --force
${ACLOCAL-aclocal} -I /opt/.system/m4
${AUTOHEADER-autoheader}
${AUTOMAKE-automake} --foreign -a -c
${AUTOCONF-autoconf}
rm -rf autom4te.cache

Note the -I which adds m4 files in non-standard places. Use as many as you
need.

-- 
Ciprian Popovici

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html

Reply via email to