Home | History | Annotate | Download | only in dist

Lines Matching refs:mail_version

31 #	Do not try to specify something like \fB$mail_version\fR:
1054 # "make makefiles shlib_directory=/some/where/'$mail_version'". This
1062 # ould replace "'${mail_version}'" and "'$(mail_version)'" with
1066 # replace the string MAIL_VERSION at the end of parameter values in
1069 # unexpanded ${mail_version} in configuration parameter values (both
1084 sed '/^\/\*/,/\*\//d' src/global/mail_version.h >>makedefs.test.c
1101 # Helper to expand MAIL_VERSION at the end of a command-line parameter value.
1103 # Note that MAIL_VERSION) does not anchor the match at the end.
1109 *MAIL_VERSION*)
1111 sed 's/MAIL_VERSION$/\\\\$${mail_version}/g'`|| exit 1
1112 case "$mail_version" in
1113 "") mail_version=`def_mail_version` || exit 1
1115 parm_val=`echo "$parm_val" | sed 's/MAIL_VERSION$/'"$mail_version/g"` ||
1118 *MAIL_VERSION*)
1119 error "MAIL_VERSION not at end of parameter value: $parm_val"