This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
dejagnu : runtest.exp wrong installed
- To: egcs at cygnus dot com (egcs mailing list)
- Subject: dejagnu : runtest.exp wrong installed
- From: "Philippe De Muyter" <phdm at mail dot macqel dot be>
- Date: Fri, 10 Oct 1997 09:48:49 +0200 (MET DST)
With dejagnu-971006, make install installs all dejagnu's data files
in /usr/local/share, not in /usr/local/share/dejagnu as runtest expects
them. The problem seems to be that dejagnu/Makefile tries to define
datadir as ${prefix}/share/dejagnu, but is invoked with
datadir=${prefix}/share. What's the proper way to fix that ?