diff options
author | David Shaw <[email protected]> | 2003-06-03 17:42:22 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-06-03 17:42:22 +0000 |
commit | 0afffb063f18e154d6101be90bb8740753bd81c9 (patch) | |
tree | 4a95c7431c5b898410dd9d33832971b87649e2c3 | |
parent | * g10.c (main), keylist.c (show_policy_url, show_notation), mainproc.c (diff) | |
download | gnupg-0afffb063f18e154d6101be90bb8740753bd81c9.tar.gz gnupg-0afffb063f18e154d6101be90bb8740753bd81c9.zip |
* configure.ac: Define SAFE_VERSION so that RISCOS can override it and
remove invalid chars.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-06-03 David Shaw <[email protected]> + + * configure.ac: Define SAFE_VERSION so that RISCOS can override it + and remove invalid chars. + 2003-05-30 David Shaw <[email protected]> * configure.ac: Put wsock32 in NETLIBS. Put zlib in ZLIBS. Put 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 |