Put $Id$ inside [] in AC_REVISION, since expansion contains a comma.
authorRoland McGrath <roland@redhat.com>
Tue, 29 Mar 1994 00:23:41 +0000 (00:23 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 29 Mar 1994 00:23:41 +0000 (00:23 +0000)
configure.in

index 6501a7c..cabbdaf 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Id$)
+AC_REVISION([$Id$])
 AC_INIT(vpath.c)               dnl A distinctive file to look for in srcdir.
 AC_CONFIG_HEADER(config.h)