mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-24 22:09:57 +01:00
* configure.ac: Define SAFE_VERSION so that RISCOS can override it and
remove invalid chars.
This commit is contained in:
parent
27ec3d9201
commit
0afffb063f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user