Skip to content
Snippets Groups Projects
Commit 70d330e9 authored by Tobias S. Josefowitz's avatar Tobias S. Josefowitz
Browse files

Build [Configure]: Remove $Id$

parent 637eb292
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment