jsquy...@osl.iu.edu wrote: > +$(SYMLINKED_SOURCES): > + if test ! -r $@ ; then \ > + $(LN_S) $(SRC)/$@ $(HWLOC_top_srcdir)/tests/ports/$@; \ > + fi >
Random question: could we use AC_CONFIG_LINKS for this ? Brice
jsquy...@osl.iu.edu wrote: > +$(SYMLINKED_SOURCES): > + if test ! -r $@ ; then \ > + $(LN_S) $(SRC)/$@ $(HWLOC_top_srcdir)/tests/ports/$@; \ > + fi >
Random question: could we use AC_CONFIG_LINKS for this ? Brice