Fix $Config{src} on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sat, 28 Dec 2013 20:09:46 +0000 (14:09 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 28 Dec 2013 20:09:46 +0000 (14:09 -0600)
It may not matter much as it's been broken since dab31494e8bab and
doesn't seem to have caused any trouble, but to be pedantically
correct the location of the source is not the same as the install
location.

configure.com

index db9f0be..494b819 100644 (file)
@@ -2454,7 +2454,7 @@ $ ENDIF
 $ ! more redundant scrubbing of values
 $ prefix = prefix - "000000."
 $ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + ".]"
-$ src = prefix
+$ src = prefix - "_ROOT."
 $!: determine root of directory hierarchy where package will be installed.
 $ dflt = prefix
 $ IF .NOT.silent