summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-12-23 08:41:21 -0800
committerAdrian Thurston <thurston@colm.net>2020-12-23 08:41:21 -0800
commit20b866cd3bb11a8d26099fbc081b50e22e24c4e7 (patch)
tree8939f12b33df270062420c14ed50fba9885b01af /configure.ac
parent2397df53d2549e58ad3638542185413c57ea0c5d (diff)
downloadcolm-20b866cd3bb11a8d26099fbc081b50e22e24c4e7.tar.gz
removed duplicate version COLM_VERSION
This was left over from the time colm and ragel were in one repos. Now just use VERSION and PUBDATE.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 58af85bc..e1ac4c32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,9 +23,6 @@ dnl SOFTWARE.
AC_INIT(colm, 0.14.3)
PUBDATE="December 2020"
-COLM_VERSION="0.14.3"
-COLM_PUBDATE="December 2020"
-
AM_INIT_AUTOMAKE([foreign])
: ${CFLAGS="-Wall -g"}
@@ -34,8 +31,6 @@ AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(PUBDATE)
-AC_SUBST(COLM_VERSION)
-AC_SUBST(COLM_PUBDATE)
AC_CHECK_SIZEOF([int])
AC_CHECK_SIZEOF([void *])