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
75 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
added autogen.sh
2005-05-18 06:30:29 +02:00
echo
"Now run ./configure and make"
Reference in New Issue
Copy Permalink