summaryrefslogtreecommitdiffstats
path: root/configure.in
blob: c883766369f864f3c0aa1ac4846df6ae466f3498 (plain) (blame)
1
2
3
4
5
6
7
8
9
# process this file with autoconf to get a configure script

AC_INIT(Makefile.am)
AM_INIT_AUTOMAKE(libraw1394, 0.5)

AC_PROG_CC
AM_PROG_LIBTOOL

AC_OUTPUT([ Makefile src/Makefile ])
e.c?h=v2.0.3&id=5bb327dc9030acfdc281583f1b1bc67380c04cbc&follow=1'>emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488