autogen.sh 129 B

1234567
  1. #!/bin/sh
  2. #
  3. # Create configure and makefile stuff...
  4. #
  5. autoreconf -ivf -Wall
  6. ln -s -f ../../pre-commit.sh .git/hooks/pre-commit