[icedtea6][RFC] Fix: xalan/xerces dependencies issues in F15 build

Deepak Bhole dbhole at redhat.com
Mon Jun 13 08:57:59 PDT 2011


* Deepak Bhole <dbhole at redhat.com> [2011-06-13 11:55]:
> * Danesh Dadachanji <ddadacha at redhat.com> [2011-06-07 16:12]:
> > +dnl Generic macro to instantiate a Java class
> > +dnl Takes three arguments: the name of the macro,
> > +dnl the name of the class and the instantiation
> > +dnl paramaters.  The macro name is usually the 
> > +dnl name of the class with '.' replaced by '_' 
> > +dnl and all letters capitalised.
> > +dnl Also takes optional classpath paramater.
> > +dnl e.g. IT_CHECK_FOR_INSTANTIABLE_CLASS([JAVA_LANG_INTEGER],
> > +dnl        [java.lang.Integer],[0],[./bin])
> > +AC_DEFUN([IT_CHECK_IF_INSTANTIABLE],[
> > +AC_CACHE_CHECK([if $2 is instantiable], it_cv_$1, [
> 
> I think it would be better to make this variadic. Though then, the
> classpath would have to be moved to #3 and made non-optional.
> 

Er, ignore that. Don't know what I was thinking. It can already take
arbitrary args.

Cheers,
Deepak



More information about the distro-pkg-dev mailing list