summaryrefslogtreecommitdiff
blob: 5a076a7ba2a8d8926d6409ea339644e7b10e318d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From f9e6d4ac86b53cb3b9a8fcd95194798e7ec56e3a Mon Sep 17 00:00:00 2001
From: Harri Nieminen <moikkis@gmail.com>
Date: Sat, 4 Mar 2017 13:52:22 +0200
Subject: [PATCH 1/3] Remove useless gettext version check

Fixes following error:
autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ed48b6f..f6ba2af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ AC_HEADER_STDC
 AC_FUNC_SELECT_ARGTYPES
 AC_CHECK_FUNCS([bzero memset select strdup])
 AM_GNU_GETTEXT([external]) 
-AM_GNU_GETTEXT_VERSION
 LIBS="`fltk-config --use-images --ldflags` -lasound"
 CXXFLAGS="-g `fltk-config --use-images --cxxflags`"
 AC_CHECK_HEADERS([unistd.h])
-- 
2.12.0