blob: 7a4dacf45eb12949f05bcfa03e74387f3f65799c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- findutils-4.4.2.orig/configure.ac Sat May 16 17:27:39 2009
+++ findutils-4.4.2/configure.ac Sat May 24 15:13:05 2014
@@ -77,8 +77,6 @@ AC_PROG_CPP
dnl for gnulib
gl_EARLY
-AM_C_PROTOTYPES
-
AC_PROG_INSTALL
AC_PROG_RANLIB
dnl AC_PROG_LIBTOOL
@@ -203,10 +201,6 @@ AC_CHECK_MEMBER(struct dirent.d_type,,,[
#include <dirent.h>])
jy_AC_ATTRIBUTE_NORETURN
-
-dnl internationalization macros
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.14.5)
dnl regextype.c and regexprops.c are designed to be usable outside findutils,
dnl but findutils doesn't want to support all the regex types in gnulib,
|