autoconf macros for sed, ln and mkdir

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@651 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-12-08 20:34:19 +00:00
parent 46d3551fbf
commit f877158623
5 changed files with 14 additions and 12 deletions

View File

@@ -23,10 +23,11 @@ ifdef(
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_PROG_LN_S
AC_PROG_SED
AM_PATH_PYTHON
AM_PROG_CC_C_O
PKG_PROG_PKG_CONFIG
# If you need to see the details, just run make V=1.