about summary refs log tree commit diff
path: root/contrib/MacOSX
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-01-06 16:01:52 +0100
committerAlexander Barton <alex@barton.de>2009-01-06 16:02:27 +0100
commit5468ba37446a85bfb8a84eed74bf6c091156f682 (patch)
tree05e92ed4bb0db3cc985cf55dbf170a63867f7779 /contrib/MacOSX
parenteb159e0a8d38449c10680cf3ed747fdb5c5adbc8 (diff)
downloadngircd-5468ba37446a85bfb8a84eed74bf6c091156f682.tar.gz
ngircd-5468ba37446a85bfb8a84eed74bf6c091156f682.zip
Xcode: get release number dynamically; new make target "xcode-clean".
- make target "xcode" now detects the release number stored in the
  configure.in file and passes it to Xcode.
- new make target "xcode-clean" which removes all files generated by
  "make xcode" and removes the Xcode build directory.
Diffstat (limited to 'contrib/MacOSX')
-rw-r--r--contrib/MacOSX/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h
index 0b5a141b..9fd2dfcf 100644
--- a/contrib/MacOSX/config.h
+++ b/contrib/MacOSX/config.h
@@ -12,7 +12,9 @@
  */
 
 #define PACKAGE_NAME "ngircd"
+#ifndef VERSION
 #define VERSION "??"
+#endif
 #define SYSCONFDIR "/etc/ngircd"
 
 #ifndef TARGET_VENDOR