autohell 175 B

1234567891011
  1. #!/bin/bash
  2. # kfix@stackoverflow, Evan Carroll @stackoverflow
  3. autoupdate
  4. libtoolize --force
  5. aclocal
  6. autoheader
  7. automake --force-missing --add-missing
  8. autoconf
  9. ./configure