From: Avuton Olrich Date: Sat, 29 Oct 2011 13:18:00 +0000 (-0700) Subject: configure.ac: Replace AM_CONFIG_HEADER deprecated macro X-Git-Tag: release-0.20~70 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1c69a0f4e44dcca3cd555c009679b9ecd2ceb295;p=ncmpc.git configure.ac: Replace AM_CONFIG_HEADER deprecated macro --- diff --git a/configure.ac b/configure.ac index 5324d30..34a3c37 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT(ncmpc, 0.20~git, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) dnl Check for programs