From 506fe445e32f5dda07b2ef01f3696c4e6bc210b7 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Mon, 20 Mar 2006 22:08:35 +0100 Subject: [PATCH] configure: Add autoheader to the compile command. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bf45df587ee..39c81332690 100644 --- a/configure.ac +++ b/configure.ac @@ -1776,5 +1776,5 @@ dnl Local Variables: dnl comment-start: "dnl " dnl comment-end: "" dnl comment-start-skip: "\\bdnl\\b\\s *" -dnl compile-command: "autoconf" +dnl compile-command: "autoconf && autoheader" dnl End: -- GitLab