diff options
author | Roland McGrath <roland@redhat.com> | 1994-03-29 00:23:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-03-29 00:23:41 +0000 |
commit | 087ef58502db8b2f4c5e58d129a9226ebb376c74 (patch) | |
tree | ee0379014e19673d7ea48e47805693c4c0dd5e65 /configure.in | |
parent | 298a8363ff468123967f479e2a131c56bf4acff1 (diff) | |
download | gunmake-087ef58502db8b2f4c5e58d129a9226ebb376c74.tar.gz |
Put $Id$ inside [] in AC_REVISION, since expansion contains a comma.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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) |