From: Patrick S. <sch...@ek...> - 2003-10-02 18:28:39
|
> > 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> |