quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

buildconf (211B)


      1 #!/bin/sh
      2 # Copyright (C) The c-ares project and its contributors
      3 # SPDX-License-Identifier: MIT
      4 
      5 echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
      6 exec ${AUTORECONF:-autoreconf} -fi "${@}"