This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
toxcore
Watch
1
Star
0
Fork
0
You've already forked toxcore
mirror of
https://github.com/irungentoo/toxcore.git
synced
2024-03-22 13:30:51 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
8b05296a78
toxcore
/
autogen.sh
7 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Create autogen.sh makes configure script and then runs it
2013-08-31 11:30:26 +08:00
#!/bin/sh -e
echo
'Running autoreconf -if...'
(
Update autogen.sh Updated autogen.sh to strictly run only the autoreconf
2013-09-02 04:19:14 +08:00
autoreconf -if
Create autogen.sh makes configure script and then runs it
2013-08-31 11:30:26 +08:00
)
Reference in New Issue
Copy Permalink