- switched from perl to sed for substitution of autoconf variables

- changed from generating reader.conf to vpcd in /etc/reader.conf.d


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@329 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-10-13 19:18:40 +00:00
parent 8bab6479fe
commit dcb2507b2f
6 changed files with 21 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([virtualsmartcard], [0.2], [morgner@informatik.hu-berlin.de])
AC_INIT([virtualsmartcard], [0.2], [http://sourceforge.net/projects/vsmartcard/support])
AC_CONFIG_SRCDIR([src/vpcd/ifd.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -90,7 +90,7 @@ esac
cat << EOF
virtualsmartcard has been configured with following options:
${PACKAGE} has been configured with following options:
Version: ${PACKAGE_VERSION}
User binaries: $(eval eval eval echo "${bindir}")
@@ -116,5 +116,6 @@ EOF
AC_CONFIG_FILES([Makefile
src/Makefile
src/vpcd/Makefile
src/vpicc/Makefile])
src/vpicc/Makefile
])
AC_OUTPUT