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