From 2f0f94de078115890d86fe1794cb159f54700fbf Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sat, 23 Jul 2011 17:22:37 +0000 Subject: added pkg-config support (#3) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2072 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4e1253e3..a828736e 100644 --- a/configure.in +++ b/configure.in @@ -47,7 +47,7 @@ elif test "$with_jni" != "no" -a "$with_jni" != "" ; then if test \! -r "$with_jni/jni.h" ; then AC_MSG_ERROR(Did not find $with_jni/jni.h) fi - + AC_DEFINE(JNI_ENABLED,1,[Enabled for Java/JNI Support]) AC_MSG_RESULT([enabled]) @@ -59,7 +59,7 @@ elif test "$with_jni" = "" ; then AC_MSG_CHECKING(whether to enable Java/JNI support) - if test "$ac_cv_header_jni_h" = "no" ; then + if test "$ac_cv_header_jni_h" = "no" ; then AC_MSG_RESULT([disabled]) else AC_MSG_RESULT([enabled]) @@ -97,3 +97,5 @@ AC_SUBST(MUTEX_SETTING,$MUTEX_SETTING) AC_OUTPUT(Makefile src/Makefile man/Makefile man/man1/Makefile \ man/man3/Makefile nad/Makefile \ jniwrap/Makefile jniwrap/org/Makefile jniwrap/org/proj4/Makefile) + +AC_OUTPUT(proj.pc) -- cgit v1.2.3