]> git.sur5r.net Git - openocd/commitdiff
Switch automake handling to use --gnu mode, not --foreign.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 21:44:48 +0000 (21:44 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 21:44:48 +0000 (21:44 +0000)
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

INSTALL [deleted file]
Makefile.am
bootstrap

diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index 1a6ec4f..0000000
--- a/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-openocd.texi is the authoritative source of OpenOCD documentation
index ff331711141a41e937459d70f2b1e7c25841e40b..dc4166d16c6634a3042e6d444b2599c43e0c1f45 100644 (file)
@@ -1,6 +1,6 @@
 # not a GNU package. You can remove this line, if
 # have all needed files, that a GNU package needs
-AUTOMAKE_OPTIONS = foreign 1.6
+AUTOMAKE_OPTIONS = gnu 1.6
 
 nobase_dist_pkgdata_DATA = \
        contrib/libdcc/dcc_stdio.c \
@@ -34,7 +34,7 @@ doxygen::
 
 TCL_PATH = tcl
 # command to find paths of script files, relative to TCL_PATH
-TCL_FILES := find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
+TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
                sed -e 's,^$(srcdir)/$(TCL_PATH),,'
 
 dist-hook:
@@ -61,6 +61,7 @@ distclean-local:
 DISTCLEANFILES = doxygen.log
 
 MAINTAINERCLEANFILES = \
+       $(srcdir)/INSTALL \
        $(srcdir)/configure \
        $(srcdir)/Makefile.in \
        $(srcdir)/depcomp \
index c01b7e488468aadf07b21ece85245f63573f4391..59f8438a7cbed484414d9f42e16a9051c9f0e95f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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