summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase libtool version to 2.1.0Gravatar Stefan Richter 2012-06-181-4/+4
| | | | | | | | | due to the API additions since 2.0.9: raw1394_add_config_rom_descriptor() raw1394_remove_config_rom_descriptor() raw1394_read_cycle_timer_and_clock() Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* configure.ac, Changelog, NEWS etc.: update to version 2.0.9v2.0.9Gravatar Stefan Richter 2012-06-021-1/+1
| | | | Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* Include local firewire-*.h instead of system-wide <linux/firewire-*.h>Gravatar Stefan Richter 2012-05-251-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This guarantees that all features of libraw1394 are actually built in. Before, some features and fixes would be silently dropped if too old system headers (typically provided by a package called linux-headers) were present. An alternative would be to keep using system headers but add warnings during the ./configure stage if old headers were encountered. But this helps only the person who builds libraw1394 (if there is a person involved at all), not the users who have no reliable way to determine how the library binary was built. Another alternative would be to change the former soft dependency on certain linux-headers versions into a hard dependency, i.e. fail the build in absence of too old headers. This would add an inconvenience in setting up the build environment though: The system headers would have to be updated or a private copy of linux/firewire-*.h be specified by way of the --with-fw-dir configure switch. Anyhow. The libraw1394 sources now already bring a suitable copy of the two header files. The --with-fw-dir configure switch is no longer useful and is removed. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* configure.ac, Changelog, NEWS etc.: update to version 2.0.8v2.0.8Gravatar Stefan Richter 2012-02-191-1/+1
| | | | Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* configure.ac, Changelog, NEWS: update to version 2.0.7v2.0.7Gravatar Stefan Richter 2011-03-081-1/+1
| | | | Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* configure.ac, Changelog, NEWS etc.: update to version 2.0.6v2.0.6Gravatar Stefan Richter 2010-11-011-1/+1
| | | | | | Also update repo info and maintainer status per Dan's suggestion. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* Set to version 2.0.5.Gravatar Dan Dennedy 2009-12-261-1/+1
| | | | Signed-off-by: Dan Dennedy <dan@dennedy.org>
* Fix build due to incomplete tarball.Gravatar Dan Dennedy 2009-06-301-1/+1
| | | | Signed-off-by: Dan Dennedy <dan@dennedy.org>
* Bump to v2.0.3 and update release notes.Gravatar Dan Dennedy 2009-06-291-1/+1
| | | | Signed-off-by: Dan Dennedy <dan@dennedy.org>
* Fix build always expecting FW_DIR.Gravatar Dan Dennedy 2009-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Date: Sun, 14 Jun 2009 11:51:33 +0100 From: Mike Auty <mike.auty@gmail.com> Subject: [patch libraw1394-2] src/makefile.am expects FW_DIR to be set, but configure only sets it if given --with-fw-dir Here's a very small patch for the configure system of libraw1394-2.0.{0,1,2}. At the moment, if configure is called without --with-fw-dir, then FW_DIR doesn't get specified. The Makefile includes the line INCLUDES=-I$(FW_DIR) and so in the compilation we get a -I not followed by anything sensible. That can cause compilation issues in certain circumstances (see Gentoo bug 272540), so this patch ensures that INCLUDES is only set if --with-fw-dir was specified. Please let me know if there's any problems with the patch or if I've submitted it to the wrong place or in the wrong way. Thanks... Mike 5:) [1] http://bugs.gentoo.org/272540 Signed-off-by: Dan Dennedy <dan@dennedy.org>
* bump version to 2.0.2 and add release notesv2.0.2Gravatar Dan Dennedy 2009-02-031-1/+1
| | | | Signed-off-by: Dan Dennedy <dan@dennedy.org>
* bump version and add release notesv2.0.1Gravatar Dan Dennedy 2009-01-141-2/+2
| | | | Signed-off-by: Dan Dennedy <dan@dennedy.org>
* configure.ac, Makefile.am: drop debian from build and restore doc and toolsv2.0.0Gravatar Dan Dennedy 2008-07-181-1/+0
| | | | to dist make target.
* Reset the libtool age.Gravatar Dan Dennedy 2008-07-181-1/+1
|
* Move the source code files in the juju directory into the src directory andGravatar Dan Dennedy 2008-04-301-1/+0
| | | | give them 'fw' names instead of 'juju.'
* First cut at integrating jujuGravatar Dan Dennedy 2008-04-231-11/+7
| | | | This is currently working with legacy ieee1394 and tools/testlibraw.
* Fix configure.ac missing fi after initial merge.Gravatar Dan Dennedy 2008-04-221-0/+1
|
* Merge commit 'krh/juju'Gravatar Dan Dennedy 2008-04-221-0/+22
|\ | | | | | | | | | | Conflicts: configure.ac
| * Add the juju support work so far.Gravatar Kristian Høgsberg 2007-03-261-0/+22
| |
* | Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind ↵Gravatar ddennedy 2007-05-301-0/+5
|/ | | | | | happy. Adds --with-valgrind configure option. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@172 53a565d1-3bb7-0310-b661-cf11e63c67ab
* added raw1394_read_cycle_timer, contributed by Pieter PalmersGravatar ddennedy 2007-02-141-4/+4
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@169 53a565d1-3bb7-0310-b661-cf11e63c67ab
* bugfix stalling on iso transmission underflowGravatar ddennedy 2005-06-231-2/+2
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@156 53a565d1-3bb7-0310-b661-cf11e63c67ab
* add functions for allocating and releasing bandwidth and channelsGravatar ddennedy 2005-02-161-3/+3
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@154 53a565d1-3bb7-0310-b661-cf11e63c67ab
* remove m4, remove -O2 from CFLAGSGravatar ddennedy 2004-11-111-1/+1
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@145 53a565d1-3bb7-0310-b661-cf11e63c67ab
* bump versions, build fixes, and doc updatesGravatar ddennedy 2004-10-301-5/+9
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
* Increase so maj/age so account for new recv-flush call.Gravatar bencollins 2003-07-221-2/+2
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@129 53a565d1-3bb7-0310-b661-cf11e63c67ab
* pkg-config support from Kristian Hogsberg.Gravatar bencollins 2003-07-171-0/+1
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@126 53a565d1-3bb7-0310-b661-cf11e63c67ab
* merged weihs branchGravatar ddennedy 2002-10-231-2/+2
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@84 53a565d1-3bb7-0310-b661-cf11e63c67ab
* configure.ac:Gravatar aeb 2002-10-131-0/+36
- Move configure.in to configure.ac (for autoconf 2.50+). - Set CFLAGS to "-Wall -O2" only if not in environment already. - Set package version to 1.0.0 already. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@82 53a565d1-3bb7-0310-b661-cf11e63c67ab