This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
ccache
Watch
1
Star
0
Fork
0
You've already forked ccache
mirror of
https://github.com/reactos/ccache.git
synced
2025-02-02 17:53:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ccache
/
autogen.sh
8 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
added autogen.sh
2005-05-18 06:30:29 +02:00
#!/bin/sh
Stop on error in autogen.sh
2009-11-01 19:44:19 +01:00
set
-e
added autogen.sh
2005-05-18 06:30:29 +02:00
Stop on error in autogen.sh
2009-11-01 19:44:19 +01:00
autoheader
autoconf
Portability: don't require GNU make 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.
2010-02-26 21:24:09 +01:00
echo
"Now run ./configure-dev and make"
Reference in New Issue
Copy Permalink