geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
234 B

  1. #!/bin/sh
  2. echo "***" >&2
  3. echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
  4. echo "*** Doing it for you now, but buildconf may disapear in the future." >&2
  5. echo "***" >&2
  6. exec ${AUTORECONF:-autoreconf} -fi "${@}"