From: Darren Tucker Date: Fri, 31 Jul 2020 05:19:04 +0000 (+1000) Subject: Remove AC_REVISION. X-Git-Tag: V_8_4_P1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7527010c44b3376b85d036a498f136597b2099;p=thirdparty%2Fopenssh-portable.git Remove AC_REVISION. It hasn't been useful since we switched to git in 2014. ok djm@ --- diff --git a/configure.ac b/configure.ac index 81a6e31f9..0a2eb0448 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,6 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) -AC_REVISION($Revision: 1.583 $) AC_CONFIG_SRCDIR([ssh.c]) AC_LANG([C])