poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/2] Distribute vim syntax highlighting


From: Jose E. Marchesi
Subject: Re: [PATCH v2 1/2] Distribute vim syntax highlighting
Date: Mon, 15 Mar 2021 00:13:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Thomas.

> +dnl editor syntax definitions
> +AC_ARG_WITH([vimdir],
> + [AS_HELP_STRING([--with-vimdir],
> +                 [override the default vim directory])],
> + [ vimdir="$withval"
> +   AC_MSG_CHECKING([where vim files should go])
> +   AC_MSG_RESULT([$vimdir])],
> + [ vimdir='${datadir}/vim/vimfiles' ]
> +)
> +AC_SUBST([vimdir])

I wonder how robust is this, to AC_SUBST `vimdir' instead of a VIMDIR
and then definining vimdir as a regular Automake variable in
etc/Makefile.am...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]