benjamin.drung@gmail.com
760605b145
Add AM_PROG_CC_C_O check for subdir-objects option.
2013-11-14 01:38:28 +00:00
benjamin.drung@gmail.com
3efb2058ae
Use subdir-objects automake option for libnyquist.
2013-11-14 01:35:16 +00:00
benjamin.drung@gmail.com
a8181985a8
Quote autoconf parameters.
2013-11-14 01:34:32 +00:00
benjamin.drung@gmail.com
714bb0343c
Fix all autotools warnings from libsndfile.
...
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 20:41:32 +00:00
benjamin.drung@gmail.com
75100a1478
Fix autotools warnings from libsamplerate.
...
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 12:15:34 +00:00
benjamin.drung@gmail.com
7a5f6fbbf3
Unpack the waf scripts.
...
See http://lintian.debian.org/tags/source-contains-waf-binary.html for details.
2013-11-13 00:39:30 +00:00
benjamin.drung@gmail.com
e143ac9ca1
Make sure that libogg is built before libflac if the local liboog is used.
...
libflac needs to be linked against libogg. So we should built libogg before
libflac if we use the local libogg.
2013-11-12 23:58:43 +00:00
benjamin.drung@gmail.com
1bdb187244
Add distdir target to lv2 Makefile.
2013-11-12 02:21:00 +00:00
benjamin.drung@gmail.com
f0b2b26e0b
Move LAME header file from src/include to lib-src/lame/lame.
...
The LAME header file is part of the upstream LAME project and does
not belong in the src/ tree of Audacity.
2013-11-11 13:48:56 +00:00
lllucius
6c4d80f93a
Fix running on Windows 95.
...
Creating the symbolic link will fail on 95, but it only matters
if we state is saved...which Audacity doesn't do (yet).
2013-11-11 01:12:30 +00:00
benjamin.drung@gmail.com
8c2d95559b
Use pkg-config override facility to specify libogg location to libvorbis.
...
1) Revert "Reintroduce patch for building local libvorbis with local libogg." (r12914)
2) Remove acinclude.m4 and regenerate autotool files to use a newer
pkg-config checking macro to get the override facility.
3) Override pkg-config check for libogg by specifying OGG_CFLAGS and OGG_LIBS.
2013-11-09 01:28:56 +00:00
benjamin.drung@gmail.com
ada79ccf45
Remove files that are removed on distclean.
2013-11-09 01:22:26 +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
bd368e2fe2
Regenerate autotools file for FileDialog by running autoreconf.
2013-11-08 10:58:33 +00:00
benjamin.drung@gmail.com
b7565a667a
Simplify Makefile conditions.
2013-11-08 10:58:05 +00:00
benjamin.drung@gmail.com
ec44019744
FileDialog: Do not include (private) config.h in public header.
2013-11-08 10:51:32 +00:00
lllucius@gmail.com
d282aa07ec
Reintroduce patch for building local libvorbis with local libogg.
2013-11-08 06:55:31 +00:00
lllucius@gmail.com
d146519cab
Remove unnecessary config defines
...
They just cause warnings when the Audacity build starts.
2013-11-08 06:54:27 +00:00
benjamin.drung@gmail.com
12300af6b5
Update link target of libportmixer.a.
2013-11-08 03:07:16 +00:00
benjamin.drung@gmail.com
a0216505a0
Make all configure script executable.
2013-11-08 02:01:45 +00:00
benjamin.drung@gmail.com
aca38ba6f9
Regenerate autotools file for portmixer by running autoreconf.
2013-11-08 01:59:01 +00:00
benjamin.drung@gmail.com
0f9909b548
Use automake for portmixer.
2013-11-08 01:56:39 +00:00
benjamin.drung@gmail.com
6efbf53d90
Fix make dist target of libnyquist.
2013-11-08 01:05:56 +00:00
benjamin.drung@gmail.com
718c8d8554
Add autotools-fix-make-dist.patch to fix dist target of portsmf.
2013-11-08 00:11:20 +00:00
benjamin.drung@gmail.com
7fefc64aa8
Add autotools-fix-make-dist.patch to fix dist target of sbsms.
2013-11-07 23:32:19 +00:00
benjamin.drung@gmail.com
d08f0da2bd
Remove temporary file stamp-h1.
2013-11-07 23:27:55 +00:00
benjamin.drung@gmail.com
1686b38f3c
Replace tabs by spaces.
2013-11-07 23:23:32 +00:00
benjamin.drung@gmail.com
f61fc94040
Regenerate autotools file for Audacity and lib-widget-extra.
2013-11-07 21:03:03 +00:00
benjamin.drung@gmail.com
6619f23305
Use automake for libwidgetextra.
...
Replace the custom Makefile by automake. In addition drop the hacky
libwidgetextra-uninstalled.pc and configure the library like every other
optional library, but check if the library is not disabled.
2013-11-07 21:00:56 +00:00
benjamin.drung@gmail.com
0d30aad773
Remove hg artefacs from libvamp update.
2013-11-07 18:37:01 +00:00
benjamin.drung@gmail.com
4ac2ed8065
Remove files/directories that are removed on distclean.
2013-11-07 18:05:08 +00:00
benjamin.drung@gmail.com
c5aad36d14
Regenerate autotools file for soundtouch.
2013-11-07 17:58:34 +00:00
benjamin.drung@gmail.com
990fab57c5
Disable maintainer mode for soundtouch by adding AM_MAINTAINER_MODE([disable]).
2013-11-07 17:57:11 +00:00
benjamin.drung@gmail.com
6130d2f33e
Regenerate autotools file for libflac.
2013-11-07 00:08:59 +00:00
benjamin.drung@gmail.com
00634b9b7d
Disable maintainer mode for libflac.
...
The maintainer mode is enable by default if no AM_MAINTAINER_MODE is called
in configure.ac.
2013-11-07 00:07:46 +00:00
benjamin.drung@gmail.com
6ae83e1f8a
Regenerate autotools file of FileDialog by running autoreconf.
2013-11-06 22:51:41 +00:00
benjamin.drung@gmail.com
5333ba8ab7
Also distribute FileDialog.vcproj file in FileDialog.
2013-11-06 22:46:27 +00:00
benjamin.drung@gmail.com
eed482dae4
Regenerate autotools file of FileDialog by running autoreconf.
2013-11-06 22:41:48 +00:00
benjamin.drung@gmail.com
a16897c43e
Use automake for FileDialog.
2013-11-06 22:35:07 +00:00
lllucius
496aa450df
Remove local copy of expat
...
Hasn't been used since 2008. The wxexpat library is used instead.
2013-11-06 08:41:57 +00:00
benjamin.drung@gmail.com
ade56afd17
Regenerate configure scripts.
2013-11-05 23:24:36 +00:00
benjamin.drung@gmail.com
4b5f7e9254
Really rename --enable-static to --enable-static-wx!
2013-11-05 23:24:13 +00:00
benjamin.drung@gmail.com
1f4404a43e
Update lib-widget-extra configure.ac with autoupdate.
2013-11-05 22:55:43 +00:00
benjamin.drung@gmail.com
798b28154f
Update FileDialog configure.ac with autoupdate.
2013-11-05 22:52:24 +00:00
benjamin.drung@gmail.com
b9f7e7d0dc
Regenerate configure scripts.
2013-11-05 22:38:50 +00:00
benjamin.drung@gmail.com
2503c32d92
Rename configure.in to configure.ac in lib-widget-extra.
2013-11-05 22:37:08 +00:00
benjamin.drung@gmail.com
832cc395c9
Remove trailing spaces.
2013-11-05 22:35:34 +00:00
benjamin.drung@gmail.com
639c93c145
Rename --enable-static to --enable-static-wx.
...
--enable-static is too generic and also used by libtool.
2013-11-05 22:28:42 +00:00
lllucius
2860645fcf
Re-adding our configure script for libsoxr 0.1.1
2013-11-05 04:26:03 +00:00
lllucius
f510d21218
Update libsoxr to 0.1.1
2013-11-05 04:24:24 +00:00