summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump autoconf versionGrigori Goronzy2010-03-011-1/+1
| | | | | Oops, forgot this one. This is only important for building distfiles though, so I won't bother with another release tag.
* Remove support for freetype < 2.2.1Grigori Goronzy2010-01-081-1/+1
| | | | | Get rid of compatibility #ifdefs and some code to support very old versions of freetype. libass now requires at least version 2.2.1.
* Remove support for fontconfig < 2.4.2Grigori Goronzy2010-01-081-1/+1
| | | | | Get rid of compatibility code and #ifdefs for very old fontconfig versions. libass now requires at least version 2.4.2.
* Disable test program and libpng by default0.9.8Grigori Goronzy2009-09-181-4/+5
|
* Bump version to 0.9.8Grigori Goronzy2009-09-181-1/+1
|
* Build system: enable/disable flags, pkg-config fixesGrigori Goronzy2009-07-241-6/+31
| | | | | * Add enable/disable flags for enca, fontconfig and libpng. * Add dependent libraries to pkg-config file to allow static linking.
* Add check for libm to configureGrigori Goronzy2009-07-211-0/+1
| | | | Check for libm and add the library to the linker flags.
* Rework build systemGrigori Goronzy2009-07-131-25/+20
| | | | | | | | * Remove checks for functions or headers that are part of ANSI C or C89. * Make enca optional. * Conditionally compile the test program depending on libpng availability.
* Initial changelog update for 0.9.7Grigori Goronzy2009-07-111-1/+1
| | | | Update changelog and version number in configure.ac.
* autoconf: disable Fortran/C++ checksGrigori Goronzy2009-07-111-1/+4
| | | | | | For some reason, libtool wants to check for Fortran and C++ compilers, which takes some time. Disable these checks to speed up ./configure runs.
* Add AM_PROG_CC_C_O to configure.acGrigori Goronzy2009-07-111-0/+1
| | | | This basically silences a automake error/warning.
* Convert test program to plain CGrigori Goronzy2009-07-111-1/+0
| | | | | The test program unnecessarily was using a few C++ features. Convert it to plain C to make everything work without a C++ compiler.
* configure: use pkg-config for libpng, encaGrigori Goronzy2009-07-111-3/+14
| | | | | | | Use pkg-config to check for enca and libpng, like it is already done for freetype and fontconfig. Also, use libass/ass.c instead of the test program, test/test.cpp, as the unique source identification.
* Add -Wall to CFLAGSgreg2009-06-201-0/+3
|
* Add autotools infrastructure.greg2009-06-181-0/+58