]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/irda-utils/irda-utils/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / irda-utils / irda-utils / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- irda-utils-0.9.15/./irdadump/configure.in~configure
7 +++ irda-utils-0.9.15/./irdadump/configure.in
8 @@ -1,5 +1,6 @@
9  dnl Process this file with autoconf to produce a configure script.
10 -AC_INIT(configure.in)
11 +AC_INIT
12 +AC_CONFIG_SRCDIR([configure.in])
13  AM_INIT_AUTOMAKE(libirdadump, 0.1)
14  AM_CONFIG_HEADER(config.h)
15  
16 @@ -18,7 +19,8 @@
17  
18  dnl Checks for library functions.
19  
20 -AC_OUTPUT([
21 +AC_CONFIG_FILES([
22  Makefile 
23  src/Makefile
24  shell/Makefile])
25 +AC_OUTPUT