mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
autoreconf -ivf
This commit is contained in:
@@ -366,6 +366,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
pkglib_LTLIBRARIES = mod-nyq-bench.la
|
||||
ACLOCAL_AMFLAGS = ${ACLOCAL_AMFLAGS} -I m4
|
||||
mod_nyq_bench_la_CPPFLAGS = $(WX_CXXFLAGS) -I$(top_srcdir)/../../include -I$(top_srcdir)/../../src -I$(top_builddir)/../../src -I$(top_srcdir)/../portaudio-v19/include -I$(top_srcdir)/../portmixer/include -I$(top_srcdir)/../libnyquist
|
||||
mod_nyq_bench_la_LIBADD = $(WX_LIBS)
|
||||
mod_nyq_bench_la_LDFLAGS = -module
|
||||
|
||||
4
lib-src/mod-nyq-bench/configure
vendored
4
lib-src/mod-nyq-bench/configure
vendored
@@ -1437,7 +1437,7 @@ Optional Packages:
|
||||
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
||||
--with-sysroot=DIR Search for dependent libraries within DIR
|
||||
(or the compiler's sysroot if not specified).
|
||||
--with-wx-version override default wxWidgets version [2.6,2.8]
|
||||
--with-wx-version override default wxWidgets version [3.1,3.0]
|
||||
--with-wx-config override default wxWidgets config script
|
||||
|
||||
Some influential environment variables:
|
||||
@@ -16692,7 +16692,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
for ac_prog in wx-config wx-config-3.0
|
||||
for ac_prog in wx-config wx-config-3.1
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
||||
Reference in New Issue
Block a user