diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2010-05-27 10:32:54 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2010-05-27 10:32:54 +0000 |
commit | e6c6a0238291db27ccdaee229bda59d7981a3182 (patch) | |
tree | 8c17474ce357e3eea2aa57fc1f46b9e34249b809 /gnu | |
parent | 5281557e2f7bb61e2ddfc188540b76ffbb57d34e (diff) | |
download | classpath-e6c6a0238291db27ccdaee229bda59d7981a3182.tar.gz |
Define macros only once and require dependencies rather than using inclusion.
2010-05-04 Andrew John Hughes <ahughes@redhat.com>
* configure.ac:
Call AC_PROG_JAVA_WORKS and AC_PROG_JAVAC_WORKS
in place of AC_PROG_JAVA and AC_PROG_JAVAC
respectively, as this is the real test we want.
* m4/ac_prog_java.m4:
(AC_PROG_JAVA): Don't include AC_PROG_JAVA_WORKS.
* m4/ac_prog_java_works.m4:
(AC_PROG_JAVA_WORKS): Require AC_PROG_JAVA and be
defined only once. Require AC_PROG_JAVAC_WORKS for
compilation of test class. Remove inclusion of
AC_PROG_JAVAC.
(AC_TRY_COMPILE_JAVA): Require AC_PROG_JAVAC_WORKS
rather than AC_PROG_JAVAC. Be defined only once.
* m4/ac_prog_javac.m:
(AC_PROG_JAVAC): Be defined only once. Don't include
AC_PROG_JAVAC_WORKS.
* m4/ac_prog_javac_works.m4:
(AC_PROG_JAVAC_WORKS): Be defined only once. Require
AC_PROG_JAVAC.
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions