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

View File

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