mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-29 16:51:35 +00:00
Fix automake compatibility warnings
Commit fixes future compatibility warnings from automake.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
dnl
|
||||
dnl autoconf for ipmitool
|
||||
dnl
|
||||
AC_INIT([src/ipmitool.c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE([ipmitool], [1.8.16-cvs])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_INIT([ipmitool], [1.8.16-cvs])
|
||||
AC_CONFIG_SRCDIR([src/ipmitool.c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_PREREQ(2.50)
|
||||
AC_SUBST(ac_configure_args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user