When I download mulitsync and do an
autogen.sh I get the error message:
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
./configure: line 19246: syntax error near unexpected
token `PACKAGE,'
./configure: line 19246: `PKG_CHECK_MODULES(PACKAGE,
$pkg_modules)'
This happens with mulisync 0.81, 0.80 and the latest cvs
version.
The offending lines looks like this:
pkg_modules="libgnomeui-2.0 libbonobo-2.0 glib-2.0
gconf-2.0"
PKG_CHECK_MODULES(PACKAGE, $pkg_modules)
Any idea what is wrong here?