- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user