I attempted to build AbiWord and got the following. What's wrong?
phma
---
[phma@neofelis abi]$ ./autogen.sh
automake (GNU automake) 1.4
Creating aclocal.m4...
Creating configure...
configure.in:361: warning: AC_TRY_RUN called without default to allow cross
compiling
You can run ./configure now.
[phma@neofelis abi]$ ./con
config.status configure.13810.tmp
configure configure.3561.tmp
[phma@neofelis abi]$ ./configu
configure configure.13810.tmp configure.3561.tmp
[phma@neofelis abi]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... (cached) gcc -E
checking CFLAGS...
checking CXXFLAGS...
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking whether PKG_CHECK_MODULES is defined... no
error: PKG_CHECK_MODULES isn't defined
Either pkg.m4 wasn't in aclocal's search path or pkgconfig
(or pkgconfig-devel?) isn't installed.
If pkg-config is installed in <prefix> then re-run autogen.sh:
ACLOCAL_FLAGS="-I <prefix>/share/aclocal" ./autogen.sh