From: Patrick McCarty Date: Fri, 7 May 2010 00:12:42 +0000 (-0700) Subject: Build: Use documented AC_CONFIG_HEADERS instead. X-Git-Tag: release/2.13.21-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f0e1239f2005d028a2c5791e3dd9284ea5ad2a2d;p=lilypond.git Build: Use documented AC_CONFIG_HEADERS instead. --- diff --git a/configure.in b/configure.in index 2615b322d3..88b5b3cc81 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ STEPMAKE_INIT AC_CONFIG_SRCDIR([lily/main.cc]) # Move to aclocal.m4? -AC_CONFIG_HEADER([$CONFIGFILE.hh:config.hh.in]) +AC_CONFIG_HEADERS([$CONFIGFILE.hh:config.hh.in]) # Uncomment the configuration options your package needs.