Skip to content

Commit

Permalink
[fix] newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
albarrentine committed Mar 29, 2017
1 parent e4ef3ec commit 7278c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion m4/ax_jni_include_dir.m4
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ while ls -ld "$_cur" 2>/dev/null | grep " -> " >/dev/null; do
AC_MSG_RESULT([$_cur])
done
_ACJNI_FOLLOWED="$_cur"
])# _ACJNI
])# _ACJNI
2 changes: 1 addition & 1 deletion m4/ax_prog_javac.m4
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ m4_undefine([m4_ax_prog_javac_list])dnl
test "x$JAVAC" = x && AC_MSG_ERROR([no acceptable Java compiler found in \$PATH])
AX_PROG_JAVAC_WORKS
AC_PROVIDE([$0])dnl
])
])
2 changes: 1 addition & 1 deletion m4/ax_prog_javac_works.m4
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ fi
rm -f $JAVA_TEST $CLASS_TEST
])
AC_PROVIDE([$0])dnl
])
])

0 comments on commit 7278c6e

Please sign in to comment.