configure


Log

Author Commit Date CI Message
Silvio Traversaro d240aff1 2020-09-13T19:26:54 Rephrase configure script copyright notice
Ramiro Polla 4583f267 2020-08-30T13:43:50 Relicense to MIT The licensing note in the configure script has been reworked, similarly to how libvpx did it (they were also based on FFmpeg's configure script and also use a more permissive license).
Boris Nagaev e19bf076 2016-07-25T13:49:13 configure: put test.{c,dll} to current directory (#26) instead of /tmp/ to avoid races when building for multiple targets. Add test files to .gitignore and `make clean`.
Timothy Gu 665499d0 2014-03-27T02:58:02 Build sys additions * wine support for testing * License boilerplate * Reorder configure checks
Timothy Gu 346543d6 2014-02-10T03:05:45 License stuff
Timothy Gu 63d66aac 2014-01-20T03:09:20 Silences "echo ignoring *"
Timothy Gu 29e7d7af 2014-01-20T02:05:49 Make configure return 0 on success
Ramiro Polla 0e8ad87f 2012-10-10T22:15:21 configure: fix setting $prefix
Ramiro Polla b1180795 2012-10-10T22:15:10 configure: use $incdir and $libdir directly in help
Ramiro Polla f290240c 2012-10-10T22:14:56 lowercase PREFIX variables
Ramiro Polla 5da418e9 2009-01-11T21:31:27 Move libcmd to configure.
Ramiro Polla 3cacb13d 2009-01-11T21:28:05 Fix stripping when cross-compiling.
Ramiro Polla ab18e4f6 2009-01-11T21:10:35 Redirect output from tests to /dev/null properly.
Ramiro Polla 0122e850 2009-01-11T21:02:36 Allow cross-compilation with --cross-prefix.
Ramiro Polla b05a7182 2009-01-11T20:41:20 Remove pointless --make option.
Ramiro Polla 7bab6ba3 2009-01-11T20:40:45 Fix compiler check.
Ramiro Polla 47503043 2009-01-11T20:19:24 dos2unix configure
Ramiro Polla dce7b4ba 2007-06-29T23:45:48 Proper check for Windows API functions in configure.
Ramiro Polla e2c8fc0f 2007-06-29T20:50:05 Add option to specify include and lib folder Patch by VĂ­ctor Paesa
Ramiro Polla 4c4b268c 2007-06-28T05:50:08 Initial Revision