1
0
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:
nobrakal 2017-06-20 16:44:36 +02:00 committed by GitHub
parent 13043dc417
commit 816a868d94

View File

@ -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\" "