mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Create autogen.sh
makes configure script and then runs it
This commit is contained in:
parent
a93980e144
commit
bcbf3ac609
13
autogen.sh
Normal file
13
autogen.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
echo 'Running autoreconf -if...'
|
||||
(
|
||||
rm -rf autom4te.cache
|
||||
rm -f aclocal.m4 ltmain.sh
|
||||
autoreconf -if ${AC_FLAGS}
|
||||
)
|
||||
|
||||
echo 'Running ./configure...'
|
||||
(
|
||||
./configure
|
||||
)
|
Loading…
Reference in New Issue
Block a user