Re: Version number constructed with m4_esyscmd not a literal?

2011-02-28 Thread Gary V. Vaughan
On 28 Feb 2011, at 06:12, Marko Lindqvist cazf...@gmail.com wrote: Freeciv ( http://www.freeciv.org ) configure.ac has AC_INIT like this: AC_INIT([freeciv], [m4_esyscmd([./fc_version | tr -d '\n'])]) This results in warnings from aclocal, autoheader, autoconf and automake:

Version number constructed with m4_esyscmd not a literal?

2011-02-27 Thread Marko Lindqvist
Freeciv ( http://www.freeciv.org ) configure.ac has AC_INIT like this: AC_INIT([freeciv], [m4_esyscmd([./fc_version | tr -d '\n'])]) This results in warnings from aclocal, autoheader, autoconf and automake: configure.ac:5: warning: AC_INIT: not a literal: m4_esyscmd([./fc_version | tr -d '\n'])