On Mon, 23 Mar 2009, Sascha 'saigkill' Manns wrote:
Project: home:saigkill Package: libdbus++
Hello Mates,
i have an Question about my libdbus++ Build. After autoreconf i get:
- cd libdbus++-0.6.0
- autoreconf -fi
src/debug/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined src/debug/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/debug/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again. src/debug/Makefile.am:9: If `AC_PROG_LIBTOOL' is in `configure.in', make sure src/debug/Makefile.am:9: its definition is in aclocal's search path. src/release/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined src/release/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/release/Makefile.am:7: to `configure.in' and run `aclocal' and `autoconf' again. src/release/Makefile.am:7: If `AC_PROG_LIBTOOL' is in `configure.in', make sure src/release/Makefile.am:7: its definition is in aclocal's search path. src/thread/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined src/thread/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/thread/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again. src/thread/Makefile.am:9: If `AC_PROG_LIBTOOL' is in `configure.in', make sure src/thread/Makefile.am:9: its definition is in aclocal's search path. src/threadd/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined src/threadd/Makefile.am:10: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' src/threadd/Makefile.am:10: to `configure.in' and run `aclocal' and `autoconf' again. src/threadd/Makefile.am:10: If `AC_PROG_LIBTOOL' is in `configure.in', make sure src/threadd/Makefile.am:10: its definition is in aclocal's search path.
Have anyone an idea, how to fix this?
Do not use autoreconf while building.
Richard.