From e8b16d9366d7f93aed5a997abf18b5ae5e3bcd66 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 13 Oct 1993 19:28:49 +0000 Subject: [PATCH] AC_REVISION wants a Revision:, not a Id:. --- configure.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 9e37d9ea8..812f31cd0 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,6 @@ -dnl Process this file with autoconf to produce a configure script. -dnl This configure.in was derived from the configure.in in the -dnl GNU regex package, rel 0.11. Since LysKOM uses that package, -dnl this configure script must include everything it needs. -AC_REVISION($Id: configure.in,v 1.6 1993/10/12 23:22:44 ceder Exp $) +dnl $Id: configure.in,v 1.7 1993/10/13 19:28:49 ceder Exp $ +dnl Configuration for LysKOM +AC_REVISION($Revision: 1.7 $) AC_INIT(src/server/lyskomd.h) AC_PROG_CC AC_AIX -- GitLab