Files
poky/meta/packages/irda-utils/irda-utils/configure.patch
Richard Purdie b2f192faab Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21 10:10:31 +00:00

26 lines
539 B
Diff

#
# 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