]> sigrok.org Git - sigrok-cli.git/commitdiff
A few more fixes for configure.ac files.
authorUwe Hermann <redacted>
Wed, 4 Jan 2012 14:26:41 +0000 (15:26 +0100)
committerUwe Hermann <redacted>
Wed, 4 Jan 2012 14:42:24 +0000 (15:42 +0100)
Add missing checks and quotes, remove superfluous checks, etc.

configure.ac

index dbfee3f8d91c8b8753ec4f3202e15289c4ac0af7..1d480c6e7328d938e38b6a77af0b2291d9252535 100644 (file)
@@ -17,7 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-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])