move autoconf helper files to tools/ subdirectory.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1164 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2003-05-26 09:30:48 +00:00
parent 9da55fc262
commit cf718b675f
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,10 @@
## Makefile.am -- Process this file with automake to produce Makefile.in ## Makefile.am -- Process this file with automake to produce Makefile.in
SUBDIRS = . aclocal docs etc src win32 SUBDIRS = . tools aclocal docs etc src win32
EXTRA_DIST = CodingStyle README.cards README.signer README.Win32 \ EXTRA_DIST = CodingStyle README.cards README.signer README.Win32 \
bootstrap depcomp Makefile.mak bootstrap Makefile.mak
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 acinclude.m4 \ MAINTAINERCLEANFILES = Makefile.in config.h.in configure
config.guess config.h.in config.sub configure \ DEPCLEANFILES = config.log configure
install-sh ltmain.sh missing mkinstalldirs ylwrap \
compile config.log config.status depcomp

View File

@ -3,8 +3,9 @@ dnl Process this file with autoconf to produce a configure script.
# Require autoconf 2.52 # Require autoconf 2.52
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT(src/libopensc/sc.c) AC_INIT(src/libopensc/sc.c)
AC_CONFIG_AUX_DIR(tools)
AM_INIT_AUTOMAKE(opensc, 0.8.0-rc1) AM_INIT_AUTOMAKE(opensc, 0.8.0-rc1)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
@ -1176,6 +1177,7 @@ src/sslengines/Makefile
src/tests/Makefile src/tests/Makefile
src/tools/Makefile src/tools/Makefile
src/usbtoken/Makefile src/usbtoken/Makefile
tools/Makefile
win32/Makefile win32/Makefile
]) ])