Skip to content

Commit

Permalink
Add --prefix=/usr to autogen.sh
Browse files Browse the repository at this point in the history
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
  • Loading branch information
David Herrmann committed Feb 22, 2012
1 parent 4ee5a29 commit 5aa712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -2,4 +2,4 @@

mkdir -p m4/
autoreconf -i || exit 1
./configure $*
./configure --prefix=/usr $*

0 comments on commit 5aa712e

Please sign in to comment.