diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-04 14:28:45 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-04 14:28:45 +0000 |
commit | 9d2a94df3c7f33038a919a5b710ac3ab2dc8fa47 (patch) | |
tree | 9d09958fdb315a483f6ab938dacb107b81170c23 /src | |
parent | bfd45554e6d40e92f01057637adabb3dc68d8425 (diff) |
only define VERSION if not already defined
svn path=/trunk/externals/iem/iemmatrix/; revision=17430
Diffstat (limited to 'src')
-rw-r--r-- | src/iemmatrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 6d7acea..43dd297 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -61,11 +61,13 @@ # include "config.h" #endif /* HAVE_CONFIG_H */ +#ifndef VERSION #ifdef PACKAGE_VERSION # define VERSION PACKAGE_VERSION #else # define VERSION "(unknown)" #endif +#endif /* VERSION */ #include <math.h> #include <stdio.h> |