blob: 5f4090bb44bbb0738c11c43ca70f3eda2847a00f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: commoncpp2-1.7.1/configure.ac
===================================================================
--- commoncpp2-1.7.1.orig/configure.ac
+++ commoncpp2-1.7.1/configure.ac
@@ -10,6 +10,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT(src/thread.cpp)
+m4_pattern_allow(LT_VERSION)
VERSION="1.7.1"
LT_RELEASE="1.7"
|