>>>>> "Clark" == Clark Rawlins <[EMAIL PROTECTED]> writes:
Clark> When I went to generate my Makefile using configure I expected
Clark> that my libdir variable would be set to ${prefix}/lib not
Clark> $(shell pwd). What is going on? What other information is
Clark> relavant? Is this the right place to ask? Is there some
Clark> documentation I missed?
I don't know why you're seeing what you're seeing.
What does your Makefile.am look like?
Do you AC_SUBST(libdir) anywhere yourself?
Tom
- libdir = @libdir@ => libdir = $(shell pwd) Clark Rawlins
- Tom Tromey
