aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2009-07-06- fix build when using a cross compiler - do not try and run any host toolsntfreak1-1/+6
2009-07-02Remove --enable-release option; if guess-rev.sh is missing, it is a release.zwelch1-8/+11
2009-06-30Extend 'make dist' to produce both .tar.bz2 and .zip archives, tozwelch1-1/+1
2009-06-24- correct configure ftd2xx highspeed testntfreak1-1/+1
2009-06-20Set default for want_ftd2xx_highspeed to "no" instead of "maybe"mifi1-1/+1
2009-06-17dummy driver now works under eCosoharboe1-3/+14
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch1-2/+2
2009-06-09Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).zwelch1-0/+1
2009-06-09dos2unixoharboe1-1028/+1028
2009-06-09remove native line styleoharboe1-1028/+1028
2009-06-08update zy1000 to latest minidriver workoharboe1-6/+5
2009-06-08Zach Welch wrote a fix for configure problems under Cygwin. oharboe1-13/+13
2009-06-08Adjust whitespace in configure script: use two spaces for indent.zwelch1-257/+258
2009-06-08Reorder configure script macros:zwelch1-22/+27
2009-06-08Rework parallel port configure script option handling:zwelch1-22/+39
2009-06-08Finish off the dummy minidriver integration:zwelch1-12/+43
2009-06-07minidriver build test driver "minidriver"oharboe1-0/+11
2009-06-03catchup with jtag refactoring.oharboe1-1/+0
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch1-1/+2
2009-06-02Add high-speed device support in FT2232 driver:zwelch1-0/+30
2009-05-27Move TCL script files -- Step 1 of 2:zwelch1-0/+1
2009-05-13Update configure script test for net/if.h to work on MacOS.zwelch1-1/+15
2009-05-12Make replacements.h private by including it from config.h autoheader.zwelch1-0/+1
2009-05-12Make system.h private by including it from config.h autoheader.zwelch1-0/+4
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch1-0/+1
2009-05-11Update jim helper files to use proper configure script support:zwelch1-0/+4
2009-05-11Add remaining header checks to be used in subsequent patches.zwelch1-0/+7
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch1-0/+13
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch1-1/+6
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch1-0/+1
2009-05-11Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.zwelch1-0/+1
2009-05-11Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).zwelch1-1/+1
2009-05-11OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.zwelch1-1/+1
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch1-0/+1
2009-05-10Extend configure script to check for environ declaration in stdlib.h.zwelch1-2/+3
2009-05-08Re-order and extend header file tests in configure script.zwelch1-3/+6
2009-05-06Add configure script check to enable C99 build option.zwelch1-0/+1
2009-05-06Fix enviorn configure test failure message (thanks to Anders Montonen).zwelch1-1/+1
2009-05-06Add autoconf check to determine where environ should be declared.zwelch1-0/+31
2009-05-03Fix build when enabling presto+ftd2xx driver only.zwelch1-4/+4
2009-05-02Add configure check for usb.h; required by a USB drivers.zwelch1-0/+8
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch1-2/+5
2009-04-29Add -Wredundant-decls to prevent unwanted duplicate declarations.zwelch1-0/+1
2009-04-29Add missing header files to fix C99 compatibility.zwelch1-0/+1
2009-04-27Zach Welch <zw@superlucidity.net> add -Wcast-align and -Wbad-function-castoharboe1-0/+2
2009-04-22Michael Bruck spotted a typo in help messagesoharboe1-1/+1
2009-04-22Add D2XX support for OS X courtesy of Piotr Esden-Tempski <piotr@esden.net>kc8apf1-4/+42
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe1-0/+45
2009-04-21Zach Welch <zw@superlucidity.net> improve Linux ftd2xx configure-time supportoharboe1-26/+24
2009-04-21Zach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)oharboe1-1/+1