aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2009-10-22ETM: rename registers, doc tweaksDavid Brownell
2009-10-19MinGW: always use "-D__USE_MINGW_ANSI_STDIO"Redirect 'Slash' NIL
2009-10-16xscale: better fix for debug_handler.binDavid Brownell
2009-10-12simplify XScale debug handler installationDavid Brownell
2009-10-07Change version labels to work better with GITdbrownell
2009-08-20- remove enable-ft2232-highspeed configure option, high speed ftdi support is...ntfreak
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-07-31- add configure error if building parport interface under cygwin and sys/io.h...ntfreak
2009-07-16- disable using parport ppdev under win32 hostsntfreak
2009-07-14Bump minor version and add tag:zwelch
2009-07-14Remove '-in-development' version tag: 0.2.0-in-development -> 0.2.0v0.2.0zwelch
2009-07-14Make the parport-ppdev option enabled by default. This may require zwelch
2009-07-06- fix build when using a cross compiler - do not try and run any host toolsntfreak
2009-07-02Remove --enable-release option; if guess-rev.sh is missing, it is a release.zwelch
2009-06-30Extend 'make dist' to produce both .tar.bz2 and .zip archives, tozwelch
2009-06-24- correct configure ftd2xx highspeed testntfreak
2009-06-20Set default for want_ftd2xx_highspeed to "no" instead of "maybe"mifi
2009-06-17dummy driver now works under eCosoharboe
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch
2009-06-09Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).zwelch
2009-06-09dos2unixoharboe
2009-06-09remove native line styleoharboe
2009-06-08update zy1000 to latest minidriver workoharboe
2009-06-08Zach Welch wrote a fix for configure problems under Cygwin. oharboe
2009-06-08Adjust whitespace in configure script: use two spaces for indent.zwelch
2009-06-08Reorder configure script macros:zwelch
2009-06-08Rework parallel port configure script option handling:zwelch
2009-06-08Finish off the dummy minidriver integration:zwelch
2009-06-07minidriver build test driver "minidriver"oharboe
2009-06-03catchup with jtag refactoring.oharboe
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch
2009-06-02Add high-speed device support in FT2232 driver:zwelch
2009-05-27Move TCL script files -- Step 1 of 2:zwelch
2009-05-13Update configure script test for net/if.h to work on MacOS.zwelch
2009-05-12Make replacements.h private by including it from config.h autoheader.zwelch
2009-05-12Make system.h private by including it from config.h autoheader.zwelch
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch
2009-05-11Update jim helper files to use proper configure script support:zwelch
2009-05-11Add remaining header checks to be used in subsequent patches.zwelch
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch
2009-05-11Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.zwelch
2009-05-11Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).zwelch
2009-05-11OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-10Extend configure script to check for environ declaration in stdlib.h.zwelch
2009-05-08Re-order and extend header file tests in configure script.zwelch
2009-05-06Add configure script check to enable C99 build option.zwelch
2009-05-06Fix enviorn configure test failure message (thanks to Anders Montonen).zwelch