On Mon, May 20, 2013 at 07:56:43PM +0300, Teppo Jussmäki wrote:
> On Mac OS X libtoolize is named glibtoolize and without separately set 
> environment variables build command "make -f Smake" produces an error:
> libtoolize: command not found
> 
> In file Smake (line 133):
> libtoolize --force --automake
> 
> One possible solution, replace line 133 with:
> if [ $(shell which glibtoolize) ]; then  \
> glibtoolize --force --automake;  \
> else libtoolize --force --automake; fi;

Jeremy, do you run into the same problem in your Mac OS X builds?  What
solution do you use?

Thanks,

Ben.

_______________________________________________
Pspp-users mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to