summaryrefslogtreecommitdiff
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
commit10875fbaa8a4b39fcf15d867a6f590a0bf90d772 (patch)
tree23096630504117e5c802f8b1cca772910db51564
parent6b50a9224fac005a3fef9d1ab7f748adf0527853 (diff)
downloadusbhid-dump-10875fbaa8a4b39fcf15d867a6f590a0bf90d772.tar.gz
bootstrap: Switch to autoreconf -i -f
-rwxr-xr-xbootstrap11
1 files changed, 1 insertions, 10 deletions
diff --git a/bootstrap b/bootstrap
index 09485a7..4f2509b 100755
--- a/bootstrap
+++ b/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