summaryrefslogtreecommitdiff
path: root/m4/ax_prog_javah.m4
Commit message (Collapse)AuthorAgeFilesLines
* Replace obsolete AC_TRY_CPP with AC_PREPROC_IFELSEPeter Kokot2018-07-231-6/+6
| | | | | | | | | The AC_TRY_CPP macro has been made obsolete in Autoconf 2.50 which was released in 2001. It should be replaced with AC_PREPROC_IFELSE macro. Refs: - https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/AC_005fACT_005fIFELSE-vs-AC_005fTRY_005fACT.html - https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Running-the-Preprocessor.html
* switch gnu.org sites to httpsMike Frysinger2017-02-081-2/+2
|
* Added support for the MSYS2/mingw system.Benjamin Green2016-01-171-2/+2
|
* Fixed variable name type (ax_prog_javah_bin_dir) and follow javah symlink to ↵kedzie2014-10-171-3/+20
| | | | java installation folder to find jni.h
* Added M4sh to AX_PROG_JAVAH.Leo Davis2014-02-071-14/+18
| | | | Removed the changequote also.
* AX_PROG_JAVAH: fix AC_CANONICAL_TARGET warningsArto Bendiken2013-08-241-2/+2
| | | | Further detail is available at <http://savannah.gnu.org/patch/?8168>.
* ALL: update web site URL to ↵Peter Simons2010-03-011-2/+2
| | | | http://www.gnu.org/software/autoconf-archive/MACRO-NAME.html
* 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.
* Augmented the text of the all-permissive license by an express warranty ↵Peter Simons2010-01-051-1/+2
| | | | | | disclaimer. This has been suggested by the FSF on http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html.
* Add AU_ALIAS calls to new files for all recently renamed macros.Reuben Thomas2009-08-131-0/+1
|
* Rename AC_ prefixes to AX_ (only in names of aa macros!).Reuben Thomas2009-08-061-0/+39
|
* 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.