Working on autotools scripts

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@135 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-06-08 07:26:23 +00:00
parent 02183f3aef
commit 275514919d
10 changed files with 11 additions and 7 deletions

View File

@@ -3,8 +3,8 @@
AC_PREREQ([2.64])
AC_INIT(pinpad, 0.1, oepen@informatik.hu-berlin.de)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Checks for programs.
AC_PROG_INSTALL
@@ -12,6 +12,9 @@ AC_PROG_LN_S
AM_PATH_PYTHON
# Checks for libraries.
PKG_CHECK_MODULES(PYGTK, pygtk-2.0)
AC_SUBST(PYGTK_CFLAGS)
AC_SUBST(PYGTK_LIBS)
# Checks for header files.