mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update autogen.sh
Updated autogen.sh to strictly run only the autoreconf
This commit is contained in:
parent
c9116310c8
commit
2a1093a0e3
|
@ -2,12 +2,5 @@
|
||||||
|
|
||||||
echo 'Running autoreconf -if...'
|
echo 'Running autoreconf -if...'
|
||||||
(
|
(
|
||||||
rm -rf autom4te.cache
|
autoreconf -if
|
||||||
rm -f aclocal.m4 ltmain.sh
|
|
||||||
autoreconf -if ${AC_FLAGS}
|
|
||||||
)
|
|
||||||
|
|
||||||
echo 'Running ./configure...'
|
|
||||||
(
|
|
||||||
./configure
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user