patch-configure_ac 615 B

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