summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2012-04-10applied fftw patch from P.MartinMatthias Kramm1-1/+1
2012-04-07fix compile with ClangMatthias Kramm1-1/+1
2012-02-16applied Makefile patch from Christian WelzelMatthias Kramm1-1/+1
2010-11-29detect PY_VERSION from PYTHON_INCLUDESMatthias Kramm1-5/+26
2010-11-23ported python3 gfx module changes back to python2Matthias Kramm1-1/+8
2010-11-04align fft arrays on 8 byte boundariesMatthias Kramm1-1/+1
2010-11-03changed image scaling to use fftw3Matthias Kramm1-7/+7
2010-08-05refined python detectionMatthias Kramm1-22/+49
2010-07-21gfx module for Python3Matthias Kramm1-20/+20
2010-05-25configure fixesMatthias Kramm1-0/+1
2010-05-17fixed uninstallMatthias Kramm1-0/+1
2010-02-24darwin fixesMatthias Kramm1-2/+3
2010-02-23small bugfix in ruby shared library testMatthias Kramm1-2/+2
2010-02-23made 'make install' install ruby module, tooMatthias Kramm1-1/+4
2010-02-23detect ruby in configure scriptMatthias Kramm1-0/+89
2009-12-01added configure check for fftw3Matthias Kramm1-0/+52
2009-08-13made configure clean up after itselfMatthias Kramm1-1/+2
2009-08-03updated .gitignore, new as3 test cases, build system fixesMatthias Kramm1-1/+2
2009-07-31handle filesystems where lowercase(file)==file more gracefullyMatthias Kramm1-0/+15
2009-03-31fixed mac os x imaging paths in ./configureMatthias Kramm1-4/+3
2009-02-12python 2.6 supportMatthias Kramm1-2/+2
2009-01-15moved .cvsignore to .gitignoreMatthias Kramm1-0/+0
2008-07-13make sure that HAVE_OPENGL isn't accidently definedkramm1-1/+1
2008-07-11opengl checkkramm1-0/+55
2008-06-10fixed bug in CPPFLAGS restorationkramm1-1/+1
2008-06-09AC_DEFINE_UNQUOTED patch from Patrice Dumaskramm8-37/+37
2008-04-14test more of fontconfigs functionskramm1-0/+11
2008-03-26require strcasecmp for fontconfigkramm1-0/+3
2007-12-12made imaging optionalkramm1-13/+50
2007-06-18added python 2.5 supportkramm1-2/+2
2006-11-19bugfixeskramm1-3/+3
2006-11-19added gdi32 to windows librarieskramm1-1/+1
2006-11-19defined HAVE_FREETYPE_FREETYPE_Hkramm1-0/+1
2006-07-15removed execute checkkramm1-1/+1
2006-06-05added missing ;kramm1-1/+1
2006-06-05check for too old gcckramm1-0/+30
2006-01-06fourcc -> avm_fourcckramm1-2/+2
2005-09-10default to "no" if crosscompilingkramm1-1/+1
2005-01-06Mac OS X fixes.kramm1-6/+18
2004-11-23fixed freetype-config detection.kramm1-3/+5
2004-11-23Mac OS X fixes.kramm2-11/+28
2004-10-28for MacOS X, changed -lpython to -framework Python.kramm1-1/+2
2004-10-27fixed MacOS X paths.kramm1-3/+3
2004-10-21several bugfixes, added MacOS X detection.kramm1-18/+18
2004-10-15removed [] characters from test program- m4 would discard them otherwise.kramm1-2/+2
2004-09-28don't requite autodetection to succeed if PYTHON_LIB and PYTHON_INCLUDESkramm1-12/+20
2004-09-20added checking for vfw, cleaned up avifile checks.kramm1-5/+6
2004-09-07fixed bug, added check for 2.95.x gcc.kramm1-2/+4
2004-09-04initial revision.kramm1-0/+88
2004-09-04fixed condition on when to try the test program.kramm1-7/+10