aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--t/rt.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4aa1a3..6e92574 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([libruncap], [1.0], [gray+runcap@gnu.org.ua])
+AC_INIT([libruncap], [m4_esyscmd_s([git describe])], [gray+runcap@gnu.org.ua])
AC_CONFIG_SRCDIR([runcap.c])
AM_INIT_AUTOMAKE([1.11 foreign tar-ustar silent-rules])
diff --git a/t/rt.c b/t/rt.c
index 2c404e2..65310d7 100644
--- a/t/rt.c
+++ b/t/rt.c
@@ -46,6 +46,7 @@ usage(int code)
{
FILE *fp = code ? stderr : stdout;
fprintf(fp, "%s [OPTIONS] COMMAND [ARG...]\n", progname);
+ fprintf(fp, "tests the runcap library\n");
fprintf(fp, "OPTIONS are:\n\n");
fprintf(fp, " -S all|stderr|stdout selects capture for the next -m, -N, or -s option\n");
fprintf(fp, " -f FILE reads stdin from FILE\n");

Return to:

Send suggestions and report system problems to the System administrator.