From: Guy Harris Date: Sun, 12 May 2013 20:37:19 +0000 (-0700) Subject: Git produces no useful revision information; don't use AC_REVISION(). X-Git-Tag: tcpdump-4.5.0~80^2~5 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c2269364b171a6fe12d282eb8996413257d8b13f?ds=sidebyside Git produces no useful revision information; don't use AC_REVISION(). --- diff --git a/configure b/configure index 01b062e7..eb404673 100755 --- a/configure +++ b/configure @@ -1,5 +1,4 @@ #! /bin/sh -# From configure.in Revision: 1.204 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # diff --git a/configure.in b/configure.in index 59b22cd8..3e63375e 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,6 @@ dnl # config.sub. # -AC_REVISION($Revision: 1.204 $) AC_PREREQ(2.61) AC_INIT(tcpdump.c)