10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
|
# process this file with autoconf to get a configure script
|
||
|
|
||
|
AC_INIT(Makefile.am)
|
||
|
AM_INIT_AUTOMAKE(libraw1394, 0.3)
|
||
|
|
||
|
AC_PROG_CC
|
||
|
AM_PROG_LIBTOOL
|
||
|
|
||
|
AC_OUTPUT([ Makefile src/Makefile ])
|