Guillaume Chazarain writes:

> AC_INIT([gliv], [$(head -n 1 NEWS)])
>
> autoconf complains the version arg is not a litteral.

Try something like

AC_INIT([gliv], [esyscmd([head -n 1 NEWS])])

-- 
Peter Eisentraut   [EMAIL PROTECTED]


Reply via email to