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 ...@@ -327,7 +327,6 @@ testfont binary
/src/code/sparc.h foreign_ident /src/code/sparc.h foreign_ident
/src/combine_path.h foreign_ident /src/combine_path.h foreign_ident
/src/compilation.h foreign_ident /src/compilation.h foreign_ident
/src/configure.in foreign_ident
/src/constants.c foreign_ident /src/constants.c foreign_ident
/src/constants.h foreign_ident /src/constants.h foreign_ident
/src/cpp.c 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_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -2261,7 +2260,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then ...@@ -2261,7 +2260,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then
# MinGW system. # MinGW system.
cat <<\EOF cat <<\EOF
#!/bin/sh #!/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. # MinGW-version. Do NOT edit.
posix_name="`cat`" posix_name="`cat`"
posix_prefix="/" posix_prefix="/"
...@@ -2299,7 +2298,7 @@ EOF ...@@ -2299,7 +2298,7 @@ EOF
# Native POSIX system. # Native POSIX system.
cat <<\EOF cat <<\EOF
#!/bin/sh #!/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. # POSIX-version. Do NOT edit.
cat cat
EOF EOF
...@@ -2308,7 +2307,7 @@ else ...@@ -2308,7 +2307,7 @@ else
# rntcl-style # rntcl-style
cat <<\EOF cat <<\EOF
#!/bin/sh #!/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. # RNTCL-version. Do NOT edit.
sed -e "$PIKE_PATH_TRANSLATE" sed -e "$PIKE_PATH_TRANSLATE"
EOF EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment