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.
9 lines
325 B
9 lines
325 B
10 years ago
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)]))
|
||
|
+AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
|
||
|
AC_CONFIG_SRCDIR([src/patchelf.cc])
|
||
|
AC_CONFIG_AUX_DIR([build-aux])
|
||
|
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
|