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