mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
use ' instead of " when setting rcs id variable
This commit is contained in:
parent
474acd4ae4
commit
480103705f
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
2
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue