updated configure to newer init calls.

set automake strictnes to foreign.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1243 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2003-07-10 10:33:22 +00:00
parent 0ee983fdbe
commit aee7119020
1 changed files with 3 additions and 2 deletions

View File

@ -3,10 +3,11 @@ dnl Process this file with autoconf to produce a configure script.
# Require autoconf 2.52
AC_PREREQ(2.52)
AC_INIT(src/libopensc/sc.c)
AC_INIT(opensc, 0.8.0-rc2)
AC_CONFIG_SRCDIR(src/libopensc/sc.c)
AC_CONFIG_AUX_DIR(tools)
AM_INIT_AUTOMAKE(opensc, 0.8.0-rc2)
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST