Dave Peticolas <[EMAIL PROTECTED]> writes:

> What does the 'prefix' variable in lib/g-wrap/Makefile get
> configured to?
> 
> Does your shell have the PWD envorinment variable defined?

I probably shouldn't have relied on that.  Let's use this (alternately
we could use top_srcdir, but we'd need to set it in lib/Makefile.in):

  g-wrap.configure:
          (cd g-wrap && \
           ./configure --prefix=${ABSOLUTE_TOP_SRCDIR}/lib/g-wrap-install)
          touch g-wrap.configure
  DIST_TRASH += g-wrap.configure

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to