1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

12 Commits

Author SHA1 Message Date
James Crook
6220c27613 Do an autoreconf -ivf
This was done on a Ubuntu 14.04 system with wxWidgets 3.1.1 installed.
The resulting buildfiles successfully build Audacity on Ubuntu 14.04 (with 3.1.1) and on Travis (with 3.0.0).
2018-04-02 17:32:17 +01:00
Leland Lucius
b1690f1801 Getting all build scripts to the same Automake 1.14 version
This way, building the minsrc tarball doesn't require multiple versions
of Automake to be installed.  (Most things were at the 1.11 version, but
some were at the 1.14 version.)

Building minsrc should now work just fine.
2015-06-21 22:09:44 -07:00
lllucius@gmail.com
ea074f889b Regenerate build files on Debian Wheezy
This will fix building the minsrc tarball on Debian Wheezy
2015-02-17 16:19:57 +00:00
lllucius@gmail.com
82d9b91184 Prepping for next release...regenerating build files 2015-01-03 05:57:16 +00:00
benjamin.drung@gmail.com
48b001d3d0 portmixer: Drop --with-pa-include in favor of overwriting the pkg-config check. 2013-11-19 01:43:48 +00:00
benjamin.drung@gmail.com
e13d905f8c Update autotool files of portmixer. 2013-11-18 21:26:20 +00:00
benjamin.drung@gmail.com
ffd61debe8 Fix the handling of portmixer's configure parameter --with-pa-include. 2013-11-08 20:01:00 +00:00
benjamin.drung@gmail.com
aca38ba6f9 Regenerate autotools file for portmixer by running autoreconf. 2013-11-08 01:59:01 +00:00
lllucius
15eef6421e Applying 2 of Benjamin's patches to add an autogen script and to
enable support for using the system portaudio library.  The latter
also corrects a long standing bug that prevented using config.status
to regenerate src/Makefile.

As a result of the above, I've taken Benjamin's *_LOCAL_CONFIGURE_ARGS
idea and propagated its usage to the other place where ac_configure_args
was being set directly.

Removed old stuff from lib-src/Makefile.in and made the library locations
for portaudio and portmixer like the rest (a symlink in lib-src).

Reworked portmixer's configure.ac to properly detect host apis.
2011-03-30 16:14:51 +00:00
richardash1981
1ec9106b8b Rebuild configure after update in r10951 2011-02-21 22:37:07 +00:00
v.audacity
5fe0418f71 (bug 221, Configure failure on Ubuntu 10.10 and Gentoo "Your version of portaudio does not include required functions", P3)
Apply further patch from Benjamin Drung to fix this bug.
2010-10-02 19:55:45 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00