100-portability.patch 325 B

12345678
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -1,4 +1,4 @@
  4. -AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)]))
  5. +AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
  6. AC_CONFIG_SRCDIR([src/patchelf.cc])
  7. AC_CONFIG_AUX_DIR([build-aux])
  8. AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])