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
1 changed files with 2 additions and 0 deletions

View File

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