Fix default includes ordering to be `-I. -I$(srcdir) ...' again.
commitc975987c646797db459fd4c23a5e82877c79f46f
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 10 Nov 2007 09:20:08 +0000 (10 10:20 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 10 Nov 2007 09:20:08 +0000 (10 10:20 +0100)
treee0dc7d8a754aa8c4947fc1feebd228e9db24825e
parentc8db74fc05ddadc2af4115ed4b88957f33473757
Fix default includes ordering to be `-I. -I$(srcdir) ...' again.

* automake.in (handle_compile): Put -I$(srcdir) before include
paths for config headers, as was done before Automake 1.10, but
keep uniquified list without multiple adjacent spaces.
* doc/automake.texi (Program variables): List include paths
in order.
* NEWS: Mention 1.10 regression.
* tests/stdinc.test: New test.
* tests/Makefile.am: Adjust.
* THANKS: Update.
Report by Kent Boortz.
ChangeLog
NEWS
THANKS
automake.in
doc/automake.texi
tests/Makefile.am
tests/Makefile.in
tests/stdinc.test [new file with mode: 0755]