You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
700 B

  1. --- a/intl/Makefile.in
  2. +++ b/intl/Makefile.in
  3. @@ -19,7 +19,7 @@
  4. PACKAGE = @PACKAGE@
  5. VERSION = @VERSION@
  6. -SHELL = /bin/sh
  7. +SHELL = @SHELL@
  8. srcdir = @srcdir@
  9. top_srcdir = @top_srcdir@
  10. @@ -56,6 +56,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" -DLO
  11. -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
  12. -Dset_relocation_prefix=libintl_set_relocation_prefix \
  13. -Drelocate=libintl_relocate \
  14. +-DINSTALLPREFIX=\"$(prefix)\" \
  15. -DDEPENDS_ON_LIBICONV=1 @DEFS@
  16. CPPFLAGS = @CPPFLAGS@
  17. CFLAGS = @CFLAGS@
  18. --- a/po/Makefile.in.in
  19. +++ b/po/Makefile.in.in
  20. @@ -13,7 +13,7 @@
  21. PACKAGE = @PACKAGE@
  22. VERSION = @VERSION@
  23. -SHELL = /bin/sh
  24. +SHELL = @SHELL@
  25. @SET_MAKE@
  26. srcdir = @srcdir@