be less restrictive in ./configure. better output of configuration details

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@105 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-05-09 08:34:16 +00:00
parent 6ee4b9d8db
commit 496cc54c6f
4 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ VPCD_LIB = libvpcd.$(DYN_LIB_EXT)
lib_LTLIBRARIES = libvpcd.la
libvpcd_la_SOURCES = ifd.c vpcd.c
libvpcd_la_LIBADD = $(PCSC_LIBS)
#libvpcd_la_LIBADD = $(PCSC_LIBS)
libvpcd_la_CFLAGS = $(PCSC_CFLAGS)
EXTRA_DIST = reader.conf.in
@@ -10,9 +10,9 @@ EXTRA_DIST = reader.conf.in
install: install_libvpcd
install_libvpcd: libvpcd.la
$(mkinstalldirs) $(DESTDIR)$(prefix)$(serialdropdir)
cp .libs/$(VPCD_LIB) $(DESTDIR)$(prefix)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
ln -fs $(VPCD_LIB).$(VERSION) $(DESTDIR)$(prefix)$(serialdropdir)/$(VPCD_LIB)
$(mkinstalldirs) $(DESTDIR)$(serialdropdir)
cp .libs/$(VPCD_LIB) $(DESTDIR)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
ln -fs $(VPCD_LIB).$(VERSION) $(DESTDIR)$(serialdropdir)/$(VPCD_LIB)
if [ -e $(DESTDIR)$(sysconfdir)/reader.conf ] ; \
then \
echo "Edit existing /etc/reader.conf" ; \
@@ -24,4 +24,4 @@ install_libvpcd: libvpcd.la
uninstall: uninstall_libvpcd
uninstall_libvpcd:
rm -f $(DESTDIR)$(prefix)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
rm -f $(DESTDIR)$(serialdropdir)/$(VPCD_LIB).$(VERSION)