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

AC_INIT(Makefile.am)
AM_INIT_AUTOMAKE(libraw1394, 0.6)
AM_CONFIG_HEADER(config.h)

AC_PROG_CC
AM_PROG_LIBTOOL
AC_PROG_INSTALL

AC_OUTPUT([ Makefile src/Makefile debian/Makefile ])