On Thursday 07 March 2002 8:17 pm, you wrote:
>
> I'm trying to build from CVS and have the following problem when running
> autoconf to create the qt-gui in the plugins folder.
>
> I don't understand why this is failing. Am I missing a build stage ?
> I've started by running 'aclocal' followed by 'autoconf'
>
> This is the output from autoconf v2.52
>
>
> # ~/licq/plugins/qt-gui> autoconf -v
> autoconf: running /usr/bin/m4 --nesting-limit=1024 -I /usr/share/autoconf
> -I . -Dm4_tmpdir=/tmp/acsueDja -Dm4_warnings=syntax
> --reload-state=/usr/share/autoconf/autoconf.m4f  ./aclocal.m4 configure.in
> autoconf: forbidden: ^m4_|^dnl$|^_?AS_|^_?A[CHUM]_|_AC_
> autoconf: allowed: ^AS_FLAGS$
> configure.in:71: error: possibly undefined macro: AC_LIBTOOL_CXX
>
When building from CVS, you must perform the following 3 steps before running 
configure:

aclocal
automake -c
autoconf

Then :
./configure .......
etc

Hope this helps,

Alasdair Campbell

_______________________________________________
Licq-main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main

Reply via email to