[Open Office] ooo-build --with-vendor configure switch

Jan Holesovsky kendy at suse.cz
Tue Jun 27 11:35:26 EDT 2006


On Wednesday 21 June 2006 16:08, Jan Holesovsky wrote:

> Oh, OK.  So what about to let VENDORNAME as it is, but set it
> programatically based on DISTRO? ;-)  Something like the following in the
> configure.in:
>
> case $DISTRO in
> 	Ark*) VENDORNAME="Ark" ;;
> 	Debian*) VENDORNAME="Debian" ;;
> 	Frugalware*) VENDORNAME="Frugalware" ;;
> 	Mandriva*) VENDORNAME="Mandriva" ;;
> 	SUSE*|Novell*|NLD*) VENDORNAME="Novell" ;;
> 	Ubuntu*) VENDORNAME="Ubuntu" ;;
> 	*) VENDORNAME="$DISTRO" ;;
> esac
>
> Would it be OK?

Committed to ooo-build HEAD.  Please ensure that you do not use --with-vendor 
in your .spec files (or whatever equivalent your distro uses ;-) ) any more 
unless you want to override the --with-vendor selection in the 
distro-configs/YOUR_DISTRO.conf.in.

Please check that the value of VENDORNAME is as you want it; it is printed as:

checking for vendor name based on the distribution name... XYZ

during ./configure.  If you see there a warning that 'Cannot guess vendor from 
distro - please add it to configure.in' please do so ;-)  I am not sure if 
e.g. DroplineGNOME or OpenOffice is the correct value for that distro, etc.

Thank you & regards,
Jan


More information about the Openoffice mailing list