From 8e2153ffecf0185b077de30455e47a0c75c2f87f Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Sun, 10 Feb 2008 02:26:23 +0000 Subject: 2008-02-10 Andrew John Hughes * scripts/check_jni_methods.sh.in: Use abs_top_builddir so that the absolute path to the build directory is used by the script. --- scripts/check_jni_methods.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check_jni_methods.sh.in b/scripts/check_jni_methods.sh.in index b9bc7e7d8..d23f11d94 100644 --- a/scripts/check_jni_methods.sh.in +++ b/scripts/check_jni_methods.sh.in @@ -9,7 +9,7 @@ TMPFILE3=/tmp/check-jni-methods.$$.3 # Find all methods defined in the header files generated # from the java source files. -grep -h '^JNIEXPORT .* Java_' @top_builddir@/include/*.h | \ +grep -h '^JNIEXPORT .* Java_' @abs_top_builddir@/include/*.h | \ LC_ALL=C sed -e 's,.*JNICALL \(Java_[a-z_A-Z0-9]*\).*$,\1,' | \ sort > $TMPFILE -- cgit v1.2.1