Codebase list libsdl2-net / 1d01e50f-926f-4ec2-bcf7-d090f305a0af/main autogen.sh
1d01e50f-926f-4ec2-bcf7-d090f305a0af/main

Tree @1d01e50f-926f-4ec2-bcf7-d090f305a0af/main (Download .tar.gz)

autogen.sh @1d01e50f-926f-4ec2-bcf7-d090f305a0af/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh
#
aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf

#./configure $*
echo "Now you are ready to run ./configure"