From: Rodolfo M. <rod...@gm...> - 2006-10-24 10:00:54
|
On Saturday 14 October 2006 15:26, Rodolfo Medina wrote: >> I did: >> >> $ svn co http://svn.opensync.org/trunk opensync >> $ cd opensync >> >> , but then: >> >> $ autoreconf -sfi >> configure.in:21: error: possibly undefined macro: AC_DISABLE_STATIC >> If this token and others are legitimate, please use >> m4_pattern_allow. See the Autoconf documentation. >> configure.in:22: error: possibly undefined macro: AC_PROG_LIBTOOL >> autoreconf: /usr/bin/autoconf failed with exit status: 1 >> >> . Can anyone suggest what package is possibly missing here? Ian Gibbs <li...@fl...> writes: > I had something very similar because libtool was missing. A package of > libtool > should exist for your distribution. I did: `apt-get install libtool', then tried again with `autoreconf -sfi', but: automake: configure.in: installing `./install-sh' automake: configure.in: installing `./mkinstalldirs' automake: configure.in: installing `./missing' tests/mock-plugin/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS' wrapper/Makefile.am:25: bad macro name `_opensync_la_LDFLAGS' wrapper/Makefile.am:26: bad macro name `_opensync_la_LIBADD' wrapper/Makefile.am:24: invalid unused variable name: `nodist__opensync_la_SOURCES' autoreconf: automake failed with exit status: 1 . I'm lost here. Please any help... Thanks for any reply, Rodolfo |