]> git.sur5r.net Git - openldap/commitdiff
use ' instead of " when setting rcs id variable
authorKurt Zeilenga <kurt@openldap.org>
Thu, 9 Sep 1999 05:31:52 +0000 (05:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 9 Sep 1999 05:31:52 +0000 (05:31 +0000)
acinclude.m4
build/openldap.m4
configure

index 32b7cdfff9c98883fa53837f237fdd58fc44e684..35f9931fee7a87f9e0b27cb8891a4c7eef918445 100644 (file)
@@ -1,4 +1,5 @@
 dnl $OpenLDAP$
+dnl
 dnl Copyright 1998-1999 The OpenLDAP Foundation,  All Rights Reserved.
 dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 dnl
index 0d39bcd60ec0438824c952145525f8a896c980dc..055a9df7abcd8dcf339b4520e3033257e503d15e 100644 (file)
@@ -6,7 +6,7 @@ dnl
 dnl OpenLDAP Autoconf Macros
 dnl
 dnl --------------------------------------------------------------------
-AC_DEFUN([OL_RCS_ID], "[$]$1[$]")dnl
+AC_DEFUN([OL_RCS_ID], '[$]$1[$]')dnl
 dnl --------------------------------------------------------------------
 dnl Restricted form of AC_ARG_ENABLE that limits user options
 dnl
index 1cfa03a2895d823088e1223099eecadc16682ff5..58fd1270337cf9e7976dedd73d5ace7e6938cb28 100755 (executable)
--- a/configure
+++ b/configure
@@ -642,7 +642,7 @@ fi
 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-OPENLDAP_ID="$OpenLDAP$"
+OPENLDAP_ID='$OpenLDAP$'
 
 OL_VERSION=`cat $ac_aux_dir/version`
 if test -z "$OL_VERSION"; then