Hi Kevin, Kevin Brubeck Unhammer writes: > Hi all, > > I just uploaded new releases of the Danish-Norwegian translator and its > monolingual dependencies, now with support for Danish-Nynorsk!
Thanks! New releases are a big help to those of us who package Apertium in Unix-like systems. In this release I notice there's a typo in the configure script, which causes lttoolbox not to be detected on OpenBSD: checking for APERTIUM... yes checking for LTTOOLBOX... no configure: error: Package requirements (lttoolbox >= required_lttolbox_version) were not met: (snip) Notice the typo: required_lttolbox_version, instead of required_lttoolbox_version. Autoconf should replace the string with the actual version number, but due to the typo that doesn't happen. Right now I work around it with LTTOOLBOX_CFLAGS/LTTOOLBOX_LIBS, but it would be good to fix that in the source. -- Anthony J. Bentley ------------------------------------------------------------------------------ _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
