1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-20 14:20:06 +02:00

6 Commits

Author SHA1 Message Date
lllucius@gmail.com
c6ffa89d23 Add (restore?) the ability to build without trashing the source tree
You may now do:

mkdir build
cd build
../configure
./audacity

And all but one directory will remain unmolested...no more object files
in "src".

And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.

You can of course still do the configure from the top and get all of the
objects strewn about the tree.

I still haven't figured out how to keep the locale directory from getting
soiled.  I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +00:00
benjamin.drung@gmail.com
a361823829 Update generated autotools files for libnyquist. 2014-05-29 13:36:35 +00:00
benjamin.drung@gmail.com
7f94f64cc6 Update autotools files for libnyquist. 2013-11-14 01:38:55 +00:00
benjamin.drung@gmail.com
e779d81995 Regenerate autotool files of libnyquist with a newer autotool version.
The files are regererated by calling "autoreconf -f -i".
2013-11-01 10:48:08 +00:00
richardash1981
5dc37cb30d fix usage of AM_MAINTAINER_MODE macro, pointed out by Benjamin Drung 2011-02-25 22:05:30 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00