[email protected] 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
[email protected] 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