added recommended configure options to documentation

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@727 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-03-02 10:55:43 +00:00
parent c7d13ecdb4
commit 778cdcea21
7 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ do_subst = sed \
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
-e 's,[@]RECOMMENDED_CONF_OPTS[@], --sysconfdir=/etc,g' \
-e 's,[@]builddir[@],$(builddir),g' \
-e 's,[@]prefix[@],$(prefix),g' \
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \

View File

@@ -15,6 +15,6 @@ get the missing standard auxiliary files::
To configure (:command:`configure --help` lists possible options), build and
install the Virtual Smart Card now do the following::
./configure
./configure --sysconfdir=/etc
make
make install