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: sigrok-cli-0.3.0~79 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=b4dfa44d2982067e2447356ca3b33dfc00264622 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 dbfee3f..1d480c6 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]) AC_INIT([sigrok-cli], [0.1], [sigrok-devel@lists.sourceforge.net], [sigrok-cli], [http://www.sigrok.org])