Initial release of pace-gui, a small GUI for pace-tool

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@133 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-06-07 14:50:22 +00:00
parent 0eb3279e58
commit 08cef866f7
7 changed files with 3323 additions and 0 deletions

19
pace-gui/configure.ac Normal file
View File

@@ -0,0 +1,19 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT(pinpad, 0.1, oepen@informatik.hu-berlin.de)
# Checks for programs.
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_CONFIG_FILES([Makefile
src/Makefile])
AC_OUTPUT