diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/modutils/files/configure.patch | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/modutils/files/configure.patch')
| -rw-r--r-- | meta/packages/modutils/files/configure.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/packages/modutils/files/configure.patch b/meta/packages/modutils/files/configure.patch new file mode 100644 index 0000000000..cdf501593f --- /dev/null +++ b/meta/packages/modutils/files/configure.patch | |||
| @@ -0,0 +1,33 @@ | |||
| 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 | ||
