emacs-devel
[Top][All Lists]
Advanced

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

-DVERSION for emacsclient


From: Juanma Barranquero
Subject: -DVERSION for emacsclient
Date: Thu, 23 Nov 2006 03:02:38 +0100

emacsclient.c includes

#ifndef VERSION
#define VERSION "unspecified"
#endif

and, on non-Windows environments, it is compiled with -DVERSION="\"${version}\""

Is there any portable way to extract the version number from
lisp/version.el when executing lib-src/makefile (or when running
nt/configure.bat)?

The other option is hardcoding the version number in configure.bat or
lib-src/Makefile.w32-in, as it is hardcoded now on nt/emacs.rc. But
then admin/admin.el should have to be modified, shouldn't it?

                   /L/e/k/t/u




reply via email to

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