1 2 3 4 5 6 7 8
#!/bin/sh (cd $(dirname $0); touch ChangeLog NEWS && autoreconf --install --symlink && autoreconf && ./configure --enable-maintainer-mode $@ )