diff --git a/autogen.sh b/autogen.sh index da5fd9a..fd55f6a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ mkdir -p m4/ autoreconf -i || exit 1 -./configure $* +./configure --prefix=/usr $*