[GRASS5] installation directories in Makefile and configure are different.

Hi list,

INST_DIR in Makefile and the message from configure don't match:

- INST_DIR = ${prefix}/grass-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}

- configure: ${prefix}/grass${VERSION_MAJOR}${VERSION_MINOR}

Which is correct?

Thanks.

On Friday 22 October 2004 23:05, Huidae Cho wrote:

Hi list,

INST_DIR in Makefile and the message from configure don't match:

- INST_DIR =
${prefix}/grass-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}

- configure: ${prefix}/grass${VERSION_MAJOR}${VERSION_MINOR}

Which is correct?

Correct is the first, I believe. I have fixed configure.in/configure.

Radim