search for: 8e4cb86

Displaying 1 result from an estimated 1 matches for "8e4cb86".

Did you mean: 8e4c206
2012 Jun 11
1
[hivex][PATCH] OS X, bootstrap: Locate pkg.m4
...d to bootstrap a path check so pkg.m4 can be found, so ./configure does not fail invoking PKG_CHECK_MODULES. Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu> --- bootstrap | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/bootstrap b/bootstrap index b2960c1..8e4cb86 100755 --- a/bootstrap +++ b/bootstrap @@ -85,5 +85,10 @@ $gnulib_tool \ --tests-base=gnulib/tests \ --import $modules +# Locate pkg.m4 (installed in non-default location in OS X) +# (Passing non-existent paths with -I causes aclocal, invoked by autoreconf, to die.) +pkgm4dir=$(test -f /o...