view javah.in @ 2706:c1f745660d29 default tip

PR1726: configure fails looking for ecj.jar before even trying to find javac 2014-03-28 Andrew John Hughes <gnu.andrew@redhat.com> * acinclude.m4: (IT_FIND_COMPILER): Check value of ECJ_JAR and JAVAC here ... (IT_FIND_ECJ_JAR): ... rather than here where ${JAVAC} may not yet be defined. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 28 Mar 2014 18:22:00 +0000
parents 71fb0f9294cb
children
line wrap: on
line source

#!/usr/bin/perl -w
use strict;

exec '@JAVAH@', (grep !/^-X/, @ARGV) ;