mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Quote autoconf parameters.
This commit is contained in:
@@ -14,14 +14,14 @@ dnl autoconf
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
dnl Require autoconf >= 2.61
|
dnl Require autoconf >= 2.61
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ([2.61])
|
||||||
|
|
||||||
dnl Init autoconf and automake
|
dnl Init autoconf and automake
|
||||||
AC_INIT([libnyquist],[0.1])
|
AC_INIT([libnyquist],[0.1])
|
||||||
dnl check that we have some source code
|
dnl check that we have some source code
|
||||||
AC_CONFIG_SRCDIR([nyquist/xlisp/xlisp.h])
|
AC_CONFIG_SRCDIR([nyquist/xlisp/xlisp.h])
|
||||||
dnl keep autools files in a subdirectory
|
dnl keep autools files in a subdirectory
|
||||||
AC_CONFIG_AUX_DIR(autotools)
|
AC_CONFIG_AUX_DIR([autotools])
|
||||||
# which also contains a subdir containing macros
|
# which also contains a subdir containing macros
|
||||||
AC_CONFIG_MACRO_DIR([autotools/m4])
|
AC_CONFIG_MACRO_DIR([autotools/m4])
|
||||||
dnl set up automake
|
dnl set up automake
|
||||||
|
Reference in New Issue
Block a user