summaryrefslogtreecommitdiff
path: root/m4/ax_check_mysql.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosPeter Kokot2018-07-281-4/+4
|
* fix serial number for previous fixTerry Droeger2018-03-181-1/+1
|
* fix header file path and version check conditionalTerry Droeger2018-03-181-3/+3
|
* Fix serial numbers after spelling fixes from cf2bd2c981de.Peter Simons2017-03-291-1/+1
|
* spelling: variableJosh Soref2017-03-281-1/+1
|
* switch gnu.org sites to httpsMike Frysinger2017-02-081-2/+2
|
* AX_CHECK_MYSQL: re-factoring and several bug fixesYusuke Tsutsumi2011-08-231-75/+163
|
* Fixed minor spelling errors detected by gnulib's QA module.v2011.07.17Peter Simons2011-07-171-3/+3
|
* AX_CHECK_MYSQL: new submissionYusuke Tsutsumi2011-06-151-0/+305
| | | | | | | | | | | | | | | I am submitting an Autoconf Macro I've been developing for the past couple months - ax_check_mysql.m4. I'm aware that multiple other MySQL macros exist, but mine is specifically geared toward MySQL plugin development and installation. Specifically: - Automatically Detects binary, include, and plugin directories for most typical MySQL installations. - Provides methods for one to designate the directories manually, or point to a root directory containing a MySQL installation. See <http://savannah.gnu.org/patch/?7553> for further details.
* 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.