summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog and versioning for release.Ralph Giles2014-05-271-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19148 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump library versioning and changelog for release.Tim Terriberry2013-05-141-2/+2
| | | | | | | Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18943 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Prefer the stdint types in config_types.h.Tim Terriberry2013-05-141-5/+5
| | | | | | | | | | | | This seems like a fairly sane thing to do anyway if the stdint types are available to use - but primarily we're doing it here to hide the problem evident in http://bugs.debian.org/675887 where the public header is unnecessarily different between architectures. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18942 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bring libogg's configure.in into the 21st century.Tim Terriberry2013-01-081-7/+10
| | | | | | | Patch by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18757 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump library versioning and changelog for release.Ralph Giles2011-08-041-4/+4
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18050 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump version for point releaseMonty2010-12-071-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17726 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update CHANGES, configure.in and .pc files toward releaseMonty2010-11-011-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17588 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove the ancient -mv8 flag from SPARC gcc buildsMonty2010-10-261-12/+3
| | | | | | | | Trac #1459 git-svn-id: http://svn.xiph.org/trunk/ogg@17567 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update/modernize the configure type checking, account for the fact that Monty2010-10-261-168/+49
| | | | | | | | | | | | int types might come from one of three different includes on a modern system. Try, if possible, to use types that don't rely on any of the includes such that the oldest systems have more of a fighting chance. Addresses Trac #849 git-svn-id: http://svn.xiph.org/trunk/ogg@17566 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump version for changes in SVNMonty2010-06-041-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17271 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Turn on all gcc warnings in the Linux release build, as it isRalph Giles2010-03-261-1/+1
| | | | | | | for other platforms. git-svn-id: http://svn.xiph.org/trunk/ogg@17064 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump release versioning to reflect new behaviorMonty2010-03-211-3/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16994 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump configure version for full releaseMonty2009-06-231-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16160 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump version from 1.1.4svn to 1.1.4rc1 to reflect release candidate.Monty2009-06-031-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16074 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Only pass -mv8 on sparc if the compiler supports it.Ralph Giles2009-05-271-3/+12
| | | | | | | Propagated from codec-level configure scripts. git-svn-id: http://svn.xiph.org/trunk/ogg@16054 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump LIB_CURRENT and LIB_AGE for api additions.Ralph Giles2009-05-271-3/+3
| | | | | | | | | | | | In r16050 LIB_REVISION was bumped, but this is only used to identify newer implementations when the api hasn't changed. LIB_CURRENT increments for any actual ABI change, and LIB_AGE is also incremented for backward- compatible changes like new entry points. See theora/configure.ac for a handy guide. git-svn-id: http://svn.xiph.org/trunk/ogg@16053 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump LIB_REVISION to reflect ABI additionsMonty2009-05-271-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16050 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update configure script to use new 'legal' names for cache vals (I hate you ↵Monty2009-05-191-42/+42
| | | | | | | | | | | | | | | | | | | | so much, autofoo) Update ogg to check the return of all allocs for those on embedded platforms with guarantees non-ovecommit. Be aware that these checks are useless on any modern desktop OS, but that embedded folks with no MMU and a hard heap boundary will benefit. Add one new call to bitpacker that will query a write-mode oggpack_buffer to see if it ran out of memory at some point; there was no other way to add the error reporting in an ABI-compatible manner (and it also allows the writepacker to avoid extra checks; it will just keep going after running out of memory without faulting and state can be queried later). git-svn-id: http://svn.xiph.org/trunk/ogg@16016 0101bb08-14d6-0310-b084-bc0e0c8e3800
* configure.in : Add AM_PROG_CC_C_O to prevent autogen.sh warning.erikd2008-10-181-0/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@15410 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Build support for Haiku. Patch by scottmc at gmail. Closes #1371.ivo2008-06-041-7/+7
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@14997 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add default values to AC_CHECK_SIZEOF macros, as required for using libogg onConrad Parker2007-06-021-4/+4
| | | | | | | | | | FPGA projects. This was reported by André Costa on theora-dev: http://lists.xiph.org/pipermail/theora-dev/2007-June/003267.html and earlier documented by Luis Azuara and Pattara Kiatisevi: http://oggonachip.sourceforge.net/oggonachip-1.0/report.pdf git-svn-id: http://svn.xiph.org/trunk/ogg@13008 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump package version post-release.Ralph Giles2005-11-281-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@10485 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove win32/Makefile.am in favor of just including the whole dir, like Ralph Giles2005-11-281-1/+0
| | | | | | | | | | | | we do for the MacOS build stuff. If there was a reason for doing it this way, I don't remember what it was. The reason we're switching is that 'make dist' doesn't pull in the new VS2003 project files, and this seems better than adding each specific file all the time. git-svn-id: http://svn.xiph.org/trunk/ogg@10484 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump package and so revision number for release.Ralph Giles2005-11-281-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@10472 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix #740 - doubling LDFLAGSThomas Vander Stichele2005-11-151-2/+0
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@10373 0101bb08-14d6-0310-b084-bc0e0c8e3800
* get rid of the macosx hack by disting debian from toplevel Makefile.amThomas Vander Stichele2005-09-071-1/+0
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@9990 0101bb08-14d6-0310-b084-bc0e0c8e3800
* autoconf does not trace automake subdirs.Ralph Giles2005-08-021-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@9692 0101bb08-14d6-0310-b084-bc0e0c8e3800
* update release and soname versionRalph Giles2004-09-231-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@7837 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update the build and soname versions for the 1.1.1 release.Ralph Giles2004-09-121-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@7742 0101bb08-14d6-0310-b084-bc0e0c8e3800
* use config.h to get rid of all the added defines on compile linesThomas Vander Stichele2004-07-051-0/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@6993 0101bb08-14d6-0310-b084-bc0e0c8e3800
* * autogenerate from configureThomas Vander Stichele2004-07-051-0/+1
| | | | | | | | | | | | * fix download location * remove Prefix * own include dir * move ldconfig runs to -p scripts * change Release tag to include xiph git-svn-id: http://svn.xiph.org/trunk/ogg@6991 0101bb08-14d6-0310-b084-bc0e0c8e3800
* * error out on autotools failures so warnings are caught early onThomas Vander Stichele2004-07-051-1/+10
| | | | | | | | | | | | * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) git-svn-id: http://svn.xiph.org/trunk/ogg@6990 0101bb08-14d6-0310-b084-bc0e0c8e3800
* AM_MAINTAINER_MODE addedcalc2003-10-181-0/+1
| | | | | | | This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process. git-svn-id: http://svn.xiph.org/trunk/ogg@5487 0101bb08-14d6-0310-b084-bc0e0c8e3800
* add pkg-config support for oggcalc2003-09-111-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@5331 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump package version and library version. Only new types andStan Seibert2003-09-031-3/+3
| | | | | | | functions added, so we are still backwards compatible. git-svn-id: http://svn.xiph.org/trunk/ogg@5292 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add ogg_uint16_t for TheoraMonty2002-09-181-0/+50
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3916 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fixed library version numbers.Stan Seibert2002-07-111-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3590 0101bb08-14d6-0310-b084-bc0e0c8e3800
* update library version infoRalph Giles2002-07-111-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3589 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update the package version to 1.0 for release.Ralph Giles2002-07-111-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3580 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update version number for release.Jack Moffitt2001-12-191-3/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2826 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Clearing out my backlog of autoconf updates:Stan Seibert2001-10-271-0/+2
| | | | | | | | | | | - 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
* Back out broken debian autoconf fixGregory Maxwell2001-08-131-1/+0
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1836 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Debian changes, whee this is fun!calc2001-08-131-0/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1827 0101bb08-14d6-0310-b084-bc0e0c8e3800
* updated version to 1.0rc2 in preparation for releaseGregory Maxwell2001-08-121-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1758 0101bb08-14d6-0310-b084-bc0e0c8e3800
* updated version to 1.0rc1 in preparation for releaseJack Moffitt2001-06-181-3/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1486 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Allow the user to specify their own CFLAGS and LDFLAGS when they runjsquyres2001-02-281-0/+4
| | | | | | | | | | | | | | | configure/autogen.sh. If the environment variables CFLAGS and/or LDFLAGS are set, their values are saved and appended to the values that are set in configure.in. Example (csh-style, cope): % setenv CFLAGS -DVORBIS_ROCKS=1 % ./autogen.sh git-svn-id: http://svn.xiph.org/trunk/ogg@1373 0101bb08-14d6-0310-b084-bc0e0c8e3800
* update build system for new docsJack Moffitt2001-02-261-4/+4
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1336 0101bb08-14d6-0310-b084-bc0e0c8e3800
* final beta 4 commitMonty2001-02-261-1/+1
| | | | | | | | change to BSD license version update git-svn-id: http://svn.xiph.org/trunk/ogg@1333 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Applied Timothy Wood's configure.in Darwin patch to add -fno-common to the ↵Monty2001-01-301-0/+5
| | | | | | build options git-svn-id: http://svn.xiph.org/trunk/ogg@1223 0101bb08-14d6-0310-b084-bc0e0c8e3800
* updated version for prebeta4Jack Moffitt2001-01-221-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1200 0101bb08-14d6-0310-b084-bc0e0c8e3800