ccache/autogen.sh
2005-05-18 06:30:29 +02:00

6 lines
71 B
Bash
Executable File

#!/bin/sh
autoheader && autoconf
echo "Now run ./configure and make"