Os platico, después de descargar los directorios:

%svn checkout http://mfcuk.googlecode.com/svn/trunk/ mfcuk-read-only
%svn checkout http://libnfc.googlecode.com/svn/trunk/ libnfc-read-only
y el tar-gz de crapto, tengo lo siguiente:

===============================================
root@gandalf-laptop:~/fuck/8# ls -la
total 20
drwxr-xr-x 5 root root 4096 2010-08-31 15:50 .
drwxr-xr-x 19 root root 4096 2010-08-31 14:45 ..
drwxr-xr-x 3 root root 4096 2010-08-31 14:49 crapto
drwxr-xr-x 12 root root 4096 2010-08-31 15:50 libnfc-read-only
drwxr-xr-x 6 root root 4096 2010-08-31 15:48 mfcuk-read-only
===============================================
root@gandalf-laptop:~/fuck/8# cd libnfc-read-only/

root@gandalf-laptop:~/fuck/8/libnfc-read-only# ls

AUTHORS cmake_modules configure.ac debian include LICENSE make_release.sh pn53x.rules windows
ChangeLog CMake-Windows.txt contrib Doxyfile.in libnfc m4 NEWS README
CMakeLists.txt config.h.cmake COPYING examples libnfc.pc.in Makefile.am pn53x.conf test

root@gandalf-laptop:~/fuck/8/libnfc-read-only# ./make_release.sh

>>> Cleaning sources...
configure.ac:24: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
<<< Sources cleaned.
>>> Autotooled archive generation...
configure.ac:24: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
make: *** No hay ninguna regla para construir el objetivo `distclean'. Alto.


y si tengo instalado libtool
==============================
root@gandalf-laptop:~# libtool --version
ltmain.sh (GNU libtool) 2.2.6
Written by Gordon Matzigkeit <[email protected]>, 1996

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



::::::::::::::Referente a fcuk:::::::::

root@gandalf-laptop:~/fuck/8# cd mfcuk-read-only/

root@gandalf-laptop:~/fuck/8/mfcuk-read-only# ls

aclocal.m4 autom4te.cache config.h.in configure COPYING INSTALL LICENSE Makefile.in NEWS src tools
AUTHORS ChangeLog config.log configure.ac depcomp install-sh Makefile.am missing README TODO

Esta bien que haga "autoconf" en este directorio... observo que se crea un archivo "configure"...
root@gandalf-laptop:~/fuck/8/mfcuk-read-only# autoconf

root@gandalf-laptop:~/fuck/8/mfcuk-read-only# ls -la

total 416
drwxr-xr-x 6 root root 4096 2010-08-31 15:48 .
drwxr-xr-x 5 root root 4096 2010-08-31 15:50 ..
-rw-r--r-- 1 root root 35537 2010-08-31 14:53 aclocal.m4
-rw-r--r-- 1 root root 59 2010-08-31 14:46 AUTHORS
drwxr-xr-x 2 root root 4096 2010-08-31 14:53 autom4te.cache
-rw-r--r-- 1 root root 0 2010-08-31 14:46 ChangeLog
-rw-r--r-- 1 root root 3771 2010-08-31 14:53 config.h.in
-rw-r--r-- 1 root root 4665 2010-08-31 15:48 config.log
-rwxr-xr-x 1 root root 196054 2010-08-31 14:53 configure
-rw-r--r-- 1 root root 1797 2010-08-31 14:46 configure.ac
-rw-r--r-- 1 root root 17987 2010-08-31 14:46 COPYING
-rwxr-xr-x 1 root root 18615 2010-08-31 14:53 depcomp
-rw-r--r-- 1 root root 15578 2010-08-31 14:53 INSTALL
-rwxr-xr-x 1 root root 13663 2010-08-31 14:53 install-sh
-rw-r--r-- 1 root root 17987 2010-08-31 14:46 LICENSE
-rw-r--r-- 1 root root 79 2010-08-31 14:46 Makefile.am
-rw-r--r-- 1 root root 21776 2010-08-31 14:53 Makefile.in
-rwxr-xr-x 1 root root 11419 2010-08-31 14:53 missing
-rw-r--r-- 1 root root 0 2010-08-31 14:46 NEWS
-rw-r--r-- 1 root root 2259 2010-08-31 14:46 README
drwxr-xr-x 4 root root 4096 2010-08-31 14:53 src
drwxr-xr-x 6 root root 4096 2010-08-31 14:46 .svn
-rw-r--r-- 1 root root 481 2010-08-31 14:46 TODO
drwxr-xr-x 3 root root 4096 2010-08-31 14:46 tools

root@gandalf-laptop:~/fuck/8/mfcuk-read-only#

::Sin embargo a la hora de ejecutarlo:::
root@gandalf-laptop:~/fuck/8/mfcuk-read-only# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
./configure: line 2816: syntax error near unexpected token `LIBNFC,'
./configure: line 2816: ` PKG_CHECK_MODULES(LIBNFC, libnfc, WITH_NFC=1, WITH_NFC=0)'

::or lo que infiero que primero se debe resolver el primer punto concerniente a libnfc:::

Gracias por su ayuda.