summaryrefslogtreecommitdiff
path: root/m4/ax_path_generic.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix serial numbers after spelling fixes from cf2bd2c981de.Peter Simons2017-03-291-1/+1
|
* spelling: representsJosh Soref2017-03-281-1/+1
|
* spelling: preferablyJosh Soref2017-03-281-1/+1
|
* switch gnu.org sites to httpsMike Frysinger2017-02-081-2/+2
|
* ax_path_generic.m4 fix when the _CFLAGS and _LIBS are provided and they ↵William S Fulton2015-03-271-2/+2
| | | | | | | contain a space For example: ./configure PCRE_LIBS='-L/home/me/pcre/lib -lpcre'
* Don't use non-portable "==" in shell tests.Vadim Zeitlin2015-03-271-4/+4
| | | | | Use POSIX "=" instead of "==" which is not supported at least by FreeBSD /bin/sh.
* AX_PATH_GENERIC has been extended to allow setting LIBRARY_LIBS andPeter Simons2011-03-171-49/+71
| | | | | | LIBRARY_CFLAGS variables on configure command line or in the environment to override the normal values returned by `library-config --libs` and `--cflags` respectively. See <http://savannah.gnu.org/patch/?7490> 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
* 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.
* Consistently indent quoted paragraphs with two blanks.Peter Simons2009-12-231-8/+8
|
* Add AU_ALIAS calls to new files for all recently renamed macros.Reuben Thomas2009-08-131-0/+1
|
* AX_PATH_GENERIC: fixed credits to Angus LeePeter Simons2009-08-101-1/+1
|
* More renamings missed previously.Reuben Thomas2009-08-101-1/+1
|
* AX_PATH_GENERIC: use consistent word-wrappingPeter Simons2009-08-041-6/+7
|
* give credit to the authors of the macros that inspired these improved versionsFrancesco Salvestrini2009-08-011-0/+2
|
* Rearranged AC_PATH_GENERIC in order to use AX_COMPARE_VERSIONFrancesco Salvestrini2009-07-311-0/+135