From a8181985a8268628b189b20e29e3705fdafdf029 Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Thu, 14 Nov 2013 01:34:32 +0000 Subject: [PATCH] Quote autoconf parameters. --- lib-src/libnyquist/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-src/libnyquist/configure.ac b/lib-src/libnyquist/configure.ac index 35031c010..1132e8498 100644 --- a/lib-src/libnyquist/configure.ac +++ b/lib-src/libnyquist/configure.ac @@ -14,14 +14,14 @@ dnl autoconf dnl Process this file with autoconf to produce a configure script. dnl Require autoconf >= 2.61 -AC_PREREQ(2.61) +AC_PREREQ([2.61]) dnl Init autoconf and automake AC_INIT([libnyquist],[0.1]) dnl check that we have some source code AC_CONFIG_SRCDIR([nyquist/xlisp/xlisp.h]) dnl keep autools files in a subdirectory -AC_CONFIG_AUX_DIR(autotools) +AC_CONFIG_AUX_DIR([autotools]) # which also contains a subdir containing macros AC_CONFIG_MACRO_DIR([autotools/m4]) dnl set up automake