
Originally Posted by
AlbertP
On Ubuntu (and derivatives) you don't need to specify --libdir at all, even on 64-bit as /lib is used there, /lib64 is a symlink.
Thank you for clarification
So I don't need to run that command on Kubuntu? Because if I run the command I get following output:
Code:
snele@KDevil:~/xf86-video-ati$ ./autogen.sh --prefix=/usr
./autogen.sh: 9: ./autogen.sh: autoreconf: not found
Then I installed autogen and autoconf packages and now I get this output:
Code:
snele@KDevil:~/xf86-video-ati$ ./autogen.sh --prefix=/usr
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:34: error: must install xorg-macros 1.8 or later before running autoconf/autogen
configure.ac:34: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: /usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1