]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Use documented AC_CONFIG_HEADERS instead.
authorPatrick McCarty <pnorcks@gmail.com>
Fri, 7 May 2010 00:12:42 +0000 (17:12 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 8 May 2010 21:53:38 +0000 (14:53 -0700)
configure.in

index 2615b322d3f8ba3c7623f111bc79356fea401c12..88b5b3cc81a5aaa3036306382d11532439c3e224 100644 (file)
@@ -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.