This is the mail archive of the
gdb@sourceware.cygnus.com
mailing list for the GDB project.
INSTALL set incorrectly in gdb/doc/Makefile
- To: gdb at sourceware dot cygnus dot com
- Subject: INSTALL set incorrectly in gdb/doc/Makefile
- From: Eli Zaretskii <eliz at delorie dot com>
- Date: Sun, 27 Feb 2000 03:38:50 -0500 (EST)
Does anyone else see problems with the value of INSTALL in
gdb/doc/Makefile?
In my case, it gets set to "../". I did a bit of digging, and it
seems that the reason is that gdb/configure uses ac_given_INSTALL
right before it recurses into gdb/doc, but ac_given_INSTALL is not set
anywhere except config.status, which runs in a separate shell.
I initially thought it was specific to DJGPP, but the above seems
quite general...
Am I missing something?
This is in snapshot 000222, btw.