* configure.ac: Define SAFE_VERSION so that RISCOS can override it and

remove invalid chars.
This commit is contained in:
David Shaw 2003-06-03 17:42:22 +00:00
parent 27ec3d9201
commit 0afffb063f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-06-03 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Define SAFE_VERSION so that RISCOS can override it
and remove invalid chars.
2003-05-30 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Put wsock32 in NETLIBS. Put zlib in ZLIBS. Put

View File

@ -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