Switch automake handling to use --gnu mode, not --foreign.

Remove INSTALL file; automake generates a copy of the latest version.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2435 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-30 21:44:48 +00:00
parent 2afb46ab34
commit ef733b48e9
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ aclocal
${libtoolize} --automake --copy
autoconf
autoheader
automake --foreign --add-missing --copy
automake --gnu --add-missing --copy
)
# AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode