Age | Commit message (Collapse) | Author |
|
- Try to conform to man-pages(7).
`- Try to avoid technical information.
`- Remove the CONFIGURATION section. It's contents are to reappear in
ctct_config(5) which ctct(1) already references.
- Add some commented blank lines to improve readability.
Also, in the main script:
- Add EXIT_* variables. Not yet used.
- Improve the naming in the help output.
- Stop option parsing on '--'.
- In the default case (i.e. no special option), return 1 if only a non
exact match was found.
|
|
- Remove unnecessary AC_SUBST.
- AC_SUBST([default_confdir])
`- Simplify, paricularly get rid of sed.
`- Use local variables.
`- Fix prefix=/ resulting in //'s.
|
|
- Do not declare variables as local if they are also declared using
`typeset'.
- Slightly improve man page.
- Change license links to https.
- Update TODO
|
|
|
|
Somewhere after version 0.2.2.
Most notably, ctct can now be properly installed on OpenBSD and most
likely other BSDs.
|