4570b12
# Leaves PATH unchanged if icecc is already there.
4570b12
# If ccache is there, adds icecc _after_ it.
4570b12
# Otherwise adds icecc to the beginning.
89116ae
4570b12
PATH=`echo $PATH | /bin/sed -e \
4570b12
	'\%@LIBDIR@/icecc/bin% b
4570b12
	s%@LIBDIR@/ccache%&:@LIBDIR@/icecc/bin%
4570b12
	t
4570b12
	s%^%@LIBDIR@/icecc/bin:%'`