This website requires JavaScript.
Explore
Help
Sign In
neobytes-project
/
neobytes
Watch
1
Star
0
Fork
0
You've already forked neobytes
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
97d285ab51
neobytes
/
autogen.sh
4 lines
33 B
Bash
Raw
Normal View
History
Unescape
Escape
autogen.sh: Add a /bin/sh shebang.
2013-11-28 02:21:40 +01:00
#!/bin/sh
autogen.sh: Use set -e to fail if any command fails In preparation for expanding autogen.sh.
2013-11-28 02:24:26 +01:00
set
-e
autotools: switch to autotools buildsystem
2013-05-28 01:55:01 +02:00
autoreconf -vif
Reference in New Issue
Copy Permalink