From c7d2788f01210f04121a16010d87239712289503 Mon Sep 17 00:00:00 2001 From: alonbl Date: Mon, 10 Mar 2008 18:17:56 +0000 Subject: [PATCH] Support >=autoconf-2.60 git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3418 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.ac | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index 597a8ff4..73a537c8 100644 --- a/configure.ac +++ b/configure.ac @@ -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