Am Freitag 19 Februar 2010 20:40:46 schrieb Greg Mefford: > I tried to use the bootstrap script after installing some of those > tools with fink that were in your config script. I get the following > errors: > > ----- > configure.ac:100: error: possibly undefined macro: AC_DEFINE > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:255: error: possibly undefined macro: AC_MSG_ERROR > configure.ac:323: error: possibly undefined macro: AC_CHECK_LIB > autoreconf: /sw/bin/autoconf-2.60 failed with exit status: 1 > ----- > > From searching the web, it looks like at least one opensc developers > has hit this problem in the past, but I didn't see a solution on the > mailing list. Any ideas?
could be some version issue of the tools you use. ii autoconf 2.64-1ubuntu1 automatic configure script builder ii automake 1:1.11-1 A tool for generating GNU Standards-complian ii libtool 2.2.6a-4 Generic library support script I think "AC_DEFINE" is part of normal autoconf/make/libtool macros, so any normal installation should include it. Andreas _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
