diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2014-04-25 22:52:06 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2014-05-30 21:31:08 +0000 |
commit | 3e69bdf41a1c272028d9347bc55d7f73e3c4de46 (patch) | |
tree | d7a0a3d6ca9363205f3ed8d764bfdee09c503147 /bootstrap | |
parent | 761ed9ba42d00aa9cbd4daceefbbff016e7c9f12 (diff) | |
download | strace-3e69bdf41a1c272028d9347bc55d7f73e3c4de46.tar.gz |
Use bootstrap script consistently
Now that ./xlat/gen.sh has to be run before autoreconf,
replace all autoreconf calls with ./bootstrap call.
* bootstrap: Forward arguments to autoreconf.
* build_static_example.sh: Replace autoreconf call with bootstrap call.
* make-dist: Likewise.
* qemu_multiarch_testing/README: Likewise.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh ./xlat/gen.sh -exec autoreconf -f -i +exec autoreconf -f -i "$@" |