Hello Martin, Am Sonntag, 31. Dezember 2006 01:45 schrieb Martin Preuss: > > configure.ac:769: error: possibly undefined macro: AC_CHIPCARD3_CLIENT > > If you are using the SVN version of AqBanking then you'll need the > chipcard3.m4 file which is part of Libchipcard3. > > I decided not to copy this file to AqBanking because a) nobody but power > users will ever need it (the tarball doesn't need it) and b) it would be > another file to keep in sync beteween multiple projects.
Actually I'd prefer as well if the file chipcard3.m4 is being copied into aqbanking SVN. (We only talk about copying into SVN here, not adding to EXTRA_DIST i.e. packaging.) The reason is that 1. previously for libchipcard2, we already had the m4 file copied to aqbanking and apparently this worked fine for everyone involved, 2. we don't provide easy instructions on how to get libchipcard3 if using SVN and e.g. the SVN path of libchipcard3 cannot be found easily, 3. if chipcard users (read: you) have libchipcard3 installed anyway, then its chipcard3.m4 will override the local aqbanking copy because the system-wide aclocal directory comes first in the aclocal command line arguments and thus the file from there will be used. So, in summary: Adding a local copy won't introduce any issues for those with libchipcard3 installed (i.e. you), but it makes life considerably easier for others who only checkout the SVN version but don't use chipcards. Christian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
