[patch] find libart2-config executable
Matthias Klose
doko@cs.tu-berlin.de
Sat Jan 3 11:10:00 GMT 2004
This is an "old" patch, somehow it vanished during some checkins ...
It's needed to find the correct libart-config executable on Debian
systems. It's still in libart.m4, but not in aclocal.m4. How was this
file regenerated, if not from libart.m4?
Matthias
--- libjava/aclocal.m4~ 2004年01月02日 12:28:12.000000000 +0100
+++ libjava/aclocal.m4 2004年01月03日 11:59:31.000000000 +0100
@@ -960,7 +960,10 @@
fi
fi
- AC_PATH_PROG(LIBART_CONFIG, libart-config, no)
+ AC_PATH_PROG(LIBART_CONFIG, libart2-config, no)
+ if test "$LIBART_CONFIG" = "no" ; then
+ AC_PATH_PROG(LIBART_CONFIG, libart-config, no)
+ fi
min_libart_version=ifelse([1ドル], ,0.2.5,1ドル)
AC_MSG_CHECKING(for LIBART - version >= $min_libart_version)
no_libart=""
More information about the Java
mailing list