diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 38fe0eb1f..c4d0406ea 100644 --- a/configure.ac +++ b/configure.ac @@ -1098,6 +1098,9 @@ cat >g10defs.tmp <<G10EOF #define DIRSEP_S "/" #define EXTSEP_S "." #endif +/* This is the same as VERSION, but should be overridden if the + platform cannot handle things like dots '.' in filenames. */ +#define SAFE_VERSION VERSION G10EOF cat mpi/mpi-asm-defs.h >>g10defs.tmp if cmp -s g10defs.h g10defs.tmp 2>/dev/null; then |