Home | History | Annotate | Download | only in dist

Lines Matching refs:mail_version

65 #	the string MAIL_VERSION at the end of a configuration
72 # This mode will replace the string MAIL_VERSION at the end
262 # Expand the string MAIL_VERSION at the end of "make install" etc.
266 # Note that MAIL_VERSION) does not anchor the match at the end.
272 *MAIL_VERSION*)
273 case "$mail_version" in
274 "") mail_version="`bin/postconf -dhx mail_version`" || exit 1
276 val=`echo "$junk" | sed 's/MAIL_VERSION$/'"$mail_version/g"` || exit 1
278 *MAIL_VERSION*)
279 echo "MAIL_VERSION not at end of parameter value: $junk" 1>&2; exit 1
848 case "$mail_version" in
849 "") mail_version="`bin/postconf -dhx mail_version`" || exit 1
852 # Undo MAIL_VERSION expansion at the end of a parameter value. If
860 *"$mail_version"*)
862 "") pattern=`echo "$mail_version" | sed 's/\./\\\\./g'` || exit 1
864 val=`echo "$junk" | sed "s/$pattern"'$/${mail_version}/g'` || exit 1