summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/irda-utils/irda-utils/configure.patch
blob: a36afe2188e514452f71a2fd87c387281f150d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- irda-utils-0.9.15/./irdadump/configure.in~configure
+++ irda-utils-0.9.15/./irdadump/configure.in
@@ -1,5 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(configure.in)
+AC_INIT
+AC_CONFIG_SRCDIR([configure.in])
 AM_INIT_AUTOMAKE(libirdadump, 0.1)
 AM_CONFIG_HEADER(config.h)
 
@@ -18,7 +19,8 @@
 
 dnl Checks for library functions.
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile 
 src/Makefile
 shell/Makefile])
+AC_OUTPUT