patch-configure_ac 692 B

12345678910111213141516171819202122
  1. --- findutils-4.4.2.orig/configure.ac 2009-05-16 17:27:39.000000000 +0200
  2. +++ findutils-4.4.2/configure.ac 2014-04-23 15:58:08.081495622 +0200
  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. @@ -204,10 +202,6 @@ AC_CHECK_MEMBER(struct dirent.d_type,,,[
  12. jy_AC_ATTRIBUTE_NORETURN
  13. -dnl internationalization macros
  14. -AM_GNU_GETTEXT([external])
  15. -AM_GNU_GETTEXT_VERSION(0.14.5)
  16. -
  17. dnl regextype.c and regexprops.c are designed to be usable outside findutils,
  18. dnl but findutils doesn't want to support all the regex types in gnulib,
  19. dnl and wants to support an additional one (RE_SYNTAX_EMACS|RE_DOT_NEWLINE).