buildconf 218 B

12345678
  1. #!/bin/sh
  2. #
  3. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  4. #
  5. # SPDX-License-Identifier: curl
  6. echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
  7. exec ${AUTORECONF:-autoreconf} -fi "${@}"