• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
4exec ${AUTORECONF:-autoreconf} -fi "${@}"
5