Module: wine Branch: refs/heads/master Commit: 506fe445e32f5dda07b2ef01f3696c4e6bc210b7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=506fe445e32f5dda07b2ef01...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 20 22:08:35 2006 +0100
configure: Add autoheader to the compile command.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index bf45df5..39c8133 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: