diff options
author | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-07-26 09:34:49 +0000 |
---|---|---|
committer | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-07-26 09:34:49 +0000 |
commit | df4b030df770e905aae573b4825d62b3efc96515 (patch) | |
tree | 8f963ed72277f2b31832772b51d43e6651ff39c1 /bootstrap | |
parent | 290e01c62afdfd5f6eb76a4caef266344510f2c0 (diff) | |
download | riscv-openocd-df4b030df770e905aae573b4825d62b3efc96515.zip riscv-openocd-df4b030df770e905aae573b4825d62b3efc96515.tar.gz riscv-openocd-df4b030df770e905aae573b4825d62b3efc96515.tar.bz2 |
- documentation fixes (thanks to Uwe Hermann)
- bootstrapping changes to accomodate packaging (thanks to Uwe Hermann)
git-svn-id: svn://svn.berlios.de/openocd/trunk@182 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ aclocal \ && autoheader \ -&& automake --gnu --add-missing \ +&& automake --foreign --add-missing --copy \ && autoconf |