From: Ronald Landheer-C. <bly...@us...> - 2003-10-03 13:35:20
|
The attached patch will partly fix that. What still needs fixing after this patch is using Libtool to build the object files needed by DRIVERS, but that means changing configure.in to set up drivers correctly (i.e. using $(OBJEXT) in stead of .o) The patch also re-enables Libtool in configure.in, but doesn't fix DRIVERS (yet). I've also attached a bootstrap script for lcd4linux. HTH rlc On Thu, Oct 02, 2003 at 08:28:30PM +0200, Patrick Schemitz wrote: > > > I also had to remove @DRIVERS@ from liblcd4linux_la_SOURCES, automake > > > complained: > > > > > > Makefile.am:75: `liblcd4linux_la_SOURCES' includes configure > > > substitution `@DRIVERS@', and is referred to from > > > `liblcd4linux_la_SOURCES': configure substitutions not allowed in > > > _SOURCES variables > > Try adding this at the top: > > DRIVERS=@DRIVERS@ > > > > and this at the place where you removed @DRIVERS@: > > > > $(DRIVERS) > > $ automake > configure.in:259: `DRIVERS' includes configure substitution `@DRIVERS@', and is referred to from `liblcd4linux_la_SOURCES': configure substitutions not allowed in _SOURCES variables > > Ciao, patrick > -- > Patrick Schemitz <http://www-ekp.physik.uni-karlsruhe.de/~schemitz> -- One FISHWICH coming up!! |