summaryrefslogtreecommitdiff
path: root/ogg.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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