summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect setting of ax_cv_curses when curses was not found.Reuben Thomas2009-10-051-1/+1
|
* Merge branch 'master' of git://git.sv.gnu.org/autoconf-archiveReuben Thomas2009-10-0461-3251/+4
|\
| * AX_LATEX_*: Deprecated because of licensing issues.Peter Simons2009-09-2159-3247/+0
| |
| * AX_CFLAGS_FORCE_C89: cosmetic, no functional changePeter Simons2009-09-211-3/+3
| |
| * AX_GCC_LIBRARIES_DIR: cosmetic, no functional changePeter Simons2009-09-211-1/+1
| |
* | Remove --with-lua-{includes,libraries} as the GNU Coding Standards sayReuben Thomas2009-10-041-15/+3
|/ | | | CPPFLAGS and LDFLAGS should be used for this sort of thing.
* Merge branch 'master' of git://git.sv.gnu.org/autoconf-archiveReuben Thomas2009-09-213-21/+106
|\
| * Merge branch 'master' of ↵Francesco Salvestrini2009-09-195-10/+9
| |\ | | | | | | | | | ssh://salvestrini@git.sv.gnu.org/srv/git/autoconf-archive
| * | Fixed AX_GCC_INSTALL_DIRFrancesco Salvestrini2009-09-181-14/+17
| | |
| * | Fixed AX_GCC_LIBSUPCXXFrancesco Salvestrini2009-09-181-7/+25
| | |
| * | Introduced AX_GCC_LIBRARIES_DIRFrancesco Salvestrini2009-09-181-0/+64
| | |
* | | Add AX_CFLAGS_FORCE_C89.Reuben Thomas2009-09-211-0/+95
| |/ |/|
* | AX_PROG_PERL_MODULES: cosmetic in the documentation, no functional changesPeter Simons2009-09-191-2/+2
| |
* | Fixed trivial typos.Peter Simons2009-09-182-6/+5
| |
* | AX_CHECK_ALLOCATED_CTIME: don't cast char* to void* when calling free(2)Peter Simons2009-09-181-1/+1
| | | | | | | | The cast is redundant and gnulib complains about it, too.
* | AX_AM_MACROS_STATIC: drop trailing whitespacePeter Simons2009-09-181-1/+1
|/
* AX_LATEX_*: marked obsolete because of issues with LGPL licensePeter Simons2009-08-2459-0/+354
| | | | | | | | | | The AX_LATEX_* family of macros is distributed under the LPGL license. Use of that license is discouraged for Autoconf macros, because it might impose licensing restrictions on the generated configure script. All other macros in the Archive that are licensed under LGPL or GPL feature an explicit Autoconf Exception that lifts those limitations, but the LaTeX macros did not. Unfortunately, all attempts to contact the author with a request to remedy the situation have been been unsuccessful.
* Dropped obsolete macros from the repository.Peter Simons2009-08-24286-22834/+0
| | | | | | These macros have been replaced by newer versions and are no longer required. Where applicable, the newer versions feature an AU_ALIAS() forwarder that redirects invocations of the obsolete macro to the current one.
* AX_AM_MACROS_STATIC: include date stamp in the generated filePeter Johansson2009-08-201-4/+2
|
* Add AU_ALIAS calls to new files for all recently renamed macros.Reuben Thomas2009-08-13215-0/+215
|
* AX_FUNC_WHICH_GETSERVBYNAME_R: cosmetic, no functional changePeter Simons2009-08-121-3/+3
|
* Improved portability.Bogdan Drozdowski2009-08-126-8/+8
|
* Re-released these macros under LGPL with an Autoconf exception.Bogdan Drozdowski2009-08-1212-12/+168
|
* Revert "Add AU_ALIAS calls to obsolete macros."Peter Simons2009-08-11202-202/+0
| | | | | | | | Commit b456074a0da5f319a512c043e6c5102e078923f4 adds AU_ALIAS calls that forward from the obsolete macro names to the new ones. However, at this point it's uncertain whether that usage of AU_ALIAS actually works as intended. In order to avoid breaking things until the issue has been clarified, the change is reverted.
* Add AU_ALIAS calls to obsolete macros.Reuben Thomas2009-08-11202-0/+202
|
* AX_PATH_GENERIC: fixed credits to Angus LeePeter Simons2009-08-101-1/+1
|
* More renamings missed previously.Reuben Thomas2009-08-10119-471/+471
|
* AX_WITH_PROG: Fixed excessive quoting accidentally introduced earlierFrancesco Salvestrini2009-08-081-1/+1
|
* AX_PROG_PERL_MODULES: add the ability to check for minimum required versionPeter Simons2009-08-071-8/+19
| | | | See https://savannah.nongnu.org/patch/?6889 for further details.
* Ensure that all LaTeX macros use AX_LATEX_TEST instead of the obsolete ↵Peter Simons2009-08-0713-16/+16
| | | | _ACLTX_TEST.
* _AC_C_IFDEF: rename to AX_C_IFDEFPeter Simons2009-08-073-9/+9
|
* Center the URL at the top of every file and use consistent word-wrapping.Peter Simons2009-08-0796-114/+115
|
* Dropped renamed versions of those macros that were obsolete to begin with.Peter Simons2009-08-0711-482/+0
| | | | | | | The macros AC_CHECK_CURL, AC_CHECK_TAGLIB, AC_COMPILE_WARNINGS, AC_PROMPT_USER, AC_PROMPT_USER_NO_DEFINE, and VL_PROG_CC_WARNINGS were obsolete and are about to be deleted. There seems to be no point in creating renamed, obsolete copies of those macros with an AX_ prefix.
* Merge branch 'master' of git://git.sv.gnu.org/autoconf-archiveReuben Thomas2009-08-065-24/+0
|\
| * VL_*: removed duplicate OBSOLETE MACRO section accidentally introduced earlierPeter Simons2009-08-065-24/+0
| |
* | Rename macros with no prefix to have an AX_ prefix.Reuben Thomas2009-08-0618-0/+650
| |
* | Rename files to match macro names.Reuben Thomas2009-08-062-5/+5
| | | | | | | | Also rename AC_C_COMPILE_VALUE to AX_C_COMPILE_VALUE.
* | Fix some ax_ to AX_.Reuben Thomas2009-08-061-12/+12
| |
* | Rename SMR_WITH_BUILD_PATH to AX_WITH_BUILD_PATH.Reuben Thomas2009-08-062-0/+44
| |
* | Rename SG_AFS to AX_AFS.Reuben Thomas2009-08-062-0/+120
| |
* | Rename RSSH_* prefixes to AX_* prefixes.Reuben Thomas2009-08-064-0/+115
| |
* | Rename RLC_XERXESC to AX_XERCESC.Reuben Thomas2009-08-062-0/+500
| |
* | Rename MS_* prefixes to AX_* prefixes.Reuben Thomas2009-08-066-0/+278
| |
* | Rename MERK_SIP_DEVEL to AX_SIP_DEVEL.Reuben Thomas2009-08-062-0/+107
| | | | | | | | Also add a FIXME to use AX_COMPARE_VERSION rather than perl.
* | Rename MDL_* prefixes to AX_* prefixes.Reuben Thomas2009-08-064-0/+231
| |
* | Rename KLM_SYS_WEAK_ALIAS to AX_SYS_WEAK_ALIAS.Reuben Thomas2009-08-062-0/+337
| |
* | Rename IMMDX_LIB_METIS to AX_LIB_METIS.Reuben Thomas2009-08-062-0/+119
| |
* | Rename gl_TRILINOS_ABSOLUTE_HEADER to AX_ABSOLUTE_HEADER.Reuben Thomas2009-08-062-0/+71
| |
* | Rename CT_CHECK_POSTGRES_DB to AX_CHECK_POSTGRES_DB.Reuben Thomas2009-08-062-0/+89
| |
* | Rename BNV_HAVE_QT to AX_HAVE_QT.Reuben Thomas2009-08-062-0/+511
| | | | | | | | Remove inline old revision history.