summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump the versions and add a changelog entry for v0.1.6Martin Storsjo2018-03-061-2/+2
|
* Bump the package version to 0.1.5Martin Storsjo2016-08-251-1/+1
|
* Bump the package version number to 0.1.4Martin Storsjo2014-11-071-1/+1
|
* Bump the shared library major numberMartin Storsjo2014-11-071-1/+1
| | | | | | The AAC_PCM_OUTPUT_CHANNELS option no longer exists under the same name nor enum value any longer, and the AUDIO_CHANNEL_TYPE enum has been changed in a way which may break users.
* Use AC_SEARCH_LIBS to search for a library containing math functionsMartin Storsjo2014-06-231-1/+1
| | | | | Even though the previous mechanism worked, this should be more correct.
* Bump the version number, add a changelog entryv0.1.3Martin Storsjo2013-11-251-2/+2
|
* Bump the version number, add a changelog entryv0.1.2Martin Storsjo2013-07-271-2/+2
|
* Include dependency libs (-lm) in the pkg-config fileMartin Storsjo2013-07-271-0/+4
|
* Add a changelog entry for 0.1.1, bump the version numbersv0.1.1Martin Storsjo2012-11-131-2/+2
|
* Add an encoder exampleMartin Storsjo2012-09-131-0/+10
|
* Check whether we need to link to -lm for math functionsMartin Storsjo2012-07-141-0/+2
|
* build: update libtool reference to version 2.Diego Elio Pettenò2012-07-111-4/+1
|
* build: declare the project foreign to automakeDiego Elio Pettenò2012-07-111-1/+1
| | | | | | By default automake thinks the project is part of GNU and enforces the presence of some files. By declaring the project foreign, we can remove the 0-sized files.
* build: do not use config.hDiego Elio Pettenò2012-07-111-1/+0
|
* build: use dnl for comments in configure.acDiego Elio Pettenò2012-07-111-7/+7
| | | | | This simply means the comments are not copied into the executed configure script.
* build: do not call AC_CANONICAL_HOST.Diego Elio Pettenò2012-07-111-3/+0
| | | | Unless configure uses $host there is no reason to call it directly.
* Add automake/autoconf source filesMartin Storsjo2012-07-111-0/+29
Change-Id: If97c7482bffaab4a21cd2fb8341f2939f19d3bbd