mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-06 12:47:55 +00:00
Xcode: #define include __DATE__ in VERSION
Change VERSION to include the __DATE__ when compiling from within Xcode. When building using "make xcode" or "make osxpkg" VERSION already is defined to the "real" version number set in configure.in.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#define PACKAGE_NAME "ngircd"
|
||||
#ifndef VERSION
|
||||
#define VERSION "??"
|
||||
#define VERSION "??("__DATE__")"
|
||||
#endif
|
||||
#define SYSCONFDIR "/etc/ngircd"
|
||||
|
||||
|
Reference in New Issue
Block a user