Home | History | Annotate | Download | only in dist

Lines Matching refs:mail_version

31 #	Do not try to specify something like \fB$mail_version\fR:
990 # "make makefiles shlib_directory=/some/where/'$mail_version'". This
998 # ould replace "'${mail_version}'" and "'$(mail_version)'" with
1002 # replace the string MAIL_VERSION at the end of parameter values in
1005 # unexpanded ${mail_version} in configuration parameter values (both
1020 sed '/^\/\*/,/\*\//d' src/global/mail_version.h >>makedefs.test.c
1037 # Helper to expand MAIL_VERSION at the end of a command-line parameter value.
1039 # Note that MAIL_VERSION) does not anchor the match at the end.
1045 *MAIL_VERSION*)
1047 sed 's/MAIL_VERSION$/\\\\$${mail_version}/g'`|| exit 1
1048 case "$mail_version" in
1049 "") mail_version=`def_mail_version` || exit 1
1051 parm_val=`echo "$parm_val" | sed 's/MAIL_VERSION$/'"$mail_version/g"` ||
1054 *MAIL_VERSION*)
1055 error "MAIL_VERSION not at end of parameter value: $parm_val"