blob: 439fcdc7851795c7e1975033c6b901db7f1ce824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-configure.ac,v 1.2 2020/08/28 19:35:46 scole Exp $
Remove git hub versioning info
--- configure.ac.orig 2020-08-06 11:27:39.000000000 +0000
+++ configure.ac
@@ -2,9 +2,7 @@ dnl Process this file with autoconf to p
AC_PREREQ(2.50)
-AC_INIT(swath,
- m4_esyscmd([build-aux/git-version-gen]),
- [https://github.com/tlwg/swath/issues])
+AC_INIT([swath], [0.6.1nb3])
AC_CONFIG_SRCDIR([src/wordseg.cpp])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_LIBOBJ_DIR([lib])
|