the whole file, but use sed to reduce the line length.
Fixes 1.10 regression. Report by David Byron.
* THANKS, NEWS: Update.
+2007-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Again search
+ the whole file, but use sed to reduce the line length.
+ Fixes 1.10 regression. Report by David Byron.
+ * THANKS, NEWS: Update.
+
2007-03-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/depcomp (aix): Rewrite depmode in the spirit of the tru64
* Long standing bugs:
- Fix aix dependency tracking for libtool objects.
+
+* Bugs introduced by 1.10:
+
+ - Fix output of dummy dependency files in presence of post-processed
+ Makefile.in's again, but also cope with long lines.
\f
New in 1.10:
Dave Brolley brolley@redhat.com
Dave Morrison dave@bnl.gov
David A. Swierczek swiercze@mr.med.ge.com
+David Byron dbyron@dbyron.com
Davyd Madeley davyd@fugro-fsi.com.au
David Pashley david@davidpashley.com
David Zaroski cz253@cleveland.Freenet.Edu
# each Makefile.in and add a new line on top of each file to say so.
# Grep'ing the whole file is not good either: AIX grep has a line
# limit of 2048, but all sed's we know have understand at least 4000.
- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
dirpart=`AS_DIRNAME("$mf")`
else
continue