Skip to content

Commit

Permalink
autogen.sh: pass params to configure
Browse files Browse the repository at this point in the history
This fixes the case when somebody may want to specify a
different prefix than the default (/usr/local), for
instance just /usr, via "--prefix=/usr".
  • Loading branch information
knocte committed Jan 30, 2012
1 parent be0924b commit f9a8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -8,7 +8,7 @@ autoreconf --verbose --force --install --make || {
exit 1;
}

./configure || {
./configure $@ || {
echo 'configure failed';
exit 1;
}
Expand Down

0 comments on commit f9a8721

Please sign in to comment.