configure: Add autoheader to the compile command.

This commit is contained in:
Alexandre Julliard 2006-03-20 22:08:35 +01:00
parent 1fd32cfa13
commit 506fe445e3
1 changed files with 1 additions and 1 deletions

View File

@ -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: