[CM] snd-8 make install fails

Orm Finnendahl finnendahl@folkwang-hochschule.de
Mon, 10 Apr 2006 20:44:01 +0200


thanks for the information. Good to know...

--
Orm

Am 10. April 2006, 18:45 Uhr (+0200) schrieb Michael Scholz:
> 
> Orm, if you call configure with the full path, this doesn't appear
> (e.g. `pwd`/configure ...).
> 
> Bill, you can safely replace in snd/po/Makefile.in.in, line 30:
> 
>   mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
> 
> by
> 
>   mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
> 
> This is what I found in fth/po/Makefile.in.in.  $(MKINSTALLDIRS)
> contains the correct path to mkinstalldirs, so the case-esac isn't
> needed.
> 
> Mike
> 
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist