mirror of
https://github.com/reactos/ccache.git
synced 2024-11-23 11:49:41 +00:00
8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
autoheader
|
|
autoconf
|
|
echo "Now run ./configure and make"
|