bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gtags.conf.in ignores custom --libdir if set


From: Shigio YAMAGUCHI
Subject: Re: gtags.conf.in ignores custom --libdir if set
Date: Tue, 13 Oct 2015 12:18:34 +0900

> Gladly, patch enclosed.

It works fine. Thank you.

By the way, I modified your code a little so that it might be
easy to maintain. I attached a patch for your version and
test script.

I have tested this on OSX 10.8.5. The behavior is as follows:

$ sh test.sh
+ ./configure
+ grep libdir_QUOTED config.log
libdir_QUOTED='/usr/local/lib'
+ ./configure --prefix=/foo
+ grep libdir_QUOTED config.log
libdir_QUOTED='/foo/lib'
+ ./configure --exec-prefix=/bar
+ grep libdir_QUOTED config.log
libdir_QUOTED='/bar/lib'
+ ./configure --prefix=/foo --exec-prefix=/bar
+ grep libdir_QUOTED config.log
libdir_QUOTED='/bar/lib'
+ ./configure --prefix=/foo --exec_prefix=/bar --libdir=/foo/lib64
+ grep libdir_QUOTED config.log
libdir_QUOTED='/foo/lib64'

> So if I understand correctly, gtags.conf.in will need to be revised to omit
> the file extension altogether? yes, I think that will work perfectly.

I will answer in the next mail.

Regards,
Shigio
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

Attachment: 0002-gtags-libdir.patch
Description: Binary data

Attachment: test.sh
Description: Bourne shell script


reply via email to

[Prev in Thread] Current Thread [Next in Thread]