ccache/autogen.sh

8 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
autoheader
autoconf
echo "Now run ./configure and make"