1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 07:27:40 +00:00

Pass args from autogen.sh to ./configure

This commit is contained in:
nobrakal
2017-06-20 16:44:36 +02:00
committed by GitHub
parent 13043dc417
commit 816a868d94

View File

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