openocd/src/helper
zwelch 66add57aa5 Update autotools scripts to require automake 1.6. The configure.in script
already required autoconf 2.59 (circa 2006), so there is no reason to
support versions of automake older than 1.6 (circa 2002).

The first part of this patch upgrades the configure.in script:

     1. Use current calling conventions for the AC_INIT and
        AM_INIT_AUTOMAKE macros, bringing their usage up-to-date with
        the version of autoconf already specified by AC_PREREQ.
     2. Add AC_CONFIG_SRCDIR macro, required by new version of AC_INIT.
     3. Automatically enable all of automake's warnings except Makefile
        portability (which OpenOCD violates by using GNU make's $(wildcard)).
        [[ While automake has its own -Werror option, I did not enabled it
        due to existing warnings. ]]
     4. Add the missing AM_PROG_C_O check, required by the build rules for
        openocd.o in src/Makefile.am.
     5. Adjust version number to show progress toward the next release.
     6. Include a bug reporting e-mail address to direct users to this list.

This patch makes the following adjustments to the Makefile.am files:

     1. Update AUTOMAKE_OPTIONS to require automake version 1.6
     2. Rewrite all deprecated INCLUDES assignments as AM_CPPFLAGS
     3. Clean-up all AM_CPPFLAGS declarations to be patch-friendly.
     4. Remove vestigial references to $(all_includes)
     5. Remove erroneous references to @CPPFLAGS@ (only use AM_CPPFLAGS)
     6. Remove unused -I and -D directives in helper/, flash/, target/


git-svn-id: svn://svn.berlios.de/openocd/trunk@1591 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-02 22:35:02 +00:00
..
bin2char.c - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
binarybuffer.c Fix str_to_buf problem, thanks Andy Chenee 2009-04-22 10:09:15 +00:00
binarybuffer.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
command.c Added HostOS variable 2009-03-07 15:19:21 +00:00
command.h Added telnet_async command to enable/disable asynchronous 2008-10-31 13:40:02 +00:00
configuration.c - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
configuration.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
fileio.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
fileio.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
ioutil.c moved ioutil init to the right spot: before config scripts 2009-01-09 11:44:01 +00:00
jim-eventloop.c Add missing header files to fix C99 compatibility. 2009-04-29 00:33:35 +00:00
jim-eventloop.h Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings 2009-02-18 07:39:20 +00:00
jim.c Zach Welch <zw@superlucidity.net> fix warnings 2009-05-02 12:26:10 +00:00
jim.h sync up to latest jim tcl 2008-12-16 21:10:06 +00:00
log.c - remove build warnings 2009-03-17 10:22:26 +00:00
log.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
Makefile.am Update autotools scripts to require automake 1.6. The configure.in script 2009-05-02 22:35:02 +00:00
options.c Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4) 2009-04-21 05:33:47 +00:00
replacements.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
replacements.h Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
startup.tcl zy1000 1.49 snapshot 2009-02-17 11:54:30 +00:00
tclapi.c The following patches was applied: 2009-04-18 10:08:13 +00:00
time_support.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
time_support.h Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks mostly to src/target/target.c 2008-10-13 06:52:05 +00:00
types.h Use C89/C99/C++ compliant boolean types 2009-02-10 18:21:17 +00:00