Go to file
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
contrib Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targets 2009-04-30 21:04:34 +00:00
doc stm32.cfg can expect one of 4 id's. 2009-04-23 14:03:42 +00:00
ecosflash deleted obsolete stuff. 2008-04-22 06:44:05 +00:00
src Update autotools scripts to require automake 1.6. The configure.in script 2009-05-02 22:35:02 +00:00
testing eol-style native 2009-04-28 06:28:39 +00:00
tools - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> 2009-02-03 05:59:17 +00:00
AUTHORS Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs 2009-04-21 05:31:18 +00:00
BUGS Uwe Hermann <uwe@hermann-uwe.de> typos 2009-03-12 14:48:51 +00:00
COPYING - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
ChangeLog retired 2008-03-06 17:11:35 +00:00
Doxyfile Doxygen config file 2009-02-03 04:30:33 +00:00
INSTALL - fix typo's 2008-09-22 20:58:57 +00:00
Makefile.am Update autotools scripts to require automake 1.6. The configure.in script 2009-05-02 22:35:02 +00:00
NEWS - fix typo's 2008-09-22 20:58:57 +00:00
NEWTAPS - fix incorrect svn props from last commit 2008-12-01 15:52:56 +00:00
PATCHES eol-style native 2009-04-28 06:29:32 +00:00
README Test of commit email from duane 2008-12-06 13:13:02 +00:00
TODO Tweaked logging output. 2008-02-29 15:32:07 +00:00
bootstrap Zach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminder 2009-04-24 16:14:21 +00:00
configure.in Update autotools scripts to require automake 1.6. The configure.in script 2009-05-02 22:35:02 +00:00
guess-rev.sh - guess-rev.sh now works as expected when build_dir is not the same as src_dir 2009-02-13 09:56:51 +00:00
uncrustify.cfg Add uncrustify config file and helper script 2009-02-03 04:27:48 +00:00

README

openocd.texi is the authoritative source of OpenOCD documentation