mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
7f484df0ea
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 0f8583e6fe729f8cacc8fec8c66a5c7f7c944947) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
555 B
Diff
15 lines
555 B
Diff
Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
|
|
|
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in
|
|
--- rpcbind-0.2.0/configure.in 2009-05-29 16:38:22.000000000 +0300
|
|
+++ rpcbind-0.2.0/configure.in 2013-02-03 04:04:06.577480682 +0200
|
|
@@ -4,7 +4,7 @@
|
|
# AM_MAINTAINER_MODE
|
|
AC_CONFIG_SRCDIR([src/rpcbind.c])
|
|
AC_PROG_CC
|
|
- AM_CONFIG_HEADER(config.h)
|
|
+ AC_CONFIG_HEADERS(config.h)
|
|
AC_HEADER_DIRENT
|
|
AC_PREFIX_DEFAULT(/usr)
|