summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* update zy1000 to latest minidriver workoharboe2009-06-081-6/+5
* Zach Welch wrote a fix for configure problems under Cygwin. oharboe2009-06-081-13/+13
* Adjust whitespace in configure script: use two spaces for indent.zwelch2009-06-081-257/+258
* Reorder configure script macros:zwelch2009-06-081-22/+27
* Rework parallel port configure script option handling:zwelch2009-06-081-22/+39
* Finish off the dummy minidriver integration:zwelch2009-06-081-12/+43
* minidriver build test driver "minidriver"oharboe2009-06-071-0/+11
* catchup with jtag refactoring.oharboe2009-06-031-1/+0
* Only include jtag_driver.c in the build when minidriver is not in use.zwelch2009-06-021-1/+2
* Add high-speed device support in FT2232 driver:zwelch2009-06-021-0/+30
* Move TCL script files -- Step 1 of 2:zwelch2009-05-271-0/+1
* Update configure script test for net/if.h to work on MacOS.zwelch2009-05-131-1/+15
* Make replacements.h private by including it from config.h autoheader.zwelch2009-05-121-0/+1
* Make system.h private by including it from config.h autoheader.zwelch2009-05-121-0/+4
* Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2009-05-121-0/+1
* Update jim helper files to use proper configure script support:zwelch2009-05-111-0/+4
* Add remaining header checks to be used in subsequent patches.zwelch2009-05-111-0/+7
* Add --enable-malloc-logging configure option and update log.c to match.zwelch2009-05-111-0/+13
* Factor system #includes out of replacements.h into new system.h.zwelch2009-05-111-1/+6
* Add configure check for sys/types.h; include in our types.h.zwelch2009-05-111-0/+1
* Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.zwelch2009-05-111-0/+1
* Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).zwelch2009-05-111-1/+1
* OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.zwelch2009-05-111-1/+1
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-0/+1
* Extend configure script to check for environ declaration in stdlib.h.zwelch2009-05-101-2/+3
* Re-order and extend header file tests in configure script.zwelch2009-05-081-3/+6
* Add configure script check to enable C99 build option.zwelch2009-05-061-0/+1
* Fix enviorn configure test failure message (thanks to Anders Montonen).zwelch2009-05-061-1/+1
* Add autoconf check to determine where environ should be declared.zwelch2009-05-061-0/+31
* Fix build when enabling presto+ftd2xx driver only.zwelch2009-05-031-4/+4
* Add configure check for usb.h; required by a USB drivers.zwelch2009-05-021-0/+8
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+5
* Add -Wredundant-decls to prevent unwanted duplicate declarations.zwelch2009-04-291-0/+1
* Add missing header files to fix C99 compatibility.zwelch2009-04-291-0/+1
* Zach Welch <zw@superlucidity.net> add -Wcast-align and -Wbad-function-castoharboe2009-04-271-0/+2
* Michael Bruck spotted a typo in help messagesoharboe2009-04-221-1/+1
* Add D2XX support for OS X courtesy of Piotr Esden-Tempski <piotr@esden.net>kc8apf2009-04-221-4/+42
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-0/+45
* Zach Welch <zw@superlucidity.net> improve Linux ftd2xx configure-time supportoharboe2009-04-211-26/+24
* Zach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> treat warnings as errorsoharboe2009-04-191-1/+16
* Zach Welch <zw@superlucidity.net> automake maintainer modeoharboe2009-04-191-0/+1
* - docs patch from Thomas Kindlerntfreak2009-03-201-1/+1
* Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane2009-03-081-0/+11
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-0/+1
* - AC_CHECK_FILE not supported when cross-compilingntfreak2009-01-231-3/+5
* - fix issue with configure when building srcdir != builddirntfreak2009-01-201-1/+1
* Fixes for handling release versionskc8apf2009-01-201-0/+11
* SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf2009-01-191-1/+1
* - fix LDFLAGS typo in configure.inntfreak2009-01-131-12/+2