> 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 <[email protected]>
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

_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to