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 > [email protected] > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
