[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: some things ...



Hi,

> +dnl ===================================================================
> +dnl Checking for altlinuxhyph
> +dnl ===================================================================
> +AC_MSG_CHECKING([which altlinuxhyph to use])
> +if test -n "$with_system_altlinuxhyph" -o -n "$with_system_libs"; then
> +    AC_MSG_RESULT([external])
> +    SYSTEM_HYPH=YES
> +    AC_CHECK_HEADER(hyphen.h, [],
> +       [ AC_MSG_ERROR(altlinuxhyph headers not found.)], [])
> +    AC_CHECK_MEMBER(struct _HyphenDict.cset, [],
> +       [ AC_MSG_ERROR(no. You are sure you have altlinuyhyph headers?)],
> +       [#include <hyphen.h>])
> +    AC_CHECK_LIB(hyph, hnj_hyphen_hyphenate, [],
> +        [ AC_MSG_ERROR(altlinuxhyph library not found.)], [])
> +else
> +    AC_MSG_RESULT([internal])
> +    SYSTEM_HYPH=NO
> +fi
> +AC_SUBST(SYSTEM_HYPH)
> +
^ config-switches.diff

[ snip ]


> +.IF "$(SYSTEM_HYPHEN)" != "YES"
^ line of system-altlinuxhyph.diff

This of course has to be SYSTEM_HYPH, didn't fail here since hyphen.h is
in /usr/include anyhow. sorry.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
      

Attachment: signature.asc
Description: Digital signature


Reply to: