mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
autogen.sh: Use long options to autoreconf, for self-documentation
This commit is contained in:
parent
19b9adda52
commit
e12dafd7bb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
set -e
|
set -e
|
||||||
srcdir="$(dirname $0)"
|
srcdir="$(dirname $0)"
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
autoreconf -vif
|
autoreconf --verbose --install --force
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue