buildconf 124 B

1234
  1. #!/bin/sh
  2. echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
  3. exec ${AUTORECONF:-autoreconf} -fi "${@}"