Signed-off-by: herengui <herengui@uniontech.com> (cherry picked from commit c505905732ceb74bd6a0264e6c372d8811cf81ed)
33 lines
836 B
Diff
33 lines
836 B
Diff
From 8fe33f6c21af2e620d0051fe042454400e7b228d Mon Sep 17 00:00:00 2001
|
|
From: herengui <herengui@uniontech.com>
|
|
Date: Thu, 10 Feb 2022 14:10:12 +0800
|
|
Subject: [PATCH] no svnversion
|
|
|
|
Signed-off-by: herengui <herengui@uniontech.com>
|
|
---
|
|
configure.ac | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 96ffbac..ce9936f 100755
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -6,14 +6,12 @@ m4_include([ax_bam.m4])
|
|
m4_include([ax_check_zlib.m4])
|
|
m4_include([ax_check_eigen.m4])
|
|
|
|
-define([svnversion], esyscmd([sh -c "svnversion|tr -d '\n'"]))dnl
|
|
AC_INIT([cufflinks], [2.2.1], [cole@cs.umd.edu])
|
|
AC_DEFINE(SVN_REVISION, "svnversion", [SVN Revision])
|
|
|
|
AC_CONFIG_SRCDIR([config.h.in])
|
|
AC_CONFIG_HEADERS([config.h])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
-AM_INIT_AUTOMAKE
|
|
|
|
#AM_PATH_CPPUNIT(1.10.2)
|
|
|
|
--
|
|
2.20.1
|
|
|