summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Define macros only once and require dependencies rather than using inclusion.Andrew John Hughes2010-05-274-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Cleanup output of javac is gcj test.Andrew John Hughes2010-05-041-2/+5
| | | | | | | | | 2010-05-04 Andrew John Hughes <ahughes@redhat.com> * m4/ac_prog_javac.m4: Capture all output from javac --version to avoid excess output. Make sure no appears when javac is not gcj.
* Update GNU Classpath build system to handle newer autotools.Andrew John Hughes2010-01-303-816/+0
| | | | | | | | | | | | | | 2010-01-30 Andrew John Hughes <ahughes@redhat.com> * autogen.sh: Allow libtool 2.* through. * configure.ac: Updated via autoupdate. * m4/lib-ld.m4, * m4/lib-link.m4, * m4/lib-prefix.m4: Drop old libtool macros which result in build failure.
* * m4/ac_prog_antlr.m4: Check whether ANTLR_JAR is empty.Mark Wielaard2009-03-291-1/+5
|
* Fix minor build system issues.libgcj-import-20081021Andrew John Hughes2008-10-201-11/+4
| | | | | | | | | 2008-10-20 Andrew John Hughes <gnu_andrew@member.fsf.org> * m4/ac_prog_antlr.m4: Remove redundant checks. * tools/Makefile.am: Use gjdoc_gendir when calling antlr.
* Minor ANTLR fixes.Andrew John Hughes2008-10-091-1/+1
| | | | | | | | | | | 2008-10-06 Andrew John Hughes <gnu_andrew@member.fsf.org> * m4/ac_prog_antlr: Check for cantlr as well. * tools/Makefile.am: Only build GJDoc parser when both CREATE_GJDOC and CREATE_GJDOC_PARSER are on.
* Add -regen-gjdoc-parser option.Andrew John Hughes2008-10-052-41/+43
| | | | | | | | | | | | | | | 2008-10-02 Andrew John Hughes <gnu_andrew@member.fsf.org> * configure.ac: Add regen-gjdoc-parser option, and separate antlr tests. * m4/ac_prog_antlr.m4: Turn single test into AC_LIB_ANTLR and AC_PROG_ANTLR. * m4/ac_prog_java.m4: Quote tests. * tools/Makefile.am: Support CREATE_GJDOC_PARSER option.
* Backport GCJ merge antlr check.Andrew John Hughes2008-09-301-2/+2
| | | | | | | 2008-09-29 Matthias Klose <doko@ubuntu.com> * m4/ac_prog_antlr.m4: Check for antlr binary as well.
* 2008-09-14 Matthias Klose <doko@ubuntu.com>Andrew John Hughes2008-09-141-2/+9
| | | | | | * m4/ac_prog_antlr.m4: Allow use of runantlr on systems which have it (Debian/Ubuntu).
* 2008-09-14 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-09-141-2/+2
| | | | | | | | | | | | | * examples/Makefile.am: Check lib directly as well as glibj.zip for boot classes. * m4/acinclude.m4: Only require the class files to be built to allow the tools and examples to be built, not the installation of glibj.zip. * tools/Makefile.am: Check lib directly as well as glibj.zip for boot classes.
* Support GCJ as JAVAC.libgcj-import-20080914Andrew John Hughes2008-09-133-9/+24
| | | | | | | | | | | | | | | | | 2008-09-13 Andrew John Hughes <gnu_andrew@member.fsf.org> * examples/Makefile.am, * lib/Makefile.am: Add GCJ rules. * m4/ac_prog_javac.m4: Check whether JAVAC is gcj. * m4/ac_prog_javac_works.m4: Add GCJ rules. * m4/acinclude.m4: Don't bother checking for -J if using GCJ. * tools/Makefile.am: Add GCJ rules.
* Allow GJDoc 0.8+.Andrew John Hughes2008-08-211-1/+2
| | | | | | | | | 2008-08-22 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/32028: * m4/acinclude.m4: Also allow versions of GJDoc from 0.8* on, as CVS is 0.8.0-pre.
* Ensure we are using GJDoc 0.7.9 for building docs.Andrew John Hughes2008-08-211-1/+9
| | | | | | | | | 2008-08-21 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/32028: * m4/acinclude.m4: (CLASSPATH_WITH_GJDOC): Ensure version 0.7.9 is being used.
* 2008-07-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>libgcj-import-20080811Tom Tromey2008-07-151-0/+16
| | | | | | * m4/acinclude.m4 (CLASSPATH_COND_IF): New macro. * configure.ac: Use it. * tools/Makefile.am (!CREATE_WRAPPERS): Update comment.
* Generalise --with-fastjar to --with-jar and allow it to be turned off.Andrew John Hughes2008-06-271-10/+37
| | | | | | | | | | | | | | 2008-06-27 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/36637: * examples/Makefile.am, * lib/Makefile.am: Use new conditional and $(JAR). * m4/acinclude.m4: Replace --with-fastjar with a general --with-jar check that can be turned off. * tools/Makefile.am: Use new conditional and $(JAR).
* 2008-06-21 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-06-212-4/+7
| | | | | | | * m4/ac_prog_java.m4: Add CACAO and JamVM. * m4/ac_prog_javac.m4: Use variables to store warning options.
* Forwardport native-only build fix #02.Andrew John Hughes2008-06-111-0/+13
| | | | | | | | | 2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org> * Makefile.am: Replace tools with $(TOOLSDIR). * m4/acinclude.m4: Include option to disable building the tools.
* 2008-05-27 Joshua Sumali <jsumali@redhat.com>Joshua Sumali2008-05-273-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add support for Antlr. This is used for building gjdoc. Also generate tools/gjdoc wrapper with gjdoc.in. * doc/gjdoc.texi: New file. * doc/invoke.texi: New file. * doc/Makefile.am: Generate gjdoc documentation. * m4/ac_prog_antlr.m4: New file. * m4/ac_prog_java.m4: New file. * m4/ac_prog_java_works.m4: New file. * tools/Makefile.am: Build gjdoc as part of tools. * tools/com/sun/tools/javadoc/Main.java, * tools/gjdoc.in, * tools/gnu/classpath/tools/doclets/AbstractDoclet.java, * tools/gnu/classpath/tools/doclets/.cvsignore, * tools/gnu/classpath/tools/doclets/debugdoclet/.cvsignore, * tools/gnu/classpath/tools/doclets/debugdoclet/DebugDoclet.java, * tools/gnu/classpath/tools/doclets/DocletConfigurationException.java, * tools/gnu/classpath/tools/doclets/DocletOptionColonSeparated.java, * tools/gnu/classpath/tools/doclets/DocletOptionFile.java, * tools/gnu/classpath/tools/doclets/DocletOptionFlag.java, * tools/gnu/classpath/tools/doclets/DocletOption.java, * tools/gnu/classpath/tools/doclets/DocletOptionPackageWildcard.java, * tools/gnu/classpath/tools/doclets/DocletOptionString.java, * tools/gnu/classpath/tools/doclets/htmldoclet/CssClass.java, * tools/gnu/classpath/tools/doclets/htmldoclet/.cvsignore, * tools/gnu/classpath/tools/doclets/htmldoclet/ExternalDocSet.java, * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java, * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlPage.java, * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlTagletContext.java, * tools/gnu/classpath/tools/doclets/InlineTagRenderer.java, * tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java, * tools/gnu/classpath/tools/doclets/PackageGroup.java, * tools/gnu/classpath/tools/doclets/PackageMatcher.java, * tools/gnu/classpath/tools/doclets/StandardTaglet.java, * tools/gnu/classpath/tools/doclets/TagletPrinter.java, * tools/gnu/classpath/tools/doclets/xmldoclet/.cvsignore, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/.cvsignore, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletConfigurationException.java, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletException.java, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTranslet.java, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletOptions.java, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/JarClassLoader.java, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/OutputFileInfo.java, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/package.html, * tools/gnu/classpath/tools/doclets/xmldoclet/Driver1_4.java, * tools/gnu/classpath/tools/doclets/xmldoclet/Driver.java, * tools/gnu/classpath/tools/doclets/xmldoclet/HtmlRepairer.java, * tools/gnu/classpath/tools/doclets/xmldoclet/TargetContext.java, * tools/gnu/classpath/tools/FileSystemClassLoader.java, * tools/gnu/classpath/tools/gjdoc/AbstractTagImpl.java, * tools/gnu/classpath/tools/gjdoc/ArrayCharacterIterator.java, * tools/gnu/classpath/tools/gjdoc/ClassDocImpl.java, * tools/gnu/classpath/tools/gjdoc/ClassDocProxy.java, * tools/gnu/classpath/tools/gjdoc/ClassDocReflectedImpl.java, * tools/gnu/classpath/tools/gjdoc/ConstructorDocImpl.java, * tools/gnu/classpath/tools/gjdoc/.cvsignore, * tools/gnu/classpath/tools/gjdoc/Debug.java, * tools/gnu/classpath/tools/gjdoc/DirectoryTree.java, * tools/gnu/classpath/tools/gjdoc/DocImpl.java, * tools/gnu/classpath/tools/gjdoc/ErrorReporter.java, * tools/gnu/classpath/tools/gjdoc/ExecutableMemberDocImpl.java, * tools/gnu/classpath/tools/gjdoc/expr/AdditionExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/AndExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryBitwiseExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryComputationExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryEqualityExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryLogicalExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryRelationExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BinaryShiftExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/BitShiftRightExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/CircularExpressionException.java, * tools/gnu/classpath/tools/gjdoc/expr/ConditionalExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantBoolean.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantByte.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantChar.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantDouble.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantFloat.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantInteger.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantLong.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantNull.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantShort.java, * tools/gnu/classpath/tools/gjdoc/expr/ConstantString.java, * tools/gnu/classpath/tools/gjdoc/expr/Context.java, * tools/gnu/classpath/tools/gjdoc/expr/.cvsignore, * tools/gnu/classpath/tools/gjdoc/expr/DivisionExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/EqualExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/EvaluatorEnvironment.java, * tools/gnu/classpath/tools/gjdoc/expr/Evaluator.java, * tools/gnu/classpath/tools/gjdoc/expr/ExclusiveOrExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/Expression.java, * tools/gnu/classpath/tools/gjdoc/expr/GreaterThanExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/GreaterThanOrEqualExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/IdentifierExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/IllegalExpressionException.java, * tools/gnu/classpath/tools/gjdoc/expr/InclusiveOrExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/java-expression.g, * tools/gnu/classpath/tools/gjdoc/expr/LessThanExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/LessThanOrEqualExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/LogicalAndExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/LogicalNotExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/LogicalOrExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/ModuloExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/MultiplicationExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/NegateExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/NotEqualExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/NotExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/ShiftLeftExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/ShiftRightExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/SubtractionExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/TypeCastExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/Type.java, * tools/gnu/classpath/tools/gjdoc/expr/UnaryExpression.java, * tools/gnu/classpath/tools/gjdoc/expr/UnknownIdentifierException.java, * tools/gnu/classpath/tools/gjdoc/FieldDocImpl.java, * tools/gnu/classpath/tools/gjdoc/GjdocPackageDoc.java, * tools/gnu/classpath/tools/gjdoc/GjdocRootDoc.java, * tools/gnu/classpath/tools/gjdoc/InheritDocTagImpl.java, * tools/gnu/classpath/tools/gjdoc/JavadocWrapper.java, * tools/gnu/classpath/tools/gjdoc/LinkTagImpl.java, * tools/gnu/classpath/tools/gjdoc/Main.java, * tools/gnu/classpath/tools/gjdoc/MemberDocImpl.java, * tools/gnu/classpath/tools/gjdoc/MethodDocImpl.java, * tools/gnu/classpath/tools/gjdoc/PackageDocImpl.java, * tools/gnu/classpath/tools/gjdoc/ParameterImpl.java, * tools/gnu/classpath/tools/gjdoc/ParamTagImpl.java, * tools/gnu/classpath/tools/gjdoc/ParseException.java, * tools/gnu/classpath/tools/gjdoc/Parser.java, * tools/gnu/classpath/tools/gjdoc/ProgramElementDocImpl.java, * tools/gnu/classpath/tools/gjdoc/RootDocImpl.java, * tools/gnu/classpath/tools/gjdoc/SeeTagImpl.java, * tools/gnu/classpath/tools/gjdoc/SerialFieldTagImpl.java, * tools/gnu/classpath/tools/gjdoc/SourcePositionImpl.java, * tools/gnu/classpath/tools/gjdoc/TagContainer.java, * tools/gnu/classpath/tools/gjdoc/TagImpl.java, * tools/gnu/classpath/tools/gjdoc/TemporaryStore.java, * tools/gnu/classpath/tools/gjdoc/TextTagImpl.java, * tools/gnu/classpath/tools/gjdoc/ThrowsTagImpl.java, * tools/gnu/classpath/tools/gjdoc/TimerDoclet.java, * tools/gnu/classpath/tools/gjdoc/Timer.java, * tools/gnu/classpath/tools/gjdoc/TypeImpl.java, * tools/gnu/classpath/tools/gjdoc/TypeVariableImpl.java, * tools/gnu/classpath/tools/gjdoc/ValueTagImpl.java, * tools/gnu/classpath/tools/gjdoc/WritableType.java, * tools/gnu/classpath/tools/IOToolkit.java, * tools/gnu/classpath/tools/java2xhtml/.cvsignore, * tools/gnu/classpath/tools/java2xhtml/Java2xhtml.java, * tools/gnu/classpath/tools/MalformedInputEvent.java, * tools/gnu/classpath/tools/MalformedInputListener.java, * tools/gnu/classpath/tools/NotifyingInputStreamReader.java, * tools/gnu/classpath/tools/StringToolkit.java, * tools/gnu/classpath/tools/taglets/AuthorTaglet.java, * tools/gnu/classpath/tools/taglets/CodeTaglet.java, * tools/gnu/classpath/tools/taglets/CopyrightTaglet.java, * tools/gnu/classpath/tools/taglets/.cvsignore, * tools/gnu/classpath/tools/taglets/DeprecatedTaglet.java, * tools/gnu/classpath/tools/taglets/GenericTaglet.java, * tools/gnu/classpath/tools/taglets/GnuExtendedTaglet.java, * tools/gnu/classpath/tools/taglets/SinceTaglet.java, * tools/gnu/classpath/tools/taglets/TagletContext.java, * tools/gnu/classpath/tools/taglets/ValueTaglet.java, * tools/gnu/classpath/tools/taglets/VersionTaglet.java, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/gjdoc_common.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/about.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/allclasses.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/allpackages.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/alphaindex_chunked.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/alphaindex.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/classdoc-source.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/classdoc-uses.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/classdoc.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/deprecated.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/descriptor.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/doctranslet.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/fulltree.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/gjdoc.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/help.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/html_common.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/index_noframes.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/index.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packageclasses.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packagedoc.xsl, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/default_help_en.html, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-clean.css, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml.css, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-fixed.css, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-sclara.css, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdoc.js, * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/serialized.xsl, * tools/resource/gnu/classpath/tools/gjdoc/dtd/dbcentx.mod, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsa.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsb.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsc.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsn.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amso.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsr.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-box.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-cyr1.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-cyr2.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-dia.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk1.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk2.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk3.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk4.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-lat1.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-lat2.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-num.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-pub.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-tech.ent, * tools/resource/gnu/classpath/tools/gjdoc/dtd/gjdoc-alphaindex.dtd, * tools/resource/gnu/classpath/tools/gjdoc/dtd/gjdoc.dtd, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdochtml-clean-color1.css, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdochtml-clean-layout.css, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdochtml-vanilla.css, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdoc.js, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/help.xhtml, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties, * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/xhtml11-target10.dtd, * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.2.txt, * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.3.txt, * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.4.txt, * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.5.txt, * tools/resource/gnu/classpath/tools/gjdoc/rng/gjdoc-classdoc.rng, * tools/resource/gnu/classpath/tools/gjdoc/rng/gjdoc-common.rng, * tools/resource/gnu/classpath/tools/gjdoc/rng/gjdoc-index.rng, * tools/resource/gnu/classpath/tools/gjdoc/version.properties, * tools/resource/gnu/classpath/tools/gjdoc/version.properties.in: New files, taken from gjdoc source tree.
* 2008-04-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Tom Tromey2008-04-161-1/+1
| | | | | | | | | * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name. * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar) (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv) (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies for these scripts, to trick automake into hiding the respective rules for the programs below the CREATE_WRAPPERS conditional.
* 2008-02-21 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-212-3/+3
| | | | | | | | * m4/acinclude.m4: Remove check for gcjh. * m4/ac_prog_javac.m4: Check for ecj-3.2 and ecj-3.3, and add -Xlint:unchecked for javac.
* 2008-02-21 David Walluck <david@jpackage.org>Andrew John Hughes2008-02-211-12/+28
| | | | | | | PR classpath/27204: * m4/acinclude.m4: (REGEN_WITH_JAY): Handle 'yes' as a default, not a directory and give more user-friendly output.
* 2008-02-21 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-211-2/+2
| | | | | | PR classpath/35274: * m4/acinclude.m4: Increase maximum heap size to 768mb.
* 2008-02-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-171-2/+2
| | | | | | | * m4/ac_prog_javac.m4: Turn off ecj warnings for deprecation, serialization and unused imports (both cases).
* 2008-02-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-171-1/+1
| | | | | | * m4/ac_prog_javac.m4: Turn off ecj warnings for deprecation, serialization and unused imports.
* 2008-02-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-151-4/+8
| | | | | | | PR classpath/34579: * m4/ac_prog_javac_works.m4: Change test to one that doesn't rely on the compiler's class library.
* 2008-02-11 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-123-271/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR classpath/34578: * NEWS: Mention javah and javac build changes. * configure.ac: Call AC_PROG_JAVAC and CLASSPATH_JAVAC_MEM_CHECK instead of CLASSPATH_FIND_JAVAC. * examples/Makefile.am: Simplify compiler choice to just use JAVAC. * lib/Makefile.am: Likewise, but with JAVAC_MEM_OPT too. * m4/ac_prog_javac.m4: New file. * m4/ac_prog_javac_works.m4: Likewise. * m4/acinclude.m4: (CLASSPATH_FIND_JAVAC): Removed. (CLASSPATH_WITH_GCJ): Removed. (CLASSPATH_CHECK_GCJ): Removed. (CLASSPATH_WITH_JIKES): Removed. (CLASSPATH_CHECK_JIKES): Removed. (CLASSPATH_WITH_KJC): Removed. (CLASSPATH_CHECK_KJC): Removed. (CLASSPATH_WITH_ECJ): Removed. (CLASSPATH_CHECK_ECJ): Removed. (CLASSPATH_WITH_JAVAC): Removed. (CLASSPATH_CHECK_JAVAC): Removed. (CLASSPATH_JAVAC_MEM_CHECK): Added. * tools/Makefile.am: Simplify compiler choice to just javac.
* 2008-02-10 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2008-02-101-22/+0
| | | | | | | | * lib/Makefile.am (compile_classpath), include/Makefile.am (JAVAH): Replaced USER_CLASSLIB with PATH_TO_GLIBJ_ZIP. * m4/acinclude.m4 (CLASSPATH_WITH_CLASSLIB)[--with-classpath]: Removed unused option. It's superceded by --with-glibj-zip.
* 2008-02-10 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2008-02-101-1/+1
| | | | | * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAH)[USER_JAVAH]: Check for gjavah-4.3.
* * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAC): DeleteMark Wielaard2008-02-081-1/+1
| | | | | | Colour.class. * include/.cvsignore: Add java_* and gnu_*.h.
* 2008-02-08 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2008-02-081-1/+1
| | | | | | | | | | | | | | | | | * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAH) [USER_JAVAH]: Check for gjavah-4.2 and gjavah-4.1. 2008-02-08 Dalibor Topic <robilad@kaffe.org> * vm/reference/java/lang/VMDouble.java (doubleToLongBits): Removed unused method. * native/jni/java-lang/java_lang_VMDouble.c (Java_java_lang_VMDouble_doubleToLongBits): Removed unused function. * include/java_lang_VMDouble.h: Regenerated. * doc/cp-vmintegration.texinfo (java.lang.VMDouble): Removed unused method doubleToLongBits.
* 2008-01-14 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-01-141-2/+2
| | | | | | * m4/acinclude.m4: Remove bootclasspath option which fails with OpenJDK javac.
* 2008-01-08 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-01-081-0/+1
| | | | | | PR classpath/34579: * m4/acinclude.m4: (CLASSPATH_CHECK_JAVAC): Delete Colour.java
* 2008-01-03 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-01-031-7/+6
| | | | | | | PR classpath/34578: * m4/acinclude.m4: (CLASSPATH_CHECK_JAVAC): Don't rely on 1.5 class library.
* build fix for cygwinDalibor Topic2007-12-281-1/+1
| | | | | | | | | | | | | | 2007-12-28 Dalibor Topic <robilad@kaffe.org> * m4/acinclude.m4 (CLASSPATH_WITH_GLIBJ): Use AC_PATH_PROGS instead of AC_PATH_PROG to check for FASTJAR as fastjar, gjar or jar. Add braces to AC_PATH_PROGS arguments. * tools/Makefile.am (TOOLS_ZIP), lib/Makefile.am (collections.jar, glibj.zip): Quote FASTJAR in case it's in a path with whitespace.
* 2007-10-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2007-10-161-2/+2
| | | | | | * m4/acinclude.m4: Add -sourcepath so that some proprietary JDKs don't try to compile the whole of Classpath when testing the compiler.
* 2007-10-12 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2007-10-121-0/+25
| | | | | | | PR classpath/33622: * lib/Makefile.am: Use JAVAC_ARGS variable. * m4/acinclude.m4: Check javac is 1.5 compliant and whether it supports -J.
* 2007-10-12 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2007-10-121-1/+1
| | | | | | PR classpath/33623: * m4/acinclude.m4: Fix typo which prevents --with-ecj being used.
* 2007-10-08 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2007-10-081-6/+12
| | | | | | | | | | PR classpath/33623: * examples/Makefile.am: Exit with no compiler. * lib/Makefile.am: Likewise. * m4/acinclude.m4: Handle ecj and javac using separate variables and catch when JAVAC/ECJ is empty.
* 2007-06-25 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-06-241-5/+1
| | | | | | * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAC): If the user passes an explicit argument to configure, just use it, and don't attempt to run AC_CHECK_PROG. This makes --with-javac='javac -J-Xmx512M' work.
* 2007-05-19 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler2007-05-191-0/+25
| | | | | PR libgcj/31659 * m4/ax_create_stdint_h.m4: Apply patch from PR31659.
* 2007-04-19 Andrew John Hughes <gnu_andrew@member.fsf.org>Dalibor Topic2007-04-191-1/+1
| | | | | * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Allow detected JAVAC.
* 2007-04-17 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-04-171-10/+4
| | | | | | | * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAH): Use AC_CHECK_PROGS and AC_MSG_ERROR. Check for gjavah, gcjh-wrapper-4.1 and gcjh-4.1. Error out when no javah implementation can be found.
* 2007-04-17 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-04-171-1/+0
| | | | | | | | * configure.ac (CLASSPATH_WITH_JAVAH): Only check if the JNI headers need to be regenerated. * m4/acinclude.m4 (USER_SPECIFIED_JAVAH): Removed unused conditional.
* 2007-04-12 Christian Thalinger <twisti@complang.tuwien.ac.at>Christian Thalinger2007-04-121-0/+165
| | | | | | | | * LICENSE: Added m4/ax_func_which_gethostbyname_r.m4 license. * configure.ac: Added AX_FUNC_WHICH_GETHOSTBYNAME_R check. * m4/ax_func_which_gethostbyname_r.m4: New file. * native/jni/native-lib/cpnet.c (cpnet_getHostByName): Check for different number of arguments of gethostbyname_r.
* 2006-12-15 Christian Thalinger <twisti@complang.tuwien.ac.at>Christian Thalinger2006-12-151-0/+38
| | | | | | | | | | | * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Added support for Sun's javac. (CLASSPATH_WITH_JAVAC): Added. (CLASSPATH_CHECK_JAVAC): Likewise. * lib/Makefile.am (JAVAC): Renamed to JCOMPILER. (FOUND_JAVAC): Added support for Sun's javac. * examples/Makefile.am: Likewise. * tools/Makefile.am: Likewise.
* * examples/Makefile.am: Removed gcjx code.Tom Tromey2006-12-131-40/+3
| | | | | | | | * lib/Makefile.am: Removed gcjx code. * tools/Makefile.am: Removed gcjx code. * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Removed gcjx code. (CLASSPATH_WITH_GCJX): Removed. (CLASSPATH_CHECK_GCJX): Likewise.
* 2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-101-10/+11
| | | | * Merge of generics-branch to HEAD (woohoo!)
* Merge NATIVE_LAYER branch.Mark Wielaard2006-08-211-0/+133
|
* PR java/28024:Tom Tromey2006-06-141-2/+2
| | | | | * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...). * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...).
* small acinclude FIXME fixDalibor Topic2006-03-271-3/+1
| | | | | | | | 2006-03-27 Dalibor Topic <robilad@kaffe.org> * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Use AC_MSG_ERROR instead of echoing the error message that no compiler has been found manually.