summaryrefslogtreecommitdiffstats
path: root/configure.in
blob: 39802f85b61c0208c21c63379ef4cf0b02281e3b (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.4)

AC_PROG_CC
AM_PROG_LIBTOOL

AC_OUTPUT([ Makefile src/Makefile ])