use ' instead of " when setting rcs id variable

This commit is contained in:
Kurt Zeilenga 1999-09-09 05:31:52 +00:00
parent 474acd4ae4
commit 480103705f
3 changed files with 3 additions and 2 deletions

View 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

View 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

2
configure vendored
View file

@ -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