From: Uwe Hermann Date: Wed, 4 Jan 2012 14:26:41 +0000 (+0100) Subject: A few more fixes for configure.ac files. X-Git-Tag: libsigrok-0.1.0~189 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=8e43129c10669d767d7eb17e786f38b70d799e60;p=libsigrok.git A few more fixes for configure.ac files. Add missing checks and quotes, remove superfluous checks, etc. --- diff --git a/configure.ac b/configure.ac index 892faf54..04134536 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -AC_PREREQ(2.61) +AC_PREREQ([2.61]) # libsigrok package version number (NOT the same as shared lib version!). m4_define([libsigrok_major_version], [0])