From 9d2a94df3c7f33038a919a5b710ac3ab2dc8fa47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 4 Mar 2015 14:28:45 +0000 Subject: only define VERSION if not already defined svn path=/trunk/externals/iem/iemmatrix/; revision=17430 --- src/iemmatrix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 #include -- cgit v1.2.1