From: Ben Pfaff Date: Sat, 23 Apr 2011 14:54:56 +0000 (-0700) Subject: Smake: Add unilbrk/u8-possible-linebreaks Gnulib module. X-Git-Tag: v0.7.8~48 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=c0f3fdc3a77295731aae589a0e3d9f5c60bf35ad Smake: Add unilbrk/u8-possible-linebreaks Gnulib module. The ASCII output driver now requires this module, as of commit 14b3603043 "ascii: Add support for multibyte characters." Reported by John Darrington. --- diff --git a/Smake b/Smake index 0ba1c254..6ab0bd4b 100644 --- a/Smake +++ b/Smake @@ -78,6 +78,7 @@ GNULIB_MODULES = \ unictype/property-id-continue \ unictype/property-id-start \ unigbrk/uc-is-grapheme-break \ + unilbrk/u8-possible-linebreaks \ unistd \ unistr/u8-check \ unistr/u8-cpy \