summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-01-03 13:48:32 +0100
committerGrigori Goronzy <greg@blackbox>2010-01-03 13:48:32 +0100
commit4f791cc8c8e2f0a5ab8bd8fbd1c85d007a17830e (patch)
treec41654b4d3a68d95f50a40a15898df6510f56ae8 /autogen.sh
parent751146beacb4aba96d5650978a3792bfe275cba8 (diff)
downloadlibass-4f791cc8c8e2f0a5ab8bd8fbd1c85d007a17830e.tar.bz2
libass-4f791cc8c8e2f0a5ab8bd8fbd1c85d007a17830e.tar.xz
autogen: cosmetics, overwrite files
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a26cfa5..b68b4b1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-echo Running autoreconf
-autoreconf --install
+echo Running autoreconf...
+autoreconf -ivf
echo Running configure...
./configure $@