aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-24 18:41:03 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-24 18:50:12 +0100
commitf440a9c21188195ad111cf01d4e00c0874e72bb1 (patch)
tree8c77ca3d8166ed4176a9941d21f3a6b19bfd016a /configure.ac
parent84ed06fc7c31e493e627923bb06abd0ef2a3c27b (diff)
Improve ctct(1)
- 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d69c7a6..c2f8011 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# along with ctct. If not, see <https://www.gnu.org/licenses/>.
#
-AC_INIT([ctct], [0.2.X], [alguien@respiranto.de])
+AC_INIT([ctct], [0.2.3-dev], [alguien@respiranto.de])
AC_CONFIG_FILES(
[Makefile]
[ctct.1]