summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-03-29 00:23:41 +0000
committerRoland McGrath <roland@redhat.com>1994-03-29 00:23:41 +0000
commit087ef58502db8b2f4c5e58d129a9226ebb376c74 (patch)
treeee0379014e19673d7ea48e47805693c4c0dd5e65 /configure.in
parent298a8363ff468123967f479e2a131c56bf4acff1 (diff)
downloadgunmake-087ef58502db8b2f4c5e58d129a9226ebb376c74.tar.gz
Put $Id$ inside [] in AC_REVISION, since expansion contains a comma.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6501a7c..cabbdaf 100644
--- a/configure.in
+++ b/configure.in
@@ -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)