1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

twolame: Terminate AM_TESTS_ENVIRONMENT by a semicolon.

The automake manual says: "the contents of a non-empty AM_TESTS_ENVIRONMENT
must be terminated by a semicolon." Without the semicolon, the perl command
will indefinitely wait for input from stdin.
This commit is contained in:
benjamin.drung@gmail.com
2013-11-20 00:02:36 +00:00
parent d8562a197c
commit cc7cf018c3
3 changed files with 18 additions and 2 deletions

View File

@@ -267,7 +267,7 @@ twolame
http://www.twolame.org/
MPEG I layer 2 audio encoding library used for MP2 exports
Version in Audacity SVN: 0.3.13
Patches: None
Patches: fix-tests.patch: Terminate AM_TESTS_ENVIRONMENT by a semicolon.
AM_MAINTAINER_MODE has been added to configure.ac to disable autotools rebuilds
by default
Upstream Version: 0.3.13