1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Quote autoconf parameters.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-14 01:34:32 +00:00
parent 714bb0343c
commit a8181985a8

View File

@ -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