]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/modutils/files/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / modutils / files / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- modutils-2.4.25/./configure.in~configure
7 +++ modutils-2.4.25/./configure.in
8 @@ -1,4 +1,5 @@
9 -AC_INIT(insmod/insmod.c)
10 +AC_INIT
11 +AC_CONFIG_SRCDIR([insmod/insmod.c])
12  AC_PREFIX_DEFAULT(/usr)
13  
14  # Canonical system uses CC_FOR_BUILD while Linux may use BUILDCC
15 @@ -15,7 +16,7 @@
16  BUILDCC="$CC_FOR_BUILD"
17  export CC_FOR_BUILD
18  
19 -AC_CANONICAL_SYSTEM
20 +AC_CANONICAL_TARGET([])
21  
22  # Handle target_cpu for compatibility.
23  if test "$host_cpu" != "$target_cpu"; then
24 @@ -350,6 +351,7 @@
25    fi
26  fi
27  
28 -AC_OUTPUT(Makefile Makefile.common depmod/Makefile genksyms/Makefile
29 +AC_CONFIG_FILES([Makefile Makefile.common depmod/Makefile genksyms/Makefile
30           insmod/Makefile $kerneld_Makefiles obj/Makefile util/Makefile
31 -         man/Makefile)
32 +         man/Makefile])
33 +AC_OUTPUT