Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 555360
Collapse All | Expand All

(-)patchelf-0.8.orig/configure.ac (-1 / +1 lines)
Lines 1-4 Link Here
1
AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)]))
1
AC_INIT([patchelf], m4_esyscmd_s([cat ./version]))
2
AC_CONFIG_SRCDIR([src/patchelf.cc])
2
AC_CONFIG_SRCDIR([src/patchelf.cc])
3
AC_CONFIG_AUX_DIR([build-aux])
3
AC_CONFIG_AUX_DIR([build-aux])
4
AM_INIT_AUTOMAKE([-Wall  dist-bzip2 foreign color-tests parallel-tests])
4
AM_INIT_AUTOMAKE([-Wall  dist-bzip2 foreign color-tests parallel-tests])

Return to bug 555360