]> git.ipfire.org Git - thirdparty/autoconf.git/commit
autoreconf: remove redundant xsystem calls
authorRoss Burton <ross.burton@arm.com>
Thu, 15 Oct 2020 00:33:19 +0000 (20:33 -0400)
committerZack Weinberg <zackw@panix.com>
Thu, 15 Oct 2020 00:33:19 +0000 (20:33 -0400)
commit2a94d5b1541ea7e988893c7ca6e7fa20e2ea97b6
tree466acd1ae893c4dc4d03bfc3e1405437e0cf8611
parentb0d20c049bda80a9d323326ae5ea3fd5e4857712
autoreconf: remove redundant xsystem calls

xsystem_hint() executes the command, so there's no need to call xsystem()
afterwards.

* bin/autoreconf.in: No need to call xsystem($cmd) immediately after
  calling xsystem_hint("message", $cmd).
bin/autoreconf.in