https://bugs.freedesktop.org/show_bug.cgi?id=57018
--- Comment #3 from Antonio Alecrim Jr <antonio.alec...@gmail.com> --- git sha1: 1569b3e536da9337a28a16d0cc6ed07043bf094b To reproduce this "bug": mesa> ./autogen.sh ... src/egl/drivers/dri2/Makefile.am:37: error: Libtool library used but 'LIBTOOL' is undefined ... autoreconf: automake failed with exit status: 1 mesa> ./configure ... ./configure: line 5129: syntax error near unexpected token `2.2' ./configure: line 5129: `LT_PREREQ(2.2)' To fix this "bug" I commented these problematic lines and installed all required packages. To fix "autogen.sh" error I installed "Libtool": > git clean -xfd > ./autogen.sh > ./configure And everything works fine. Maybe is just an environment problem. Can you check if this solves your problem? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev