diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 60a0286ac6..3b9dd1fd16 100755 --- a/autogen.sh +++ b/autogen.sh @@ -68,11 +68,12 @@ else if [ "x$1" != "xac" ]; then CFLAGS="$CFLAGS -g -O0" ./configure \ + --with-rootprefix= \ --sysconfdir=/etc \ --localstatedir=/var \ + --libdir=$(libdir /usr/lib) \ + --with-rootlibdir=$(libdir /lib) \ --libexecdir=/usr/lib \ - --libdir=$(libdir /usr/local/lib) \ - --with-rootprefix= \ "$@" make clean fi |