mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 16:59:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
26 lines
539 B
Diff
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
|