dnl $OpenLDAP$
+dnl
dnl Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
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
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