aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-12-24 14:04:17 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-24 14:04:17 +0200
commitc0acf4aa6eefcf5b90f25416d64f8c6090363a89 (patch)
tree6c2acc8cd4025216bc451e92968a65060d6c9acb
parentd4c75df269b8ab71b28cbb2a6c582a9ea38a65be (diff)
downloadgdbm-c0acf4aa6eefcf5b90f25416d64f8c6090363a89.tar.gz
gdbm-c0acf4aa6eefcf5b90f25416d64f8c6090363a89.tar.bz2
Fix the use of unprefixed dnl in configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c7c48a8..8a875b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 19)
-dnl m4_define([_GDBM_VERSION_PATCH], 0)
+m4_dnl m4_define([_GDBM_VERSION_PATCH], 0)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),

Return to:

Send suggestions and report system problems to the System administrator.