There's also the patch I sent way back in January that was autoconf
only (no changes needed to the makefiles) - it's needed for it to
build on other debian architectures. Once I've made the debian
package for 1.5.2 I'll post the new patch. Note, it requires
practically NO changes except for a
I have a really good autoconf/automake system for sword that was
submitted a while back from Edward Maros <[EMAIL PROTECTED]>. I'm
hoping to get it integrated in 1.7. Stable 1.6 should be release in a
few months. We need to release with these new features if every one of
our frontends already d
Hi Nic,
> UNAME_ARCH = `uname -m`
> UNAME_CPU = ${UNAME_ARCH}
>
> under the "#compiler" section in the Makefile.cfg
> and changed the intel check from -m486 to be:
>
> ifeq ($(system),intel)
> CFLAGS += -mcpu=${UNAME_CPU} -march=${UNAME_ARCH}
> endif
>
> NOW, I've only tested this under Mandrak
[following up on some compile options]
hi there all... :)
> A great idea. Are you familiar with the automake / autoconf tools?
> If yes, why don't you go ahead and create the necessary files?
> This upgrade would greatly increase the usability of sword.
hmmm, just had a quick look (I'm not fa