mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
Pass args from autogen.sh to ./configure
This commit is contained in:
parent
13043dc417
commit
816a868d94
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
./configure
|
./configure "$@"
|
||||||
echo "Now, just do \"make install\" "
|
echo "Now, just do \"make install\" "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user