autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS

master
Gaël Bonithon 2021-01-30 10:00:12 +01:00 committed by Romain Bouvier
parent 074f1663cb
commit e0cac0dec6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ m4_define([netload_version],[1.3.2])
AC_INIT([xfce4-netload-plugin], [netload_version],
[xfce-dev@xfce.org])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()