/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.79 by tromey, Sat Apr 23 00:24:49 2005 UTC revision 1.80 by tromey, Sun Apr 24 18:50:14 2005 UTC
# Line 216  if test "x${COMPILE_JNI}" = xyes; then Line 216  if test "x${COMPILE_JNI}" = xyes; then
216    fi    fi
217    
218    dnl Check for libxml and libxslt libraries (when xmlj is enabled).    dnl Check for libxml and libxslt libraries (when xmlj is enabled).
219    if test "x${COMPILE_XMLJ}" = xyes    if test "x${COMPILE_XMLJ}" = xyes; then
   then  
220      PKG_CHECK_MODULES(XML, libxml-2.0 >= 2.6.8)      PKG_CHECK_MODULES(XML, libxml-2.0 >= 2.6.8)
221      PKG_CHECK_MODULES(XSLT, libxslt >= 1.1.11)      PKG_CHECK_MODULES(XSLT, libxslt >= 1.1.11)
222      AC_SUBST(XML_LIBS)      AC_SUBST(XML_LIBS)
# Line 241  if test "x${COMPILE_JNI}" = xyes; then Line 240  if test "x${COMPILE_JNI}" = xyes; then
240       AC_SUBST(GTK_LIBS)       AC_SUBST(GTK_LIBS)
241    fi    fi
242    
243    if test "x${enable_gtk_cairo}" = xyes    if test "x${enable_gtk_cairo}" = xyes; then
   then  
244      PKG_CHECK_MODULES(CAIRO, cairo)      PKG_CHECK_MODULES(CAIRO, cairo)
245      PKG_CHECK_MODULES(PANGOFT2, pangoft2)      PKG_CHECK_MODULES(PANGOFT2, pangoft2)
246    fi    fi
# Line 272  if test "x${COMPILE_JNI}" = xyes; then Line 270  if test "x${COMPILE_JNI}" = xyes; then
270      AC_MSG_WARN("no, using x86-linux-gnu")      AC_MSG_WARN("no, using x86-linux-gnu")
271    fi    fi
272    ac_sources="include/jni_md-${target_cpu}-${target_os}.h"    ac_sources="include/jni_md-${target_cpu}-${target_os}.h"
273  ac_dests="include/jni_md.h"    ac_dests="include/jni_md.h"
274  while test -n "$ac_sources"; do    while test -n "$ac_sources"; do
275    set $ac_dests; ac_dest=$1; shift; ac_dests=$*      set $ac_dests; ac_dest=$1; shift; ac_dests=$*
276    set $ac_sources; ac_source=$1; shift; ac_sources=$*      set $ac_sources; ac_source=$1; shift; ac_sources=$*
277    ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"      ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
278  done    done
279  AC_CONFIG_LINKS([$ac_config_links_1])    AC_CONFIG_LINKS([$ac_config_links_1])
280  fi  fi
281    
282  CLASSPATH_FIND_JAVAC  CLASSPATH_FIND_JAVAC

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26