summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-30 21:44:48 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-30 21:44:48 +0000
commitef733b48e9f80b42b3bd4aaef3654c3485fac8d5 (patch)
tree027281550eb5e757d8b829ef7f7a02745fe787f3 /bootstrap
parent2afb46ab3424d433cb376cffb4b2fe61f3cf8d80 (diff)
downloadopenocd+libswd-ef733b48e9f80b42b3bd4aaef3654c3485fac8d5.tar.gz
openocd+libswd-ef733b48e9f80b42b3bd4aaef3654c3485fac8d5.tar.bz2
openocd+libswd-ef733b48e9f80b42b3bd4aaef3654c3485fac8d5.tar.xz
openocd+libswd-ef733b48e9f80b42b3bd4aaef3654c3485fac8d5.zip
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
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c01b7e48..59f8438a 100755
--- 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