mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
.github
autotools
cmake-proxies
dox2-src
help
images
include
lib-src
FileDialog
expat
ffmpeg
header-substitutes
lame
lib-widget-extra
libflac
libid3tag
libmad
libmp3lame
libnyquist
libogg
doc
include
m4
macosx
src
win32
AUTHORS
CHANGES
COPYING
Makefile.am
Makefile.in
README
autotools.patch
compile
config.guess
config.h.in
config.sub
configure
configure.ac
depcomp
install-sh
libogg.spec.in
ltmain.sh
missing
ogg-uninstalled.pc.in
ogg.m4
ogg.pc.in
libscorealign
libsndfile
libsoxr
libvamp
libvorbis
lv2
mod-null
mod-nyq-bench
mod-script-pipe
mod-track-panel
mpglib
portaudio-v19
portburn
portmidi
portmixer
portsmf
sbsms
soundtouch
twolame
CMakeLists.txt
Makefile.am
Makefile.in
audacity-patches.txt
dist-libsoxr.mk
dist-libvamp.mk
dist-portaudio.mk
linux
locale
m4
mac
nyq-po
nyquist
plug-ins
presets
qa
scripts
src
tests
win
.gitattributes
.gitignore
.travis.yml
ABOUT-NLS
CHANGELOG.txt
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
INSTALL
LICENSE.txt
Makefile.am
Makefile.in
PULL_REQUEST_TEMPLATE.md
README.md
README.txt
appveyor.yml
audacity.dox
configure
configure.ac
po
todo.txt
36 lines
1.0 KiB
Diff
36 lines
1.0 KiB
Diff
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am (revision 12833)
|
|
+++ Makefile.am (working copy)
|
|
@@ -1,5 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
+ACLOCAL_AMFLAGS = -I m4
|
|
|
|
#AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
|
AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
|
|
Index: configure.in
|
|
===================================================================
|
|
--- configure.in (revision 12833)
|
|
+++ configure.in (working copy)
|
|
@@ -2,6 +2,7 @@
|
|
|
|
AC_INIT([libogg],[1.3.1],[ogg-dev@xiph.org])
|
|
|
|
+AC_CONFIG_MACRO_DIR([m4])
|
|
AC_CONFIG_SRCDIR(src/framing.c)
|
|
|
|
AM_INIT_AUTOMAKE
|
|
Index: src/Makefile.am
|
|
===================================================================
|
|
--- src/Makefile.am (revision 12833)
|
|
+++ src/Makefile.am (working copy)
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
|
|
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
|
|
|
|
lib_LTLIBRARIES = libogg.la
|
|
|