mirror of
https://github.com/reactos/ccache.git
synced 2025-01-23 03:45:12 +00:00
1af0bd8486
The part of Makefile.in that requires GNU make has been split into dev.mk.in, and the configure script has learned a new --enable-dev option that makes Makefile include dev.mk. The configure script doesn't check for GNU make anymore. There is also a new configure-dev convenience script that runs configure with --enable-dev.
8 lines
79 B
Bash
Executable File
8 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
autoheader
|
|
autoconf
|
|
echo "Now run ./configure-dev and make"
|