From: Amos Jeffries Date: Wed, 7 Jan 2026 11:51:11 +0000 (+0000) Subject: Maintenance: remove outdated macro AC_REVISION (#2344) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f00ea7d58c5a7036609630743d0594883184ab;p=thirdparty%2Fsquid.git Maintenance: remove outdated macro AC_REVISION (#2344) The value of this has not been meaningful since we stopped committing ./configure to VCS over 15 years ago. --- diff --git a/configure.ac b/configure.ac index ad5532de3e..0872cfbcfe 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,6 @@ AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz]) -AC_REVISION($Revision$)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE