Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace AC_TRY_COMPILE and AC_LANG_ | Peter Kokot | 2018-07-26 | 1 | -7/+6 |
| | | | | | | | | | | | | | | Autoconf 2.50 in 2001 made several macros obsolete. These include macros for temporary changing the language - AC_LANG_SAVE, AC_LANG_CPLUSPLUS, AC_LANG_C, and AC_LANG_RESTORE. Instead of these the AC_LANG_PUSH and AC_LANG_POP macros should be used with later Autoconf versions. AC_TRY_COMPILE macros should be replaced with AC_COMPILE_IFELSE. Refs: - http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS - https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Language-Choice.html - https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html | ||||
* | switch gnu.org sites to https | Mike Frysinger | 2017-02-08 | 1 | -4/+4 |
| | |||||
* | ALL: update web site URL to ↵ | Peter Simons | 2010-03-01 | 1 | -2/+2 |
| | | | | http://www.gnu.org/software/autoconf-archive/MACRO-NAME.html | ||||
* | Assigned all macros a unique serial number. | Peter Simons | 2010-01-25 | 1 | -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 Simons | 2010-01-05 | 1 | -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 Thomas | 2009-08-13 | 1 | -0/+1 |
| | |||||
* | More renamings missed previously. | Reuben Thomas | 2009-08-10 | 1 | -3/+3 |
| | |||||
* | Rename AC_ prefixes to AX_ (only in names of aa macros!). | Reuben Thomas | 2009-08-06 | 1 | -0/+41 |
| | |||||
* | remove m4 submodule | Dustin J. Mitchell | 2009-08-01 | 1 | -6/+0 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-08-01 | 1 | -5/+5 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-31 | 1 | -7/+5 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-30 | 1 | -5/+7 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-27 | 1 | -5/+5 |
| | |||||
* | Avoid non-ASCII characters in m4 files. | Peter Simons | 2009-07-27 | 1 | -7/+5 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-22 | 1 | -7/+6 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-21 | 1 | -5/+8 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-21 | 1 | -7/+5 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-21 | 1 | -6/+6 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-20 | 1 | -5/+7 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-19 | 1 | -7/+5 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-07-17 | 1 | -6/+6 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-06-23 | 1 | -12/+6 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-06-22 | 1 | -6/+12 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-06-16 | 1 | -5/+7 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-06-10 | 1 | -7/+5 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-06-10 | 1 | -6/+6 |
| | |||||
* | m4: update reference to macro branch | Peter Simons | 2009-06-05 | 1 | -7/+6 |
| | |||||
* | maint: added initial version of the toolchain | Peter Simons | 2009-05-05 | 1 | -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. |