Subject: Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1773 From: Brice Goglin (Brice.Goglin_at_[hidden]) Date: 2010-02-26 13:13:37
jsquyres_at_[hidden] 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