summaryrefslogtreecommitdiff
path: root/ogg.m4
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-10-091-1/+1
| | | | | | Found via `codespell -q 3` Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Remote trailing whitespace.Ralph Giles2012-08-311-1/+1
| | | | svn path=/trunk/ogg/; revision=18564
* Applied patch to make it easier to disable use of Ogg when neeeded. Closes ↵ivo2008-01-181-8/+22
| | | | | | #1280. Now on to find the scattered duplicates svn path=/trunk/ogg/; revision=14414
* Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch ↵Ralph Giles2004-01-261-1/+1
| | | | | | | | from Alexander Winston. svn path=/trunk/ogg/; revision=5784
* Don't set OGG_CFLAGS to -INONE/include.brendan2003-03-081-1/+1
| | | | | | | We should think about putting all the m4 macros we use into a module that can be shared. Manual synchronisation sucks. svn path=/trunk/ogg/; revision=4441
* Use XIPH_ as our autoconf macro prefix, rather than borrowing the AM_ namespaceRalph Giles2002-07-091-2/+2
| | | | | | as was common when these were first written. svn path=/trunk/ogg/; revision=3553
* Fix trivial bug #104Mike Smith2002-02-091-2/+1
| | | | svn path=/trunk/ogg/; revision=3041
* Sigh. Another typo. This one works, I swear.Stan Seibert2001-10-281-1/+1
| | | | svn path=/trunk/ogg/; revision=2262
* Whoops. Forgot an "elif".Stan Seibert2001-10-271-1/+1
| | | | svn path=/trunk/ogg/; revision=2260
* Clearing out my backlog of autoconf updates:Stan Seibert2001-10-271-7/+15
| | | | | | | | | | - CFLAGS propagates to debug and profile targets - Clean up AM_PATH_OGG macro as per bug #65 and conversations with jack - -I flag to aclocal allows .m4 files in source dir to be searched for autoconf macros. Not currently needed by libogg, but I've included it to be consistent with the other libraries (which will need it). svn path=/trunk/ogg/; revision=2259
* empty prefixes detected correctly now.Stan Seibert2001-08-201-2/+2
| | | | svn path=/trunk/ogg/; revision=1899
* fixed .m4 file. AC_ARG_WITH sets the variable to "NONE" not "".Jack Moffitt2001-03-261-2/+2
| | | | svn path=/trunk/ogg/; revision=1403
* Missed these ones the first time through: apply the same patch that hasjsquyres2001-02-281-0/+4
| | | | | | | | | | | | | | | | | | | | | been put in all the relevant acinclude.m4 files to the .m4 files that get installed with the libraries. Another patch for lazy people (like me). Make AM_PATH_OGG, AM_PATH_VORBIS, and AM_PATH_AO each a bit smarter. Each of the three will now also check the $prefix for the location of their respective libraries/header files. This means that if you're compiling all 4 things (ao, ogg, vorbis, vorbis-tools) all with the same $prefix (which is a pretty common case), you don't have to specify "--with-ao-prefix=this --with-ogg-prefix=really --with-vorbis-prefix=sucks", you can just specify a single --prefix argument and ditch all the --with-*-prefix arguments. However, if you do specify any of the three --with arguments, those are searched *first* -- the $prefix is searched second. svn path=/trunk/ogg/; revision=1374
* new ogg.m4 stuff. hopefully i haven't totally screwed this upJack Moffitt2000-10-301-59/+40
| | | | svn path=/trunk/ogg/; revision=788
* this pretty much finishes the automake work for oggJack Moffitt2000-10-221-0/+110
svn path=/trunk/ogg/; revision=748