summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Do not use AC_HEADER_STDC (#178)Peter Johnson2021-07-091-6/+0
* Turn on subdir-objects automake option.Peter Johnson2014-08-101-1/+1
* Generate version number information from git history.Peter Johnson2011-08-271-5/+3
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
* Bump trunk internal version to 1.1.99.Peter Johnson2010-08-061-1/+1
* vsyasm: create intermediate output directories if necessary.Peter Johnson2010-02-131-1/+1
* Allow older automake version (1.9.6).Peter Johnson2010-01-121-1/+1
* Update autoconf/automake scripts.Peter Johnson2010-01-071-20/+18
* Use Cython instead of Pyrex.Peter Johnson2010-01-011-8/+8
* Add core TASM syntax support.Peter Johnson2008-10-071-1/+1
* Bump trunk version after 0.7.x branch.Peter Johnson2008-04-121-1/+1
* Disable Python bindings by default; the build process for them is brokenPeter Johnson2008-04-121-1/+1
* Turn off -Wconversion. It is far too noisy for it to be useful due toPeter Johnson2007-12-061-1/+1
* Autoconfize cpp program name and popen. This commit inactivates cpp in thePeter Johnson2007-09-201-0/+3
* Now that part of the build uses just Python, break apart the PythonPeter Johnson2007-09-131-10/+38
* Clean up a number of obsolete autoconf-detected standard C things.Peter Johnson2007-07-131-6/+4
* Restructure yasm_object as the central clearing house for yasm_objfmt,Peter Johnson2007-03-051-2/+2
* Bump trunk version to 0.6.99 after 0.6.0 release.Peter Johnson2007-02-251-1/+1
* Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson2007-02-181-1/+1
* Only enable -ansi -pedantic -Wall in maintainer mode.Peter Johnson2007-02-131-2/+4
* Now that Pyrex 0.9.5.1 is out, require it (incorporates a needed fix).Peter Johnson2007-01-311-5/+5
* Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson2007-01-291-2/+2
* GAS parser: convert to recursive descent.Peter Johnson2006-12-301-22/+0
* Fix #88: Allow only GNU Bison (not Bison++ or plain old yacc) for YACC, and c...Peter Johnson2006-10-301-5/+15
* * configure.ac: Don't error-out configure if Python not found; Python isPeter Johnson2006-05-031-3/+3
* Bump trunk internal version to 0.5.99.0.Peter Johnson2006-04-071-1/+1
* Take #2 on reversioning: decouple version and build from autoconf versionPeter Johnson2006-04-061-2/+6
* Implement better versioning. From now on, trunk's version will be thePeter Johnson2006-04-051-2/+2
* Quiet warnings in Pyrex code by adding "-w" if GCC detected.Peter Johnson2006-04-051-0/+1
* Be much smarter at checking for and running Pyrex. Pyrex is a Python modulePeter Johnson2006-04-041-7/+5
* Hook Python module into the build (even though it's pretty incomplete),Peter Johnson2006-04-041-0/+45
* * configure.ac: Add checks for unistd.h and getcwd(). These will be neededPeter Johnson2006-02-101-2/+2
* * hamt.c: Use uintptr_t to correctly cast to integer from pointer. On somePeter Johnson2005-09-051-0/+1
* * configure.ac: Turn on -Wno-unused; this covers more warnings than the oldPeter Johnson2005-01-291-0/+1
* Remove 3 warnings that caused mingw build to break.Peter Johnson2005-01-251-3/+3
* * configure.ac: Reorganize and add a few more extra GCC warnings.Peter Johnson2005-01-221-1/+22
* Greatly simplify build system by removing libtool and integrating formerlyPeter Johnson2004-12-011-16/+2
* Remove Check suite; hand-write the two tests that use it. While we'rePeter Johnson2004-11-151-23/+1
* * configure.ac: Add detection for libgen.h.Peter Johnson2004-10-141-1/+1
* * configure.ac: Remove check for groff, add check for xmlto.Peter Johnson2004-09-071-7/+6
* * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson2004-09-041-1/+1
* * configure.ac, Mkfiles/*/config.h: Stop using date command / CVS string,Peter Johnson2004-09-011-2/+2
* Update auto*, libtool, libltdl, and gettext scripts.Peter Johnson2004-08-141-1/+25
* Remove malloc function check; it can need a malloc.c, and thus breaks onPeter Johnson2004-07-051-1/+0
* Convert re2c cleanup.pl to cleanup.c, removing final Perl dependency.Peter Johnson2004-03-151-20/+0
* Make yasm dynamic module loader able to find modules even when run from aPeter Johnson2004-02-071-1/+2
* Add check specifically for Bison and for Bison version >= 1.25.Peter Johnson2003-10-021-1/+11
* Remove check for lex/flex; we no longer have any lex files.Peter Johnson2003-07-261-1/+0
* Fixed some conversion warnings caused by intnum commit. Missed these due toPeter Johnson2003-07-261-1/+1
* Use standard basename() function if available.Peter Johnson2003-06-081-2/+2