search for: automake_opt

Displaying 20 results from an estimated 32 matches for "automake_opt".

2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
.../share/utf8/Makefile.am | 2 - 18 files changed, 8 insertions(+), 195 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0a65206..45a0260 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,8 +28,6 @@ # distclean: remove everything except what goes in the distribution # -AUTOMAKE_OPTIONS = foreign 1.7 - ACLOCAL_AMFLAGS = -I m4 SUBDIRS = doc include m4 man src examples test build obj diff --git a/autogen.sh b/autogen.sh index 3290f2e..2aa4c30 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,166 +1,6 @@ #!/bin/sh # Run this to set up the build system: configure, makefiles, et...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools based build system. There is a lot more that could and should be done, but I tried to stay conservative for now and just resolve some of the most obvious issues. Max Horn (5): configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN autogen.sh: replace this by a simple call to autoreconf configure: always print
2002 Aug 14
0
automake 1.6 compatability patch
...============================================================ RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v retrieving revision 1.26 diff -u -r1.26 Makefile.am --- ogg123/Makefile.am 11 Jul 2002 02:45:37 -0000 1.26 +++ ogg123/Makefile.am 14 Aug 2002 17:12:18 -0000 @@ -2,8 +2,8 @@ AUTOMAKE_OPTIONS = foreign -mans = ogg123.1 -docs = ogg123rc-example +man_pages = ogg123.1 +doc_files = ogg123rc-example ogg123sources = audio.c buffer.c callbacks.c \ cfgfile_options.c cmdline_options.c \ file_transport.c format.c http_transport.c \ @@ -16,12 +16,19 @@...
2004 Apr 15
1
[PATCH] theora/{Makefile.am,autogen.sh}
...d probably elsewhere) Conrad. -------------- next part -------------- Index: Makefile.am =================================================================== --- Makefile.am (revision 6517) +++ Makefile.am (working copy) @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign dist-zip +AUTOMAKE_OPTIONS = foreign 1.6 dist-zip SUBDIRS = lib include doc examples debian Index: autogen.sh =================================================================== --- autogen.sh (revision 6517) +++ autogen.sh (working copy) @@ -11,6 +11,7 @@ cd "$srcdir"...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...lddir) -I$(srcdir)/include -I$(top_srcdir)/include EXTRA_DIST = \ Makefile.lite \ metaflac.dsp \ diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am index 147ee15..0f557fd 100644 --- a/src/plugin_common/Makefile.am +++ b/src/plugin_common/Makefile.am @@ -17,7 +17,7 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_LTLIBRARIES = libplugin_common.la diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index b9c4f8b..f96b3ae 100644 --- a/src/plugin_xmms/M...
2001 Aug 22
1
Can't compile CVS with non-gcc compilers
Without "no-dependencies" in every single Makefile.am's AUTOMAKE_OPTIONS line, automake will put gnu-specific instructions that will barf a) if you don't use gmake, and b) don't use gcc. This is actually in the automake manual, section 7.11, page 26 -- it's not an unexpected thing: "Currently, this support [automatic dependency generation]...
2006 Nov 07
2
build issues
BTW, I ran into a few issues building with recent cvs. You might want to consider copying autogen.sh from one of the other xiph codec projects and setting a proper minimum version in AUTOMAKE_OPTIONS. The current one just breaks if it the default automake isn't the appropriate version, but debian based systems (at least) often have several versions installed in parallel. We have code to pick an appropriate one. It will also choose glibtoolize instead of libtoolize on macosx, but th...
2004 Dec 16
0
[patch] ffmpeg2theora A/V sync
...-berlin.de/~dvdkhlng/dk.gpg Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40 -------------- next part -------------- Index: Makefile.am =================================================================== --- Makefile.am (revision 8373) +++ Makefile.am (working copy) @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = 1.6 dist-bzip2 no-dist-gzip +AUTOMAKE_OPTIONS = 1.6 dist-bzip2 SUBDIRS = kino_export Index: ffmpeg2theora.c =================================================================== --- ffmpeg2theora.c (revision 8373) +++ ffmpeg2theora.c (working copy) @@ -150,6 +150,18 @@ int64_t frame_num...
2002 Jul 13
0
libvorbis make and spec fixes
...================================================== RCS file: /usr/local/cvsroot/vorbis/lib/books/coupled/Makefile.am,v retrieving revision 1.2 diff -u -r1.2 Makefile.am --- lib/books/coupled/Makefile.am 2002/06/28 22:19:44 1.2 +++ lib/books/coupled/Makefile.am 2002/07/13 16:33:25 @@ -2,4 +2,4 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = res_books_44c.h \ No newline at end of file +EXTRA_DIST = res_books_stereo.h Index: lib/books/uncoupled/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/vorbis/lib/books/uncoupled/Makefile.am,v retrieving revi...
2008 Apr 30
6
new release monday
All, We've accumulated quite a few changes to libvorbis since the 1.2.0 release. I'd like to do a new one, a propose that 1.2.1 happen May 5 or so. So, if you have any outstanding issues, please mention them here, and please check that current svn is working for you. Thanks, -r
2006 May 17
1
libshout includedir change
...nding to ? % svn diff -r 10991:10992 Index: include/shout/Makefile.am =================================================================== --- include/shout/Makefile.am (revision 10991) +++ include/shout/Makefile.am (revision 10992) <at> <at> -2,5 +2,5 <at> <at> AUTOMAKE_OPTIONS = foreign -includedir = $(prefix)/include/shout +pkgincludedir = $(includedir)/shout nodist_include_HEADERS = shout.h > Can anyone explain what this change is meant to accomplish? If not, > I'm just going to revert it. The original line, includedir = $(prefix)/include/shout is wro...
2008 Dec 08
0
sndio support for libao
...iff -uNrp libao-0.8.8.orig/src/plugins/Makefile.am libao-0.8.8/src/plugins/Makefile.am --- libao-0.8.8.orig/src/plugins/Makefile.am Thu May 24 11:19:07 2007 +++ libao-0.8.8/src/plugins/Makefile.am Mon Dec 8 16:34:44 2008 @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign -SUBDIRS = oss esd arts alsa alsa09 sun irix macosx nas pulse +SUBDIRS = oss esd arts alsa alsa09 sun irix macosx nas pulse sndio +AM_MAKEFLAGS = LIBTOOL="$(LIBTOOL) --tag=disable-static" diff -uNrp libao-0.8.8.orig/src/plugins/sndio/Makefile.am libao-0.8.8/src/plugins/sndio...
2000 Nov 22
1
Non-gcc build problems
...have been fixed, but some still seem to be there. I have edited my original mail to list the problems that still exist, and attached a diff against the CVS head to show the proposed fixes. All CVS modules =============== - None of the Makefile.am's include "no-dependencies" in the AUTOMAKE_OPTIONS lines. This generates not only GNU make-specific Makefile extensions, it also uses some gcc/g++-specific options to the compiler. Hence, if you're not building with gmake/gcc (which I'm not -- gcc usually doesn't give nearly as good performance as native compilers), the compile ba...
2004 Jun 10
4
patches for xiph build setup
Hi, I offered some time ago to do some build cleanup. Today I did so and here's my slew of patches. Basically, they - touch ogg, vorbis, vorbis-tools and theora - fix a bunch of autotools issues - uniformize the use of them across the four - fix compile/link flags - use pkgconfig if it's available to detect flags - for vorbis-tools, generate and use config.h - add -uninstalled .pc stuff
2004 Jun 10
4
patches for xiph build setup
Hi, I offered some time ago to do some build cleanup. Today I did so and here's my slew of patches. Basically, they - touch ogg, vorbis, vorbis-tools and theora - fix a bunch of autotools issues - uniformize the use of them across the four - fix compile/link flags - use pkgconfig if it's available to detect flags - for vorbis-tools, generate and use config.h - add -uninstalled .pc stuff
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...q/Makefile if the ...am passes inspection ------------------------------------------------- diff -bBu2rN -x CVS -x Make*in -x aclocal.m4 vorbis-trunk/Makefile.am vorbis/Makefile.am --- vorbis-trunk/Makefile.am Wed Nov 8 04:48:57 2000 +++ vorbis/Makefile.am Fri Nov 10 16:54:18 2000 @@ -3,5 +3,5 @@ AUTOMAKE_OPTIONS = foreign dist-zip -SUBDIRS = lib include doc examples +SUBDIRS = lib include doc examples vq m4datadir = $(datadir)/aclocal @@ -9,4 +9,6 @@ EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4 +DISTCLEANFILES = config.guess config.sub install-sh ltconfig ltmain.sh \ + mkinstall...
2006 Nov 08
0
Re: build issues
--- Ralph Giles <giles@xiph.org> wrote: > BTW, I ran into a few issues building with recent cvs. > > You might want to consider copying autogen.sh from one of the other > xiph > codec projects and setting a proper minimum version in > AUTOMAKE_OPTIONS. > The current one just breaks if it the default automake isn't the > appropriate version, but debian based systems (at least) often > have several versions installed in parallel. We have code to pick an > appropriate one. It will also choose glibtoolize instead of > libt...
2006 Nov 17
1
Re: build issues
...==================== RCS file: /cvsroot/flac/flac/Makefile.am,v retrieving revision 1.26 diff -u -r1.26 Makefile.am --- Makefile.am 25 Apr 2006 06:59:33 -0000 1.26 +++ Makefile.am 17 Nov 2006 22:54:13 -0000 @@ -28,6 +28,8 @@ # distclean: remove everything except what goes in the distribution # +AUTOMAKE_OPTIONS = 1.7 + SUBDIRS = doc include man src test build flac.pbproj obj DISTCLEANFILES = libtool-disable-static Index: autogen.sh =================================================================== RCS file: /cvsroot/flac/flac/autogen.sh,v retrieving revision 1.14 diff -u -r1.14 autogen.sh --- aut...
2003 Apr 07
1
Building in a separate build tree
...dex: Makefile.am =================================================================== RCS file: /usr/local/cvsroot/theora/lib/Makefile.am,v retrieving revision 1.1 diff -u -r1.1 Makefile.am --- Makefile.am 23 Sep 2002 03:02:08 -0000 1.1 +++ Makefile.am 3 Apr 2003 10:40:14 -0000 @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I./ -I../include +INCLUDES = -I$(top_srcdir)/include lib_LTLIBRARIES = libtheora.la --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-dev-request@xi...
2000 Dec 29
5
build process patches
...automake manual clearly states this). As such, you can't compile with native (i.e., non-gcc) compilers (where you can get a substantial performance boost). To a) remove the automake dependency stuff and b) make it portable to other compilers, you have to add "no-dependencies" to the AUTOMAKE_OPTIONS line in every Makefile.am. Yes, this sucks, and yes, dependencies are important for developers. But there are other ways of doing it [yes, they also suck, but they're portable]. Applies to: every Makefile.am that has .c/.h files in them (I might have missed some in ao; I...