summaryrefslogtreecommitdiff
path: root/package/findutils/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-16 18:12:36 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-16 18:12:36 +0100
commitc9fc73c8354c8f9a91943e07e1958ebb2cb1f4b4 (patch)
treeb231676415068adf4dd916d82d80c643013d4cfb /package/findutils/patches/patch-configure_ac
parent329c31246e8aea3d3a1890ea839776d707b4617f (diff)
findutils: update to latest, musl patches no longer required, as upstream updated included gnulib copy
Diffstat (limited to 'package/findutils/patches/patch-configure_ac')
-rw-r--r--package/findutils/patches/patch-configure_ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/findutils/patches/patch-configure_ac b/package/findutils/patches/patch-configure_ac
deleted file mode 100644
index 7a4dacf45..000000000
--- a/package/findutils/patches/patch-configure_ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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,