From 70d330e9fe951ee6a55805a7313d41d96ec5eb8e Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Tue, 16 Mar 2021 21:50:38 +0100 Subject: [PATCH] Build [Configure]: Remove $Id$ --- .gitattributes | 1 - src/configure.in | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4da1c5a8d5..07cb6fa701 100644 --- a/.gitattributes +++ b/.gitattributes @@ -327,7 +327,6 @@ testfont binary /src/code/sparc.h foreign_ident /src/combine_path.h foreign_ident /src/compilation.h foreign_ident -/src/configure.in foreign_ident /src/constants.c foreign_ident /src/constants.h foreign_ident /src/cpp.c foreign_ident diff --git a/src/configure.in b/src/configure.in index 1780edb0af..fde19017ea 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,3 @@ -AC_REVISION("$Id: configure.in,v 1.885 2005/06/01 15:14:31 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -2261,7 +2260,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then # MinGW system. cat <<\EOF #!/bin/sh -# Automatically generated by $Id: configure.in,v 1.885 2005/06/01 15:14:31 grubba Exp $. +# Automatically generated. # MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/" @@ -2299,7 +2298,7 @@ EOF # Native POSIX system. cat <<\EOF #!/bin/sh -# Automatically generated by $Id: configure.in,v 1.885 2005/06/01 15:14:31 grubba Exp $. +# Automatically generated. # POSIX-version. Do NOT edit. cat EOF @@ -2308,7 +2307,7 @@ else # rntcl-style cat <<\EOF #!/bin/sh -# Automatically generated by $Id: configure.in,v 1.885 2005/06/01 15:14:31 grubba Exp $. +# Automatically generated. # RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF -- GitLab