Thanks, added the fix (to Makefile.am then reran autogen.sh). Also make the makefile changes necessary for 'make distcheck' to work
Get it at: http://www.crosswire.org/~dglassey/sword-1.5.7a-rc2.tar.gz Try again, Daniel On Fri, 2004-07-16 at 21:08, Hugo van der Kooij wrote: > On Fri, 16 Jul 2004, Daniel Glassey wrote: > > > We are hopefully going to release a bugfix package for 1.5.7(better late > > than never). A release candidate is at > > > > http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz > > > > It is identical to the source used to create the latest (just uploaded) > > Debian packages. > > It is missing a fix I send in earlier and was commited to CVS that > prevents building it cleanly as non-root. > > --- sword-1.5.7/Makefile.in.OLD 2003-12-26 06:55:43.000000000 +0100 > +++ sword-1.5.7/Makefile.in 2004-01-10 10:37:45.000000000 +0100 > @@ -879,8 +879,8 @@ > @echo "" > > install_config: > - @echo "[Install]" > /etc/sword.conf > - @echo "DataPath=$(pkgdatadir)/" >> /etc/sword.conf > + @echo "[Install]" > $(sysconfdir)/sword.conf > + @echo "DataPath=$(pkgdatadir)/" >> $(sysconfdir)/sword.conf > @echo "sword.conf generated" > # Tell versions [3.59,3.63) of GNU make to not export all variables. > # Otherwise a system limit (for SysV at least) may be exceeded. > > Hugo. _______________________________________________ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/listinfo/sword-devel
