aclocal -I aclocal/ (as suggested by Ralf Wildenhues)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2555 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-08 16:52:16 +00:00
parent 596bbcd7de
commit d00aaaa9db
2 changed files with 1 additions and 1 deletions

View File

@ -17,3 +17,4 @@ MAINTAINERCLEANFILES = \
DEPCLEANFILES = config.log configure
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I aclocal

View File

@ -7,5 +7,4 @@ if test -f Makefile; then
fi
rm -rf *~ *.cache *.m4 config.guess config.log \
config.status config.sub depcomp ltmain.sh
(cat aclocal/*.m4 > acinclude.m4 2> /dev/null)
autoreconf --verbose --install