This website requires JavaScript.
Explore
Help
Sign In
QuasarApp
/
QuasarAppCoin
Watch
4
Star
0
Fork
0
You've already forked QuasarAppCoin
mirror of
https://github.com/QuasarApp/QuasarAppCoin.git
synced
2025-04-28 10:44:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QuasarAppCoin
/
autogen.sh
4 lines
33 B
Bash
Raw
Normal View
History
Unescape
Escape
autogen.sh: Add a /bin/sh shebang.
2013-11-27 17:21:40 -08:00
#!/bin/sh
autogen.sh: Use set -e to fail if any command fails In preparation for expanding autogen.sh.
2013-11-27 17:24:26 -08:00
set
-e
autotools: switch to autotools buildsystem
2013-05-27 19:55:01 -04:00
autoreconf -vif
Reference in New Issue
Copy Permalink