1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-29 19:40:35 +00:00

Update autogen.sh to do ./configure

This commit is contained in:
Alexandre Moine 2015-08-13 11:38:06 +02:00
parent 868b12240a
commit 3ebd352450

View File

@ -1,3 +1,5 @@
#!/bin/bash
autoreconf -vfi
./configure
echo "Now, just do \"make install\" "