From 84ce5c7f600aa91f53db656c062ed269765146dd Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Sat, 23 Nov 2019 16:21:04 +0100 Subject: [PATCH] configure: remove version --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 2d20f09..4ae9b69 100755 --- a/configure +++ b/configure @@ -74,9 +74,6 @@ done CONFIG_MK=config.mk rm -f "$CONFIG_MK" -# : ${VERSION:="$(git describe --dirty --tags --long --always)"} -: ${VERSION:="6.2"} - cat <>$CONFIG_MK PREFIX ?= ${PREFIX:="/usr"} EPREFIX ?= ${EPREFIX:="${PREFIX}"} @@ -85,7 +82,6 @@ SHAREDIR ?= ${SHAREDIR:="${PREFIX}/share"} MANDIR ?= ${MANDIR:="${SHAREDIR}/man"} SYSCONFDIR?= ${SYSCONFDIR:="/etc"} PAMDIR ?= ${PAMDIR:="${SYSCONFDIR}/pam.d"} -CFLAGS += -DVERSION="\"${VERSION}\"" EOF if [ -z "$BUILD" ]; then -- 2.39.2