46119761a9
- Update to 2.9.6 * for detailed list of changes see http://ipmiutil.sourceforge.net/docs/ChangeLog - Drop ipmiutil-2.9.5-fix-bashisms.patch as it was accepted by upstream OBS-URL: https://build.opensuse.org/request/show/310576 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmiutil?expand=0&rev=31
14 lines
437 B
Diff
14 lines
437 B
Diff
Index: ipmiutil-2.9.6/configure.ac
|
|
===================================================================
|
|
--- ipmiutil-2.9.6.orig/configure.ac
|
|
+++ ipmiutil-2.9.6/configure.ac
|
|
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p
|
|
AC_INIT(ipmiutil,2.9.6)
|
|
AC_CONFIG_SRCDIR(util/ipmiutil.c)
|
|
echo "ipmiutil version ${PACKAGE_VERSION}"
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
AC_PREFIX_DEFAULT(/usr)
|
|
AM_INIT_AUTOMAKE()
|
|
|