]> git.draconx.ca Git - gentoo-draconx.git/blob - net-nds/ypbind/files/ypbind-1.38-avoid-autopoint.patch
Add ebuilds for ypbind.
[gentoo-draconx.git] / net-nds / ypbind / files / ypbind-1.38-avoid-autopoint.patch
1 From 2c9a2e9b470477b4a02878406c4aa6f0d6c842ec Mon Sep 17 00:00:00 2001
2 From: Nick Bowler <nbowler@draconx.ca>
3
4 ---
5  configure.ac | 2 +-
6  1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/configure.ac b/configure.ac
9 index 6d909ce861fb..665db23c151d 100644
10 --- a/configure.ac
11 +++ b/configure.ac
12 @@ -112,7 +112,7 @@ JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpage
13  AM_CONDITIONAL(ENABLE_REGENERATE_MAN, test x$enable_man != xno)
14  
15  dnl internationalization macros
16 -AM_GNU_GETTEXT_VERSION
17 +m4_traceoff([AM_GNU_GETTEXT])
18  AM_GNU_GETTEXT([external])
19  
20  dnl By default, don't send a ping to all server at the same time
21 -- 
22 2.16.4
23