Displaying 2 results from an estimated 2 matches for "298e6a9".
Did you mean:
29869
2013 Apr 05
1
[PATCH] Mac OS X: Link iconv in libhivex
...appears as Kanji. However, that is an issue
distinct from getting the program to run.
Signed-off-by: Alex Nelson <a.nelson at prometheuscomputing.com>
---
configure.ac | 1 +
lib/Makefile.am | 1 +
2 files changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 0dfb995..298e6a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,6 +184,7 @@ AS_IF([test "x$with_readline" != xno],
dnl For i18n.
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
+AM_ICONV
dnl libxml2.
PKG_CHECK_MODULES([LIBXML2], [libxml-2.0])
diff --git a/lib/Makefile.am b/lib/Makefi...
2013 Apr 27
2
[PATCH] Build and test Perl bindings out-of-tree.
...++++++----
perl/run-perl-tests | 21 ---------------------
perl/run-perl-tests.in | 21 +++++++++++++++++++++
5 files changed, 35 insertions(+), 26 deletions(-)
delete mode 100755 perl/run-perl-tests
create mode 100755 perl/run-perl-tests.in
diff --git a/configure.ac b/configure.ac
index 298e6a9..b398fcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -548,6 +548,7 @@ AC_CONFIG_FILES([Makefile
sh/Makefile
xml/Makefile])
AC_CONFIG_FILES([python/run-python-tests], [chmod +x python/run-python-tests])
+AC_CONFIG_FILES([perl/run-perl-tests], [chmod +x perl/r...