This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
hyperrogue
Watch
1
Star
0
Fork
0
You've already forked hyperrogue
mirror of
https://github.com/zenorogue/hyperrogue.git
synced
2024-10-31 19:36:16 +00:00
Code
Issues
Releases
Wiki
Activity
8cdb45ec01
hyperrogue
/
autogen.sh
6 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
Remove unnecessary autotools files, and add them to .gitignore
2015-08-13 09:31:02 +00:00
#!/bin/bash
autoreconf -vfi
Pass args from autogen.sh to ./configure
2017-06-20 14:44:36 +00:00
./configure
"
$@
"
Update autogen.sh to do ./configure
2015-08-13 09:38:06 +00:00
echo
"Now, just do \"make install\" "
Remove unnecessary autotools files, and add them to .gitignore
2015-08-13 09:31:02 +00:00
Reference in New Issue
Copy Permalink