diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-23 20:45:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-23 20:45:28 +0100 |
commit | 52188df5ff2c0cc5a43230915d6bc09dd7c28a32 (patch) | |
tree | 8930d76782aee9ae55f94bc7b6a2ddd88d91f528 /package/findutils/patches/patch-configure_ac | |
parent | a0ad2f92a9133af67883899615eeb760f47f8bff (diff) | |
parent | c2a34ea858a331a0960f1b4854697de448f55381 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/findutils/patches/patch-configure_ac')
-rw-r--r-- | package/findutils/patches/patch-configure_ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/findutils/patches/patch-configure_ac b/package/findutils/patches/patch-configure_ac new file mode 100644 index 000000000..34c03d76f --- /dev/null +++ b/package/findutils/patches/patch-configure_ac @@ -0,0 +1,11 @@ +--- findutils-4.4.2.orig/configure.ac 2009-05-16 17:27:39.000000000 +0200 ++++ findutils-4.4.2/configure.ac 2014-03-23 19:39:22.000000000 +0100 +@@ -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 |