-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing configure flag for dir naming (/etc/ctags, /usr/share/ctags, /usr/lib/x86_64-linux-gnu/ctags) #580
Comments
For discussion, quick-hacked branch created. Add options to configure:
|
@p-montanus, the changes of #579 was merged. |
Thank you for merging #579. |
@p-montanus, why do you say "quick-hacked" about your branch? |
Due to not well testing at that moment, and not thinking carefully about option names. |
Oh, I see. You can utilize misc/tinst script for install testing. |
Thank you for letting me know. |
revised: p-montanus/ctags@7f26184. If no exception to this specification in a half day, I will create a pull request. |
I have looked at
configure --help
but I can't seem to find a flag for this.Right now, if I install universal-ctags I get (among other things):
/etc/ctags/* (optlib, preload and corpora)
/usr/lib/x86_64-linux-gnu/ctags/* (optlib, preload and corpora)
/usr/share/ctags/* (optlib, preload and corpora)
It would be useful to have a
configure
flag for changing those ctags dirs into other string (and maybe defaulting to universal-ctags?).That would enable universal-ctags to be installed in parallel with other ctags projects, without the possibility of collisions in those directories.
The text was updated successfully, but these errors were encountered: