Commit ab554427 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Remove configure.in->configure rule (we might not have autoconf).

parent 8b4431f1
......@@ -237,8 +237,9 @@ distclean: clean
$(RM) config.* Make.rules include/config.h
$(RM) `find . \( -name Makefile -o -size 0 \) -print`
configure: configure.in
autoconf
# We depend on configure above for checks, so we better don't use this rule.
#configure: configure.in
# autoconf
include/config.h.in: configure.in include/acconfig.h
autoheader -l include
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment