Support >=autoconf-2.60

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3418 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2008-03-10 18:17:56 +00:00
parent 2761549c11
commit c7d2788f01
1 changed files with 1 additions and 14 deletions

View File

@ -1,8 +1,6 @@
dnl -*- mode: m4; -*-
dnl Process this file with autoconf to produce a configure script.
# Require autoconf 2.52
AC_PREREQ([2.52])
AC_PREREQ([2.60])
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11])
@ -561,17 +559,6 @@ if test "$GCC" = "yes"; then
CFLAGS="-fno-strict-aliasing ${CFLAGS}"
fi
# workaround for <autoconf-2.60
if test -z "${docdir}"; then
docdir="\$(datarootdir)/doc/\$(PACKAGE_NAME)"
AC_SUBST([docdir])
fi
if test -z "${htmldir}"; then
htmldir="\$(docdir)"
AC_SUBST([htmldir])
fi
# end workaround
AC_OUTPUT([
Makefile
aclocal/Makefile