forked from pool/ipmitool
Thomas Renninger
63ed82d084
- Update to latest ipmitool sources. This is version 1.8.15 (git tag: IPMITOOL_1_8_15) plus mainline patches up to commit 708be8bc450f907cddb6d9e4b83aee6ba67b7d04 Date: Fri Jan 9 12:48:35 2015 +0100 OBS-URL: https://build.opensuse.org/request/show/281420 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=28
14 lines
493 B
Diff
14 lines
493 B
Diff
Index: ipmitool-1.8.15/configure.ac
|
|
===================================================================
|
|
--- ipmitool-1.8.15.orig/configure.ac 2015-01-14 14:33:29.432698711 +0100
|
|
+++ ipmitool-1.8.15/configure.ac 2015-01-14 14:33:39.440698870 +0100
|
|
@@ -4,7 +4,7 @@
|
|
AC_INIT([src/ipmitool.c])
|
|
AC_CANONICAL_SYSTEM
|
|
AM_INIT_AUTOMAKE([ipmitool], [1.8.15-cvs])
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADER(config.h)
|
|
AC_CONFIG_SRCDIR([src/ipmitool.c])
|
|
AC_PREREQ(2.50)
|
|
AC_SUBST(ac_configure_args)
|