summaryrefslogtreecommitdiff
path: root/m4/ax_prog_java.m4
Commit message (Collapse)AuthorAgeFilesLines
* switch gnu.org sites to httpsMike Frysinger2017-02-081-3/+3
|
* M4sugar and M4sh added to AX_PROG_JAR, AX_PROG_JAVA, AX_PROG_JAVAC, and ↵Leo Davis2014-02-071-6/+6
| | | | | | | | | | | | | AX_PROG_JAVADOC. Also fixed a path discrepancy with AX_JAVA_OPTIONS. The discrepancy is AX_JAVA_OPTIONS sets up a variable JAVAPREFIX which is described to the user as the "prefix where the Java runtime is installed". Unfortunately, that directory doesn't contain any executables, but $JAVAPREFIX/bin does. This incorrect path was passed in the value-if-not-found parameter of AC_CHECK_PROGS which is incorrect. I fixed the path and pass it in to the path parameter.
* AX_PROG_JAVA had old macro name documentation.Leo Davis2012-09-071-3/+3
| | | | See <http://savannah.gnu.org/patch/?7835> for further details.
* ALL: update web site URL to ↵Peter Simons2010-03-011-2/+2
| | | | http://www.gnu.org/software/autoconf-archive/MACRO-NAME.html
* AX_*_JAVA_*: fixed use of $EXEEXTPeter Simons2010-02-191-4/+3
| | | | Further details can be found at <http://savannah.nongnu.org/patch/?6948>.
* Assigned all macros a unique serial number.Peter Simons2010-01-251-0/+2
| | | | | | | The serial number corresponds to the number of commits that have modified the macro in the Archive's Git repository. Refer to http://www.gnu.org/software/libtool//manual/automake/Serials.html to find out why these numbers are useful.
* Consistently indent quoted paragraphs with two blanks.Peter Simons2009-12-231-9/+9
|
* Add AU_ALIAS calls to new files for all recently renamed macros.Reuben Thomas2009-08-131-0/+1
|
* More renamings missed previously.Reuben Thomas2009-08-101-5/+5
|
* Rename AC_ prefixes to AX_ (only in names of aa macros!).Reuben Thomas2009-08-061-0/+113
|
* remove m4 submoduleDustin J. Mitchell2009-08-011-6/+0
|
* m4: update reference to macro branchPeter Simons2009-08-011-5/+5
|
* m4: update reference to macro branchPeter Simons2009-07-311-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-301-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-271-5/+5
|
* Avoid non-ASCII characters in m4 files.Peter Simons2009-07-271-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-221-7/+6
|
* m4: update reference to macro branchPeter Simons2009-07-211-5/+8
|
* m4: update reference to macro branchPeter Simons2009-07-211-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-211-6/+6
|
* m4: update reference to macro branchPeter Simons2009-07-201-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-191-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-171-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-231-12/+6
|
* m4: update reference to macro branchPeter Simons2009-06-221-6/+12
|
* m4: update reference to macro branchPeter Simons2009-06-161-5/+7
|
* m4: update reference to macro branchPeter Simons2009-06-101-7/+5
|
* m4: update reference to macro branchPeter Simons2009-06-101-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-051-7/+6
|
* maint: added initial version of the toolchainPeter Simons2009-05-051-0/+9
The build process requires python, the python StringTemplate module, and preferably SCons. A make-based build exists, but it is really slow and awkward, compared to the SConstruct file.