Hello,
Two weeks trying to compile vlc from svn. Now I have the error :
$ ./bootstrap
+ AUTOMAKESUCKS=no
[...]
+ test . != .
+ autopoint -f
+ aclocal-1.9 -I m4
+ autoconf
configure.ac:1: error: possibly undefined macro: dnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:27: error: possibly undefined macro: AS_IF
configure.ac:79: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:82: error: possibly undefined macro: AC_MSG_WARN
configure.ac:275: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:276: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:280: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:282: error: possibly undefined macro: AC_ARG_ENABLE
configure.ac:308: error: possibly undefined macro: AC_DEFINE
configure.ac:342: error: possibly undefined macro: AC_CHECK_LIB
configure.ac:430: error: possibly undefined macro: AC_CHECK_HEADERS
configure.ac:1946: error: possibly undefined macro: AC_PATH_PROG
I'm using :
Kubuntu edgy : Linux version 2.6.17-10-generic
autoconf (GNU Autoconf) 2.60
GNU M4 1.4.4
I read all the posts and still don't find a solution.
Thanks a lot.
Kaoul