diff options
author | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
commit | b076ce302189d619d170089f70afdb72dd0bf967 (patch) | |
tree | 736281f795268c3f712ed29167e21bc9078fc698 /configure.in | |
parent | ready to release 0.4.3 (diff) | |
download | gnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip |
Some bug fixes of the last release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 29a439581..e7fec0c9d 100644 --- a/configure.in +++ b/configure.in @@ -2,6 +2,7 @@ dnl dnl Configure template for GNUPG dnl dnl (Process this file with autoconf to produce a configure script.) +AC_REVISION($Revision$)dnl dnl Must reset CDPATH so that bash's cd does not print to stdout CDPATH= |