blob: bc7e119cfbf81c2e3e19201a9c5f624c318729a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# process this file with autoconf to get a configure script
AC_INIT(Makefile.am)
AM_INIT_AUTOMAKE(libraw1394, 0.5)
AC_PROG_CC
AC_PROG_RANLIB
AM_PROG_LIBTOOL
AC_OUTPUT([ Makefile src/Makefile ])
|