summaryrefslogtreecommitdiff
path: root/ogg.m4
Commit message (Collapse)AuthorAgeFilesLines
* Remote trailing whitespace.Ralph Giles2012-08-311-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18564 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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 git-svn-id: http://svn.xiph.org/trunk/ogg@14414 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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. git-svn-id: http://svn.xiph.org/trunk/ogg@5784 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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. git-svn-id: http://svn.xiph.org/trunk/ogg@4441 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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. git-svn-id: http://svn.xiph.org/trunk/ogg@3553 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix trivial bug #104Mike Smith2002-02-091-2/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3041 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Sigh. Another typo. This one works, I swear.Stan Seibert2001-10-281-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2262 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Whoops. Forgot an "elif".Stan Seibert2001-10-271-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2260 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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). git-svn-id: http://svn.xiph.org/trunk/ogg@2259 0101bb08-14d6-0310-b084-bc0e0c8e3800
* empty prefixes detected correctly now.Stan Seibert2001-08-201-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1899 0101bb08-14d6-0310-b084-bc0e0c8e3800
* fixed .m4 file. AC_ARG_WITH sets the variable to "NONE" not "".Jack Moffitt2001-03-261-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1403 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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. git-svn-id: http://svn.xiph.org/trunk/ogg@1374 0101bb08-14d6-0310-b084-bc0e0c8e3800
* new ogg.m4 stuff. hopefully i haven't totally screwed this upJack Moffitt2000-10-301-59/+40
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@788 0101bb08-14d6-0310-b084-bc0e0c8e3800
* this pretty much finishes the automake work for oggJack Moffitt2000-10-221-0/+110
git-svn-id: http://svn.xiph.org/trunk/ogg@748 0101bb08-14d6-0310-b084-bc0e0c8e3800