aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2019-01-05 16:37:55 +0200
committerNikolai Kondrashov <spbnick@gmail.com>2019-01-22 09:05:33 +0200
commit5b8858827d025524a03a45dd7f3d853865126050 (patch)
tree237e5dcc47306b74c3bd8d3fa0dc06d103766ffb
parent72bd3f25b37f8d60798a6a1f0221953210375ba4 (diff)
downloadusbutils-5b8858827d025524a03a45dd7f3d853865126050.tar.gz
bootstrap: Switch to autoreconf -i -f
-rwxr-xr-xusbhid-dump/bootstrap11
1 files changed, 1 insertions, 10 deletions
diff --git a/usbhid-dump/bootstrap b/usbhid-dump/bootstrap
index 09485a7..4f2509b 100755
--- a/usbhid-dump/bootstrap
+++ b/usbhid-dump/bootstrap
@@ -25,13 +25,4 @@ cat > ChangeLog <<CUT
# Dummy ChangeLog, replaced with git log when distribution is created.
CUT
-aclocal -I m4
-if command -v libtoolize >/dev/null; then
- libtoolize
-else
- # Try glibtoolize, if libtoolize is not found - could happen on Darwin
- glibtoolize
-fi
-autoheader
-automake --add-missing
-autoconf
+autoreconf -i -f